Questions

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 3065
Q:

In 1933 congress repealed prohibition with the

A) 21st Amendment B) 20th Amendment
C) 19th Amendment D) 18th Amendment
 
Answer & Explanation Answer: A) 21st Amendment

Explanation:

In 1933, Congress repealed prohibition with the 21st amendment. At it’s heart, the scopes trial was a clash between religion and science. Nativists were opposed to immigration because they feared that immigration would be a damage to America’s traditions and that it would result in a loss of jobs.

The Prohibition Era in United States history lasted from 1919 to 1933. It was defined by a complete prohibition of the manufacturing, sale, and transportation of alcoholic beverages in the United States.

Report Error

View Answer Report Error Discuss

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

0 3065
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 3064
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:

Gun gopi krrishna was a maestro of which of the follwing dance forms

A) Manipuri B) Bharatanatyam
C) Kuchipudi D) Kathak
 
Answer & Explanation Answer: D) Kathak

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

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:

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 3062