Questions

Q:

Clarence Pine Top Smith played what style of piano?

A) Mozart B) Boogie - Woogie
C) Beethoven D) Liszt
 
Answer & Explanation Answer: B) Boogie - Woogie

Explanation:

Pine Top Smith (1899-1929) Considered to be the originator of the Boogie -Woogie style of piano playing.

Report Error

View Answer Report Error Discuss

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

1 2897
Q:

STUFF and REPLACE are used to replace characters in a string

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

They both are used to replace characters in a string

Report Error

View Answer Workspace Report Error Discuss

0 2897
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:

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 2896
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:

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