Questions

Q:

Lime is sometimes applied to soil in order to

A) increase the acidity of the soil B) make the soil more porous
C) restore nitrates to the soil D) increase the alkalinity of the soil
 
Answer & Explanation Answer: D) increase the alkalinity of the soil

Explanation:

Lime is sometimes applied to soil in order to increase the acidity of the soil.

Report Error

View Answer Report Error Discuss

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

0 3075
Q:

Which mosque is considered to be the style of Bengal style in Agra?

A) Nagina Masjid B) Moti Masjid
C) Jama Masjid D) Badshahi Masjid
 
Answer & Explanation Answer: A) Nagina Masjid

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

0 3075
Q:

Which of the following tools can be used to identify inefficient SQL statements without executing them?

A) QMF B) Task Center
C) Visual Explain D) Development Center
 
Answer & Explanation Answer: C) Visual Explain

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification

1 3075
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 3074
Q:

Which among the following migratory bird species migrates from Arctic to Antarctica every year, making it longest migratory route on nearth?

A) Arctic Tern B) Black necked swan
C) Bobolink D) American Robin
 
Answer & Explanation Answer: A) Arctic Tern

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

0 3074
Q:

Plant cells perform photosynthesis, which occurs in the

A) Nucleus B) Mitochondria
C) Cytoplasm D) Chloroplasts
 
Answer & Explanation Answer: D) Chloroplasts

Explanation:

Photosynthesis takes place inside plant cells in small things called chloroplasts.

Chloroplasts contain a green substance called chlorophyll and this absorbs the light energy needed to make photosynthesis happen.

Report Error

View Answer Report Error Discuss

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

2 3074
Q:

Choose odd one out

A) Cyberspace B) Internet
C) HTML D) WWW
 
Answer & Explanation Answer: C) HTML

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

0 3072
Q:

For how many months is a cheque valid from the date of issue?

A) 1 month B) 2 months
C) 3 months D) 6 months
 
Answer & Explanation Answer: C) 3 months

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

34 3072