Questions

Q:

Which of the following decade is celebrated as United Nations Decade for Women

A) 1997-2006 B) 2001-2010
C) 1976-1985 D) 2003-2012
 
Answer & Explanation Answer: C) 1976-1985

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

0 2896
Q:

Which statement describes decomposers?

A) Decomposers are insignificant organisms in the ecosystem and can be absent in some ecosystems. B) Decomposers can produce their own source of energy and can sometimes act as primary producers.
C) Decomposers are those organisms that recycle matter in the ecosystem.. D) All the above
 
Answer & Explanation Answer: C) Decomposers are those organisms that recycle matter in the ecosystem..

Explanation:

Decomposers are organisms that break down dead or decaying organisms, and in doing so, they carry out the natural process of decomposition.

 

The statement "Decomposers are those organisms that recycle matter in the ecosystem" describes decomposers.

Report Error

View Answer Report Error Discuss

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

2 2896
Q:

Which formula represents an amino acid?

A) R-CH3(NH2)-COOH B) R-CH(NH2)-COOH
C) R-CH2(NH2)-COOH D) R-CH3(NH2)-COH
 
Answer & Explanation Answer: B) R-CH(NH2)-COOH

Explanation:

Amino acids are the building blocks of proteins. There are about 21 essential amino acids in the human body like histidine, leucine, lysine... The general formula for amino acid is R-CH(NH2)-COOH.

Report Error

View Answer Report Error Discuss

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

0 2895
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 2895
Q:

What is the only chain we can eat ?

Answer

A food chain is the only chain we can eat.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: Bank Exams

3 2894
Q:

What are the four main functions of a computer?

A) Data, information, bits and bytes B) Hardware, software, modeling and operations
C) Input, processing, output and storage D) Learning, thinking, intelligence and virtuosity
 
Answer & Explanation Answer: C) Input, processing, output and storage

Explanation:

The four main functions of a computer are ::

 

1. Input,

2. Processing,

3. Output and

4. Storage

Report Error

View Answer Report Error Discuss

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

15 2894
Q:

Eugenics is the study of

A) impair the racial qualities of future generations either physically or mentally B) different races of mankind
C) genetic of plants D) people of European origin
 
Answer & Explanation Answer: A) impair the racial qualities of future generations either physically or mentally

Explanation:

Eugenics is the study of altering human beings by changing their genetic components.

 

It is the study of the agencies under social control that may improve or impair the racial qualities of future generations either physically or mentally.

Report Error

View Answer Report Error Discuss

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

9 2894
Q:

______ is a particular area from which all the voters living there choose their representatives.

A) Constituency B) Voting Area
C) Election Area D) Legislative Area
 
Answer & Explanation Answer: A) Constituency

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

6 2893