Questions

Q:

A bottle is full of dettol. One-third of it is taken out and then an equal amount of water is poured into the bottle to fill it. This operation is done four times. Find the final ratio of dettol and water in the bottle.

A) 13 : 55 B) 20 : 74
C) 16 : 65 D) 10 : 48
 
Answer & Explanation Answer: C) 16 : 65

Explanation:
Report Error

View Answer Report Error Discuss

2 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 3061
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:

Which formula represents an amino acid?

A) R-CH3(NH2)-COOH B) R-CH(NH2)-COOH
C) R-CH2(NH2)-COOH D) R-CH3(NH2)-COH
 
Answer & Explanation Answer: B) R-CH(NH2)-COOH

Explanation:

Amino acids are the building blocks of proteins. There are about 21 essential amino acids in the human body like histidine, leucine, lysine... The general formula for amino acid is R-CH(NH2)-COOH.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

0 3061
Q:

Who among the following noble prize winners experimented his first experiment in Secunderababd ?

A) Ronald Ross B) Robert Coach
C) Alexander Fleming D) Hans Adolf Jets
 
Answer & Explanation Answer: A) Ronald Ross

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

0 3061
Q:

In law what is a subpoena?

Answer

A writ commanding a witness to appear before a court of law

Report Error

View answer Workspace Report Error Discuss

1 3061