Questions

Q:

Shares of a company given in exchange for work done are called ?

A) Secondary shares B) Hot equity
C) Preferential shares D) Sweat equity shares
 
Answer & Explanation Answer: D) Sweat equity shares

Explanation:

A sweat equity share is an equity share issued by the company to employees or directors at a discount or for consideration other than cash for providing know-how or making available rights in the nature of intellectual property rights or value additions.

Report Error

View Answer Report Error Discuss

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

3 2897
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 2897
Q:

What is a Contact Force and explain with an example?

Answer

A Contact force is a force applied to a body by another body that is in contact with it. Contact force acts on a point of direct contact between the two objects. This force can either be continuous as a continuous force or can be momentary in the form of an impulse. Contact force is governed by Newton’s Laws.


Examples :: Contact force is responsible for most of the interactions we experience in the daily life.


1. Writing your name with a pen, pushing a car up a hill, lifting an object, etc...


2. Kicking a ball, hammering a nail, etc...


are some of the everyday examples where contact forces are at work.


In the first case, the force is continuously applied by the person on the car or pen or an object while in the second case the force is delivered in a short impulse.


 


Contact forces are often decomposed into orthogonal components


one perpendicular to the surface in contact called the normal force, and


one parallel to the surface in contact, called the friction force.

Report Error

View answer Workspace Report Error Discuss

Subject: Physics Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer , Network Engineer

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

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

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