Questions

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 35872
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 35785
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 35780
Q:

What Asks But Never Answers?

A) Teacher B) Telephone
C) Letter D) Owl
 
Answer & Explanation Answer: D) Owl

Explanation:

An owl.

"What noise does an owl make?

The sound an Owl makes, it sounds like, "Who?" to our ears.

They sounds entire lives asking the same question, but they'll never give any answers.

Report Error

View Answer Report Error Discuss

Filed Under: Word Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

16 35754
Q:

Match the following with the correct response.

 

(1) W (A) Nm
(2) kW       (B) 3.6 x 106 J
(3) 1 kW-h (C) 1000 W
(4) 1 HP (D) 746 W

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 35742
Q:

If  1 1 1 1 = R
    2 2 2 2 = T
    3 3 3 3 = E
    4 4 4 4 = N

 

Then  5 5 5 5 = ?

A) Y B) Z
C) T D) X
 
Answer & Explanation Answer: A) Y

Explanation:

If you add all the terms of the LHS of equality, then the last letter of the sum written in words would give you the RHS.

1 + 1 + 1 + 1 = 4 = FOUR

2 + 2 + 2 + 2 = 8 = EIGHT

3 + 3 + 3 + 3 = 12 = TWELVE

4 + 4 + 4 + 4 = 16 = SIXTEEN

 

So, following the same pattern.

5 + 5 + 5 + 5 = 20 = TWENTY

 

That gives us our answer to 5 5 5 5 =  "Y".

Report Error

View Answer Report Error Discuss

83 35720
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 35707
Q:

How many millimeters make ten kilometers?

 

A) 1010 B) 109
C) 108 D) 107
 
Answer & Explanation Answer: D) 107

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 35684