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

The ability to do work is called Energy.

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

Explanation:

Yes, the ability to do work is called Energy is True.

Report Error

View Answer Workspace Report Error Discuss

Subject: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

4 4510
Q:

During World War II, when did Germany attack France?

A) 1940 B) 1941
C) 1942 D) 1943
 
Answer & Explanation Answer: A) 1940

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

4 4509
Q:

Moti Masjid in Red fort was constructed by

A) Humayun B) Aurangzeb
C) Akbar D) Jahangir
 
Answer & Explanation Answer: B) Aurangzeb

Explanation:

Moti Masjid was built by the Mughal emperor Aurangzeb from 1659-1660. The Moti Masjid is a white marble mosque inside the Red Fort complex in Delhi, India.

Report Error

View Answer Report Error Discuss

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

10 4508
Q:

What do you like most about being a medical assistant?

Answer

Employers often ask this question to gauge whether you are someone who enjoys your job and wants to perform well on the job. Simply explain what you like, and tell why you find these responsibilities to be rewarding.


 


Example Answer ::


My favorite part of being a medical assistant is working with different patients who come into the office. I like being the friendly face that patients see when they come back into the exam area. I want patients to enjoy coming into the office, and I want to represent my office well.

Report Error

View answer Workspace Report Error Discuss

6 4507
Q:

Which is the highest Plateu?

A) Deccan B) Pamir
C) Colorado D) None
 
Answer & Explanation Answer: B) Pamir

Explanation:

Pamir is the highest of all the platues.It is located in Tibet

Report Error

View Answer Report Error Discuss

11 4506
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 4506
Q:

The two forms of democracy are

A) Parliamentary and King B) Monarchical and Republican
C) Direct and Indirect D) Parliamentary and Presidential
 
Answer & Explanation Answer: D) Parliamentary and Presidential

Explanation:

There are two major forms of democratic government.

I. Parliamentary
II. Presidential

The citizens elect the leaders in democratic government.

The main difference is legislative and executive branches.

Executive - head of government
Legislative - how laws are made

 

I. Parliamentary democratic government : (example - United Kingdom )

1. Parliament = Legislature (Laws)
2. Parliament controls the power
3. Head of government is a prime minister chosen by the legislature
4. Prime minister and cabinet are members of the legislature
5. Prime minister answers to the legislature (fusion of powers)
6. The government will stay in office for a specified period unless the prime minister loses support of the majority on an important vote.
7. If this occurs- the P.M. must resign and elections are held immediately.

 

II. Presidential democratic government : (example - United States of America)

1. The executive and legislative branches are separate bodies elected independently by the citizens.
2. Separation of Powers
3. There are checks and balances where each branch can overrule the other.
4. The president answers to the voters, not the legislature.
5. The people elect the president, and elections are held at set intervals.

Report Error

View Answer Report Error Discuss

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

2 4505