Questions

Q:

Convex mirror is generally used in _____.

A) solar cookers B) opthalmoscope
C) reflector for head light D) rear view mirror
 
Answer & Explanation Answer: D) rear view mirror

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 2146
Q:

C program to find the factorial of a given number

Answer

 #include<stdio.h>
int main(){
  int i=1,f=1,num;

  printf("Enter a number: ");
  scanf("%d",&num);

  while(i<=num){
      f=f*i;
      i++;
  }

  printf("Factorial of %d is: %d",num,f);
  return 0;
}

Sample output:
Enter a number: 5
Factorial of 5 is: 120

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2146
Q:

Which of the metals has the maximum thermal conductivity?

A) Iron B) Aluminium
C) Silver D) Copper
 
Answer & Explanation Answer: C) Silver

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 2146
Q:

In the following question, four words are given out of which one word is incorrectly spelt. Find the incorrectly spelt word.

A) Literary B) Leakeage
C) Laudable D) Loafer
 
Answer & Explanation Answer: B) Leakeage

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2146
Q:

In each of the questions, four alternatives are given for the Idiom/Phrase. Choose the alternative which best expresses the meaning of the Idiom/Phrase and click the button corresponding to it.

Beat around the bush

A) Walk around the forest B) Clean the bushy areas
C) Avoiding the main topic D) Play around the forest
 
Answer & Explanation Answer: C) Avoiding the main topic

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2146
Q:

In the following question, out of the four alternatives, select the alternative which is the best substitute of the phrase.

To regard with disgust and hatred.

A) tease B) abhor
C) ridicule D) sneer
 
Answer & Explanation Answer: B) abhor

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2146
Q:

In the following question, out of the four alternatives, select the alternative which best expresses the meaning of the idiom/phrase.

to get up on the wrong side of the bed

A) to find oneself in a strange place when one wakes up especially after drinking a lot previous night B) to start the day in a bad mood which continues all day long
C) to argue with your spouse D) to roll a lot in bed while sleeping
 
Answer & Explanation Answer: B) to start the day in a bad mood which continues all day long

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2145
Q:

In the following question, a sentence has been given in Active/Passive Voice. Out of the four alternatives suggested, select the one which best expresses the same sentence in Passive/Active Voice.

 

He could have solved the problem.

A) The problem could be solved by him. B) The problem could have solved by him.
C) The problem could have been solved by him. D) The problem could solve by him.
 
Answer & Explanation Answer: C) The problem could have been solved by him.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2145