Questions

Q:

 The first step in database development is which of the following?

A) Enterprise data modeling B) Logical database design
C) Physical database design and definition D) Database Implementation
 
Answer & Explanation Answer: A) Enterprise data modeling

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 4518
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 4516
Q:

Which missile was test fired by the India successfully  ?

A) Prithvi II B) PSLV C 37
C) AGNI - VI D) Quick reaction surface-to-air short range missile (QR-SAM)
 
Answer & Explanation Answer: D) Quick reaction surface-to-air short range missile (QR-SAM)

Explanation:
Report Error

View Answer Report Error Discuss

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

6 4515
Q:

Name the processor lines of two major manufacturer?

Answer

High-end: Intel - Pentium (II, III, 4) AMD - Athlon. Low-end: Intel - Celeron, AMD - Duron. 64-bit: Intel - Itanium 2, AMD - Opteron.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

1 4514
Q:

The vitamin required for coagulation of blood

A) B6 B) c
C) k D) b
 
Answer & Explanation Answer: C) k

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

8 4513
Q:

The World's largest railway platform is at

A) Talchar B) New York
C) Kharagpur D) None of these
 
Answer & Explanation Answer: C) Kharagpur

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

4 4512
Q:

Thermal energy is caused by the motion of

A) atoms B) molecules
C) Both A & B D) None of the above
 
Answer & Explanation Answer: C) Both A & B

Explanation:

Thermal energy is caused by the motion of atoms and molecules in the matter.

Thermal_energy_is_caused_by_the_motion_of1556262535.jpg image

 

  1. Thermal energy is an example of kinetic energy, as it is due to the motion of particles, with motion being the key.
  2. Thermal energy results in an object or a system having a temperature that can be measured.
  3. Thermal energy can be transferred from one object or system to another in the form of heat.
Report Error

View Answer Report Error Discuss

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

3 4510
Q:

What is the theme of the 2017 World Thalassaemia Day (WTD) ?

A) Together for Humanity B) Access to Safe & Effective Drugs in Thalassaemia
C) Patients Rights Revisited D) Thalassemia: Knowledge is Strength
 
Answer & Explanation Answer: A) Together for Humanity

Explanation:

The World Thalassaemia Day (WTD) is observed every year on May 8 to spread awareness about this deadly disease and the importance of blood donation and how it helps the millions of people suffering from Thalassemia worldwide. Thalassemia is genetic blood disorders characterised by reduction in the synthesis or absence of haemoglobin in the body. According to a WHO report, more than 90% patients with thalassaemia in western countries lead a normal life, whereas in India, roughly half of all patients die before reaching adulthood. Approx 3.9% of India’s population is a carrier for thalassemia. The 2017 theme ‘Together for Humanity’ highlights the need for unity and the efforts that are required to fight this fatal disease.

Report Error

View Answer Report Error Discuss

Filed Under: Important Days and Years
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk

3 4510