Questions

Q:

In Indian Parliament, under which condition a house can declare the seat of a member vacant?

 

A) If member is absent from all meetings of the house for 60 days continuously   B) If member is absent from all meetings of the house for 45 days continuously  
C) If member is absent from all meetings of the house for 30 days continuously   D) If member is absent from all meetings of the house for 21 days continuously  
 
Answer & Explanation Answer: A) If member is absent from all meetings of the house for 60 days continuously  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

0 35524
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 35410
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 35358
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 35337
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 35322
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 35311
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 35304
Q:

ABCDEFGHIJKLMNOPQRSTUVWXYZ Riddle

What word or Phrase or letter is it representing

abcdefghijklmnopqrstvwxyz

Answer

Here in the alphabets the letter U is missing and it represents the word MISSING YOU (U).

Report Error

View answer Workspace Report Error Discuss

152 35254