Questions

Q:

The Manu Smirit Mainly deals with

A) Social order Laws B) laws
C) Economics D) State craft
 
Answer & Explanation Answer: B) laws

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

4 4482
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 4481
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 4479
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 4477
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 4476
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:

In terms of percent, whiskey has more alcohol than wine.

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

Explanation:

in_terms_of_percent_whiskey_has_more_alcohol_than_wine1558417798.png image


From the above figure, we can say that there is the same amount of alcohol in one regular beer (340 ml/12 oz, 5% alcohol), one glass of wine (140 ml/5oz, 12% alcohol), one glass of fortified wine (85 ml/3oz, 20% alcohol) and one shot of spirits (45 ml/1.5 oz, 40% alcohol).


 


Hence, the given statement whiskey has more alcohol than wine is TRUE.

Report Error

View Answer Workspace Report Error Discuss

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

2 4471
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 4470