Questions

Q:

Due to attack of dry rot, the timber

A) reduces to powder B) cracks
C) loss weight D) shrinks
 
Answer & Explanation Answer: A) reduces to powder

Explanation:
Report Error

View Answer Report Error Discuss

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

0 3062
Q:

In which year ' Human Rrights Resolution ' was adopted by the U.N

A) 1945 B) 1946
C) 1947 D) 1948
 
Answer & Explanation Answer: A) 1945

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

4 3062
Q:

Point out the error, if any, in the while loop.

main()

{

  int i = 1;

  while ()

  {

     printf ( "%d", i++);

     if (i >10) 

     break ;

   }

}

Answer

The condition in the while loop is a must.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3062
Q:

public static void main string[] args Meaning is?

Answer

Here in this declaration public static void main string[] args, each keyword has its importance.


 


1. public - Here public is an access specifier which allows the main method to be accessible everywhere.


 


2. static - static helps the main method to get loaded without getting called by any instance/object.


 


3. void - void clarifies that the main method will not return any value.


 


4. main - It's the name of the method.


 


5. String[] args - Here we are defining a String array to pass arguments at the command line. args is the variable name of the String array.

Report Error

View answer Workspace Report Error Discuss

8 3062
Q:

The Solar System was discoverd by

A) Galleleo B) Finsen
C) Copernicus D) None of these
 
Answer & Explanation Answer: C) Copernicus

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

0 3061
Q:

Kohinoor diamond was produced from one of the mines in

A) Golconda B) Bijapur
C) Odisha D) Chotanagpur
 
Answer & Explanation Answer: A) Golconda

Explanation:

Kohinoor diamond was produced from one of the mines in Golconda.

Report Error

View Answer Report Error Discuss

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

1 3061
Q:

Accommodation refers to

A) Movement towards or away from others by changing your communicative behavior B) Movement towards another by changing your communicative behavior
C) Going out of your way to help or relate to someone by changing your communicative behavior D) Giving up something that means a lot to you in order to help accommodate another
 
Answer & Explanation Answer: A) Movement towards or away from others by changing your communicative behavior

Explanation:
Report Error

View Answer Report Error Discuss

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

1 3060
Q:

Technically, tempera is paint in which the vehicle is in

A) an emulsion B) a pigment
C) an impasto D) a ground
 
Answer & Explanation Answer: A) an emulsion

Explanation:
Report Error

View Answer Report Error Discuss

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

0 3060