Questions

Q:

' Ashoka Chakra' is awarded for 

A) Outstanding contribution to literature B) Gallantry by children
C) Acts of gallantry in the presence of the enemy D) The most conspicuous bravery or self-sacrifice an land, air or sea but not in the presence of the enemy
 
Answer & Explanation Answer: D) The most conspicuous bravery or self-sacrifice an land, air or sea but not in the presence of the enemy

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

14 4476
Q:

Component Testing is also called as

component_testing_is_also_called_as1542088267.jpg image

A) Unit testing B) Module testing
C) Program testing D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Component Testing is also called as Module or Unit or Program testing. It is testing of all the components in an application separately.

Report Error

View Answer Report Error Discuss

9 4475
Q:

In case of uniform circular motion, the acceleration is

A) Variable in magnitude but constant in direction B) Constant in magnitude and directed radially inwards
C) Variable in magnitude but tangential to the circle D) Zero
 
Answer & Explanation Answer: A) Variable in magnitude but constant in direction

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

4 4474
Q:

What is the difference between malloc() and calloc() functions?

Answer

As against malloc(), calloc() needs two arguments, the number of elements  to be allocated and the size of each element. For example,


 p = (int *) calloc (10, sizeof (int));


would allocate space for a 10- integer array. Additionally, calloc() would also set each of this element with a value 0.


Thus the above call to calloc() is equivalent to:


p = (int *) malloc (10 * sizeof (int));


memset (p, 0, 10 * sizeof( int ));

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4472
Q:

Who invented Electric Generator?

A) Michael Faraday B) Thomas Alva Edison
C) Graham Bell D) Alfred Nobel
 
Answer & Explanation Answer: A) Michael Faraday

Explanation:

Michael Faraday invented Electric Generator in 1831.

 

        • The operating principle of electromagnetic generators was discovered in the years of 1831–1832 by Michael Faraday.

 

        • The principle later called Faraday's law, is that an electromotive force is generated in an electrical conductor which encircles a varying magnetic flux.


 

Report Error

View Answer Report Error Discuss

Filed Under: Inventions
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: IT Trainer , Database Administration , Bank PO , Analyst

11 4470
Q:

In windows, start button is used to

A) Run applications B) Device setting
C) Turn off the system D) All of above
 
Answer & Explanation Answer: D) All of above

Explanation:

The Start button allows users to access their run applications, device setting, turn off the system, computer programs or configure Microsoft Windows easily by accessing the Start Menu.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

4 4470
Q:

 What does 'C' stands for in the abbreviation UNODC ?

A) Crime B) Cinema
C) Committee D) None of the above
 
Answer & Explanation Answer: A) Crime

Explanation:

UNODC is abbreviated as United Nations Office on Drugs and Crime. It is a global leader in the fight against illicit drugs and international crime. Established in 1997 through a merger between the United Nations Drug Control Programme and the Centre for International Crime Prevention, UNODC operates in all regions of the world through an extensive network of field offices.

Report Error

View Answer Report Error Discuss

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

7 4468
Q:

App to locate board exam centre for students launched by ?

A) CBSE B) IIT
C) JNU D) NCERT
 
Answer & Explanation Answer: A) CBSE

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions
Exam Prep: Bank Exams
Job Role: Bank Clerk , Bank PO

14 4468