Questions

Q:

The Budget proposals also seek to provide relief to salaried tax payers by allowing a standard deduction of what amount in place of the present exemption allowed for transport allowance and reimbursement of miscellaneous medical expenses?

A) Rs. 20,000 B) Rs. 40,000
C) Rs. 50,000 D) Rs. 80,000
 
Answer & Explanation Answer: B) Rs. 40,000

Explanation:

The standard deduction of Rs. 40,000 is seek to provide relief to salaried tax payers in the Budget proposals in place of the present exemption allowed for transport allowance and reimbursement of miscellaneous medical expenses.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 2894
Q:

Which of the following can be a symptom of AIDS?

A) Hair loss B) Severe weight gain
C) Tiredness D) All the above
 
Answer & Explanation Answer: C) Tiredness

Explanation:

From the aboe given options, only extreme and unexplained tiredness is the symptom of AIDS.

 

The other symptoms of AIDS include: recurring fever, thrush — a thick, whitish coating of the tongue or mouth that's caused by a yeast infection and sometimes accompanied by a sore throat, diarrhea that lasts more than a week, headaches, lightheadedness, and/or dizziness.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

2 2894
Q:

Why is RNA necessary to act as a messenger?

Answer

Why_is_RNA_necessary_to_act_as_a_messenger1548936409.jpg image


RNA acts as a messenger in between the DNA and ribosome as it transforms the genetic information from the DNA and as DNA is big and can't fit into the nuclear pores. 

Report Error

View answer Workspace Report Error Discuss

Subject: Biology Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

1 2894
Q:

Write a c program to create dos command type.

Answer

#include
int main( int count,char * argv[] ) {
    int i;
    FILE *ptr;
    char *str;
    char ch;
    if( count == 1) {


         printf( "The syntax of the command is incorrect.\n" );
    }
    for( i=1;i<cout;i++ ){
         ptr=fopen(argv[i],"r");
         if(ptr==NULL){
             printf("The system cannot find the file specified.");
             if(count>2)
                 printf("\nError occurred while procesing : %s.\n",argv[i]);
         }
         else {
             if(count>2) {
                 printf("%s\n\n",argv[i]);
             }
             while((ch=getc(ptr))!=-1)
                 printf("%c",ch);
         }
         fclose(ptr);
    }
    return 0;
}


 


Save the above file as open.c, compile and execute the go to command mode (current working directory) and write: open xy.c (xy.c any file present in that directory)
To run the open command in all directories and drive you will have to give the path of current working directory in command mode. Write:
C:tc\bin>PATH c:\tc\bin
Now press enter key. Now your open command will work in all directory and drive.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2894
Q:

Most pathogenic bacteria are thermophiles.

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

The given statement that "Most pathogenic bacteria are thermophiles" is FALSE.

Report Error

View Answer Workspace Report Error Discuss

Subject: General Science
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

0 2894
Q:

The Book " The Man who knew Infinity" by Robert Kanigel and extensively reviewed in indian newspapers is the biography of

A) Vikram Sarabhai B) Sir Homi J Bhabha
C) Sir CV Raman D) Srinivasa Ramanujan
 
Answer & Explanation Answer: D) Srinivasa Ramanujan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

1 2893
Q:

Who became the first wicketkeeper in world cricket to effect 100 stumpings in ODI's in 2017 ?

A) Mahendra Singh Dhoni B) Kumar Sangakkara
C) Mark Boucher D) Adam Gilchrist
 
Answer & Explanation Answer: A) Mahendra Singh Dhoni

Explanation:

Former India captain Mahendra Singh Dhoni became the first wicketkeeper in world cricket to effect 100 stumpings in One Day Internationals. He broke the record of former Sri Lankan captain Kumar Sangakkara.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

8 2893
Q:

Where does most weather occur in the atmosphere?

A) Ionosphere B) Stratosphere
C) Troposphere D) Mesosphere
 
Answer & Explanation Answer: C) Troposphere

Explanation:

The troposphere is the lowest layer of the atmosphere and where most clouds are. That means all weather is in the troposphere. Almost all weather occurs in the Troposphere, basically, the lowest layer that goes up to about 10 - 15 kms.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

3 2893