Questions

Q:

A vehicle born transmitted diseases are

A) Plague and Malaria B) Chicken Pox and Tetanus
C) Mumps and Common cold D) Eye infection and influenza
 
Answer & Explanation Answer: A) Plague and Malaria

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

13 4705
Q:

Which country is separated from India by the McMohan line ?

A) Bangladesh B) Afghanistan
C) China D) Pakistan
 
Answer & Explanation Answer: C) China

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

1 4703
Q:

Which of the following is not a macronutrient?

A) Carbohydrates B) Calcium
C) Chlorine D) Proteins
 
Answer & Explanation Answer: C) Chlorine

Explanation:

Nutrients that are needed in large amounts are called Macronutrients.

 

There are three macronutrients required by humans:

1. carbohydrates (sugar),

2. lipids (fats), and

3. proteins.

 

Each of these macronutrients provides energy in the form of calories.

 

Some other macronutrients are: nitrogen (N), phosphorus (P), potassium (K), calcium (Ca), sulfur (S), magnesium (Mg), sodium (Na).

Report Error

View Answer Report Error Discuss

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

4 4702
Q:

Which is the fastest running train on Indian railway

A) Mumbai - Goa super fast Express B) New Delhi - Lucknow Shatabdi Express
C) New Delhi -Chandigarh Shatabdi Express D) New Delhi - Mumbai Rajdhani Express
 
Answer & Explanation Answer: D) New Delhi - Mumbai Rajdhani Express

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

1 4702
Q:

What type of bond is joining the two hydrogen atoms?

A) Hydrophobic B) Ionic
C) Covalent D) Hydrophilic
 
Answer & Explanation Answer: C) Covalent

Explanation:

Covalent type of bonding joins The two hydrogen atoms are joned by Covalent type of bonding.

In this type of bonding, electrons are shared between the atoms in order to fill there valence shells. Thus sharing of electrons take place in between the hydrogen atoms.

Report Error

View Answer Report Error Discuss

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

1 4701
Q:

Max well is the unit of

A) intensity of magnetization B) permeability
C) magnetic flux D) magnetic susceptibility
 
Answer & Explanation Answer: C) magnetic flux

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

2 4698
Q:

What is the difference between malloc() and calloc() functions?

Answer

As against malloc(), calloc() needs two arguments, the number of elements  to be allocated and the size of each element. For example,


 p = (int *) calloc (10, sizeof (int));


would allocate space for a 10- integer array. Additionally, calloc() would also set each of this element with a value 0.


Thus the above call to calloc() is equivalent to:


p = (int *) malloc (10 * sizeof (int));


memset (p, 0, 10 * sizeof( int ));

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4696
Q:

A particle which is four times in mass and two times in charge that of proton is

A) helium atom B) an alpha particle
C) deuteron D) tritium
 
Answer & Explanation Answer: B) an alpha particle

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

7 4695