Questions

Q:

What is one way to limit a user's access to only a specific number of accounts in the MCC?

Answer

Create a new MCC account linked to the original MCC account. Move the specified number of accounts into that MCC and grant the user access to the sub-MCC account.

Report Error

View answer Workspace Report Error Discuss

33 4504
Q:

In case of uniform circular motion, the acceleration is

A) Variable in magnitude but constant in direction B) Constant in magnitude and directed radially inwards
C) Variable in magnitude but tangential to the circle D) Zero
 
Answer & Explanation Answer: A) Variable in magnitude but constant in direction

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

4 4503
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 4501
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 4501
Q:

The World's largest railway platform is at

A) Talchar B) New York
C) Kharagpur D) None of these
 
Answer & Explanation Answer: C) Kharagpur

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

4 4500
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 4499
Q:

Ahinav Bindra is associated with which game?

A) Badminton B) Shooting
C) Golf D) Swimming
 
Answer & Explanation Answer: B) Shooting

Explanation:

Abhinav Bindra is an Indian professional shooter who is the world and Olympic champion in the 10 m air rifle event.

Abhinav Bindra thinks sports in India need investment

Report Error

View Answer Report Error Discuss

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

10 4498
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 4497