Questions

Q:

Water kept in an earthen pot is less cool on rainy days than in summer because during the rainy days 

A) the pores in the pot are closed B) rain water stops oozing out from the pores
C) the water that oozes out does not evaporate quickely because of the large percent age of moisture in the air D) surface of the pot becomes damp
 
Answer & Explanation Answer: C) the water that oozes out does not evaporate quickely because of the large percent age of moisture in the air

Explanation:

To evaporate the water that oozes out, heat is required. Part of this heat is taken from the water inside which therefore become cool. Therefore (C) is correct. Here evaporation is less, so cooling too is less.

Report Error

View Answer Report Error Discuss

Filed Under: Physics

11 6592
Q:

Which one of the following animals was not represented on the terracotta art of the Harappan culture

A) Cow B) Elephant
C) Rhinoceros D) Tiger
 
Answer & Explanation Answer: A) Cow

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

2 6591
Q:

Name the new Business Area which Sahara India Parivar has entered into:

A) Software B) Cement
C) Advertising D) Travel & Tourism
 
Answer & Explanation Answer: D) Travel & Tourism

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

37 6588
Q:

The gas predominantly responsible for global warming is

A) Carbon monoxide B) Nitrous oxide
C) Nitrogen peroxide D) Carbondioxide
 
Answer & Explanation Answer: D) Carbondioxide

Explanation:

72% of the totally emitted greenhouse gases is carbon dioxide.

 

Hence, Carbon dioxide (Co2) is predominantly responsible for Global warming.

 

Report Error

View Answer Report Error Discuss

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

8 6582
Q:

The number of pincode postal regions in india is 

A) 5 B) 6
C) 7 D) 8
 
Answer & Explanation Answer: D) 8

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

24 6580
Q:

What number should be Replaced ?

19113682_1335002436606857_8814713213200837998_n1499843587.jpg image

A) 15 B) 17
C) 10 D) 6
 
Answer & Explanation Answer: D) 6

Explanation:

Sum of numbers in the outer circle in before Arc should come in inner circle patterns in the clock wise direction next Arc.

i.e, 9+6 = 15 comes in next arc of inner circle

7+3 = 10 comes in next arc of inner circle

In the same way, 4+2 = 6 comes in place of '?'.

Report Error

View Answer Report Error Discuss

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

13 6580
Q:

We want to round off x, a Float to an Int value. The correct way to do so would be

A) Y = ( int ) ( x + 0.5 ) ; B) Y = int ( x + 0.5) ;
C) Y = ( int ) x + 0.5; D) Y = ( int ) ( ( int ) x + 0.5 )
 
Answer & Explanation Answer: A) Y = ( int ) ( x + 0.5 ) ;

Explanation:

Rounding off a value means replacing it by a nearest value that is approximately equal or smaller or greater to the given number.

 

y = (int)(x + 0.5); here x is any float value. To roundoff, we have to typecast the value of x by using (int)

 

Example:

 

#include

 

int main ()

 

{

 

  float x = 2.6;

 

  int y = (int)(x + 0.5);

 

  printf ("Result = %d\n", y );

 

  return 0;

 

}

 

Result : 3

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 6579
Q:

Which is true of the 1912 presidential election?

A) Because all three major candidates were Progressive, the Socialist won B) Because all three major candidates were Progressive, Progressive votes were split
C) Although none of the candidates was Progressive, the Progressives decided the election D) Although none of the candidates was Progressive, Progressive ideas were important
 
Answer & Explanation Answer: B) Because all three major candidates were Progressive, Progressive votes were split

Explanation:

Because all three major candidates were Progressive, Progressive votes were split" is the one among the following that is true of the 1912 presidential election.

The correct option among all the options that are given in the question is the option "B".

Report Error

View Answer Report Error Discuss

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

4 6574