Questions

Q:

Which day is the World Press freedom day ?

Answer

3 May

Report Error

View answer Workspace Report Error Discuss

0 3050
Q:

Name the company that has recently created the world’s smallest magnet using a single atom which can store one bit of data on it.

A) TCS B) Microsoft
C) IBM D) Infosys
 
Answer & Explanation Answer: C) IBM

Explanation:

A team of researchers at IBM has created the world’s smallest magnet using a single atom which can store one bit of data on it.

Report Error

View Answer Report Error Discuss

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

3 3050
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 3050
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 3049
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 3049
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 3048
Q:

Which is the national game of pakistan ?

A) Cricket B) Kabaddi
C) Archery D) Hockey
 
Answer & Explanation Answer: D) Hockey

Explanation:

hockey

Report Error

View Answer Report Error Discuss

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

0 3048
Q:

Who attended all the three-round table conferences?

A) M K Gandhi B) M M Malviya
C) B R Ambedkar D) Annie Besant
 
Answer & Explanation Answer: C) B R Ambedkar

Explanation:

Dr. B. R. Ambedkar attended all the three-round table conferences.

Report Error

View Answer Report Error Discuss

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

2 3048