Questions

Q:

Which of the following is Not a form of Energy?

A) Heat B) Sound
C) Motion D) Pressure
 
Answer & Explanation Answer: D) Pressure

Explanation:

Pressure is Not a form of Energy.

 

Energy : It is defined as the ability to do work.

Energy comes in two basic forms. They are :

1. Potential Energy

2. Kinetic Energy

 

Potential Energy is any type of stored energy. It can be chemical, nuclear, gravitational, or mechanical.

Kinetic Energy is found in movement. An airplane flying or a meteor plummeting each have kinetic energy. Even the tiniest things have kinetic energy, like atoms vibrating when they are hot or when they transmit sound waves. Electricity is the kinetic energy of flowing electrons between atoms.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

6 2815
Q:

Answer the following puzzle

Answer

Hour hand points to 8


Explanation:


Starting with the top clockface, and moving clockwise around the others, the minute hand moves forward 15 minutes, while the hour hand moves back 2 hours each time.

Report Error

View answer Workspace Report Error Discuss

Subject: Clock puzzles

6 2815
Q:

Genes contain instructions for assembling what?

A) Amino acids B) Proteins
C) Nucleotides D) All of the above
 
Answer & Explanation Answer: B) Proteins

Explanation:

Genes which are segment of DNA of a cell contains instructions for assembling proteins.

Report Error

View Answer Report Error Discuss

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

5 2814
Q:

What's at the end of a rainbow?

Answer

The letter 'W' is at the end of a rainbow.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

14 2813
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 2813
Q:

The lord of Rings : The Return of the King won Oscar award in how many categories

A) 10 B) 9
C) 11 D) 12
 
Answer & Explanation Answer: C) 11

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

2 2812
Q:

The SQL keyword BETWEEN is used:

A) for ranges B) as a wildcard
C) to limit the columns displayed D) All the above
 
Answer & Explanation Answer: A) for ranges

Explanation:

In SQL, BETWEEN Keyword is used for ranges like Number Ranges, Date Ranges, etc...

Report Error

View Answer Report Error Discuss

0 2811
Q:

Which path through the carbon cycle is possible?

A) Animal ----> Plant ----> Atmosphere B) Plant ----> Animal ----> Atmosphere
C) Atmosphere ----> Plant ----> Animal D) Plant ----> Atmosphere -----> Animal
 
Answer & Explanation Answer: B) Plant ----> Animal ----> Atmosphere

Explanation:

During daylight hours, plants capture carbon dioxide from the atmosphere and use it to make carbohydrates which is stored as starch in the plant. Animals feed on the plants and extract the carbohydrates through their digestive system. The carbohydrates, namely glucose, are used by the animals for production of ATP through cellular respiration.

 

Cellar respiration in the animals produces carbon dioxide as a waste product. The carbon dioxide is released into the atmosphere, from where it is again captured by plants and the cycle is repeated.

 

Hence, option B) Plant ----> Animal ----> Atmosphere is the path possible in carbon cycle.

Report Error

View Answer Report Error Discuss

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

0 2811