Questions

Q:

In the following question, out of the four alternatives, select the word opposite in meaning to the word given.

To avert

A) To aid B) To deter
C) To forestall D) To preclude
 
Answer & Explanation Answer: A) To aid

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2101
Q:

Why does water tank appear shallower when viewed from the top?

A) Due to reflection B) Due to refraction
C) Due to diffraction D) Due to total internal reflection
 
Answer & Explanation Answer: B) Due to refraction

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 2101
Q:

A compact disc is a data storage of the type

A) Optical B) Mechanical
C) Eclectric D) Magnetic
 
Answer & Explanation Answer: A) Optical

Explanation:
Report Error

View Answer Report Error Discuss

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

4 2101
Q:

What will be output of following c code?

#include <stdio.h>
int main()

{
    int i;
    for(i=10;i<=15;i++){
         while(i){
             do{
                 printf("%d ",1);
                 if(i>1)
                      continue;
             }while(0);
             break;
         }
    }
    return 0;
}

Answer

Output: 1 1 1 1 1 1
For loop will execute six times.


 


 


 


Note: continue keyword in do-while loop bring the program its while condition (while(0)) which is always false.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2101
Q:

If A denotes −, C denotes ×, D denotes ÷, E denotes +, then 14C3A12E4D2=?

A) 6 B) 17
C) 28 D) 32
 
Answer & Explanation Answer: D) 32

Explanation:
Report Error

View Answer Report Error Discuss

2 2101
Q:

India shares longest international boundary with which country?

A) Bangladesh B) China
C) Nepal D) Bhutan
 
Answer & Explanation Answer: A) Bangladesh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

2 2101
Q:

Which of the following state receives rainfall due to western disturbances?

A) Punjab B) West Bengal
C) Kerala D) Gujarat
 
Answer & Explanation Answer: A) Punjab

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

5 2101
Q:

Four statements are given below at A, B, C and D. There may be some errors in the given statement(s). The incorrect statement is your answer.

A) A. The war of succession ultimately boiled over to who had more power. B) B. The war of succession ultimately boiled below to who had more power.
C) C. The war of succession ultimately boiled upon to who had more power. D) D. The war of succession ultimately boiled down for who had more power.
 
Answer & Explanation Answer:

Explanation:

Ans. E.
In the given sentences, boiled down is the phrasal verb that should have been used which means summarizing something, to reduce or simplify
(something) to the most basic, essential, or fundamental element(s). In this context it means that the one who had more power succeeded. 'Boiled down' should be followed by 'to' and not 'for', hence option D is incorrect.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: CAT , GRE , TOEFL

0 2101