Questions

Q:

Reactions that require CO2 take place in

A) the Calvin cycle alone B) the light reactions alone
C) Both A & B D) the chloroplast, but is not part of photosynthesis
 
Answer & Explanation Answer: A) the Calvin cycle alone

Explanation:
Report Error

View Answer Report Error Discuss

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

4 4511
Q:

 The first step in database development is which of the following?

A) Enterprise data modeling B) Logical database design
C) Physical database design and definition D) Database Implementation
 
Answer & Explanation Answer: A) Enterprise data modeling

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 4509
Q:

Who is the Author of the book An Unknown Indian?

A) Nirodh C.Chowdhary B) Leo Tolstoy
C) G. B. Shaw D) Mala Sen
 
Answer & Explanation Answer:

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

4 4508
Q:

During World War II, when did Germany attack France?

A) 1940 B) 1941
C) 1942 D) 1943
 
Answer & Explanation Answer: A) 1940

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

4 4508
Q:

Largest of all the Islands?

A) Comoros B) Greenland
C) Maskali D) Andamaan and Nicobar
 
Answer & Explanation Answer: B) Greenland

Explanation:

Green land is the largest of all the Islands.It is a part of North America

Report Error

View Answer Report Error Discuss

10 4507
Q:

Moti Masjid in Red fort was constructed by

A) Humayun B) Aurangzeb
C) Akbar D) Jahangir
 
Answer & Explanation Answer: B) Aurangzeb

Explanation:

Moti Masjid was built by the Mughal emperor Aurangzeb from 1659-1660. The Moti Masjid is a white marble mosque inside the Red Fort complex in Delhi, India.

Report Error

View Answer Report Error Discuss

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

10 4504
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 4502
Q:

Which is the highest Plateu?

A) Deccan B) Pamir
C) Colorado D) None
 
Answer & Explanation Answer: B) Pamir

Explanation:

Pamir is the highest of all the platues.It is located in Tibet

Report Error

View Answer Report Error Discuss

11 4501