Questions

Q:

An astronaut in outer space will observe sky as

A) White B) Black
C) Blue D) Red
 
Answer & Explanation Answer: B) Black

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

291 35575
Q:

Merge cells option can be applied from?

A) Format Cells dialog box Alignment Tab B) Formatting toolbar
C) Both of above D) None of above
 
Answer & Explanation Answer: A) Format Cells dialog box Alignment Tab

Explanation:

Merge_cells_option_can_be_applied_from1554444124.PNG image

 

Steps for merging cells :

1. Select which you want to merge

2. After selecting right click on that highlightened cells to get format cells option.

3. Click format cells to merge get merge option.

Report Error

View Answer Report Error Discuss

63 35414
Q:

If V/I is a constant, it is called:

 

A) Potential difference B) Current
C) Coulomb D) Resistance
 
Answer & Explanation Answer: D) Resistance

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

2 35370
Q:

An increase in the money supply will cause interest rates to ___________.

 

A) rise B) fall
C) remain unchanged D) No option is correct.
 
Answer & Explanation Answer: B) fall

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

3 35370
Q:

#define clrscr() 100

main()

{

clrscr();

printf( "%dn", clrscr() );

}

A) 100 B) 0
C) Compilation error D) Exception occurs
 
Answer & Explanation Answer: A) 100

Explanation:

Preprocessor executes as a seperate pass before the execution of the compiler. So textual replacement of clrscr() to 100 occurs.The input program to compiler looks like this :

main ()

{

100;

printf("%d\n",100);

}

Note: 100; is an executable statement but with no action. So it doesn't give any problem.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

14 35361
Q:

The movement of water molecules through the plasma membrane is called ______.

 

A) Osmosis B) Sedimentation
C) Precipitation D) Transpiration
 
Answer & Explanation Answer: A) Osmosis

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 35346
Q:

With reference to earthquakes, which of the following statements are correct?

A. Earthquakes largely occur along the converging plate boundaries.

B. Point of origin of earthquake in lithosphere is known as focus/hypocenter.

C. Intensity of earthquake decreases with distance from the epicenter.

D. Epicentre of earthquake always remains over continents only.

Select the correct answer using the code given below.

A) 1 and 2 only B) 1, 2 and 3
C) 2 and 3 only D) 1 and 4
 
Answer & Explanation Answer: B) 1, 2 and 3

Explanation:

Epicentre of Earthquakes can be over both oceanic and continental surface. Epicentres above oceanic surface are cause of tsunamisof large intensity. Anearthquake's hypocentreis the position where the strain energy stored in the rockis first released, marking thepointwhere the fault begins to rupture.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

2 35346
Q:

If the Distance-Time graph is a curve then it represents _______________.

 

A) uniform speed   B) constant displacement  
C) uniform momentum   D) non-uniform speed
 
Answer & Explanation Answer: B) constant displacement  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

2 35335