Questions

Q:

City with most Bridges in the world is _________

Answer

Hamburg, Germany, is located on the river Elbe at the point where it meets the Bille and Alster rivers. The canals, rivers and streams within the city are crossed by a total of 2,302 bridges-more than the cities of Vanice and Amsterdam combined.

Report Error

View answer Workspace Report Error Discuss

0 3053
Q:

What two things can you never eat for breakfast?

A) Lunch B) Dinner
C) Both A & B D) None of the above
 
Answer & Explanation Answer: C) Both A & B

Explanation:

We can never eat lunch and dinner for our breakfast.

Report Error

View Answer Report Error Discuss

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

0 3053
Q:

What does the central nervous system consists of?

A) Brain B) Spinal cord
C) Nerves D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

The central nervous system CNS is responsible for integrating sensory information and responding accordingly.

It consists of two main components::

 1. The brain

 2. The spinal cord


The brain is the center of our thoughts, the interpreter of our external environment, and the origin of control over body movement. The brain can be divided into four main lobes: temporal, parietal, occipital and frontal.

 

The spinal cord serves as a conduit for signals between the brain and the rest of the body.

Report Error

View Answer Report Error Discuss

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

3 3053
Q:

In the aggregate expenditures model, it is assumed that investment

in_the_aggregate_expenditures_model_it_is_assumed_that_investment1553493949.jpg image

A) does not change when real GDP changes B) does not respond to changes in interest rates
C) changes by less in percentage terms than changes in real GDP D) automatically changes in response to changes in real GDP
 
Answer & Explanation Answer: A) does not change when real GDP changes

Explanation:

In the aggregate expenditures model, it is assumed that investment does not change when real GDP changes.

 

  • The aggregate expenditure is the sum of all the expenditures undertaken in the economy by the factors during a specific time period.

 

  • The aggregate expenditure determines the total amount that firms and households plan to spend on goods and services at each level of income.
Report Error

View Answer Report Error Discuss

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

0 3052
Q:

Improve the following code using typedef.

struct node

{

      int data1;  float data2;

       struct node *left;

       struct node *right;

};

struct node *ptr;

ptr = (struct node *) malloc (sizeof (struct node) ); 

Answer

typedef struct node * treeptr


typedef struct node


{


         int data1;


         float data2;


         treeptr *left;


         treeptr *right;


}treenode;


treeptr ptr;


ptr = ( treeptr ) malloc ( sizeof ( treenode ) );

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3052
Q:

What event resulted in the creation of NASA?

Answer

It has been said that the creation of NASA was due to the space exploration race between the US and the Soviet Union. One of the drives to the creation of NASA is the launching of Sputnik on October 4, 1957.


 


Since then, further explorations have been made by the agency.

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 3051
Q:

Which one of the following factors contributes to hypertension? 

A) A vigorous exercise regimen B) A diet that lacks protein
C) A high-fat diet D) A lack of sleep
 
Answer & Explanation Answer: C) A high-fat diet

Explanation:

In the given options, a high-fat diet is the only factor that contributes to hypertension.

Report Error

View Answer Report Error Discuss

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

1 3051
Q:

Which day is the World Press freedom day ?

Answer

3 May

Report Error

View answer Workspace Report Error Discuss

0 3051