Questions

Q:

Energy is measured in units called

A) Newtons B) Watts
C) Joules D) Ohm/mtr
 
Answer & Explanation Answer: C) Joules

Explanation:

Energy is measured in units called Joules.

 

Joule is unit of work or energy in the International System of Units (SI) which is equal to the work done by a force of one newton acting through one metre.

 

1 Joule  =  107 ergs or 0.7377 foot-pounds.

Report Error

View Answer Report Error Discuss

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

4 3240
Q:

Roentgen discovered

A) Electrocardiograph B) X–rays
C) Anti polio vaccine D) Encephalograph
 
Answer & Explanation Answer: B) X–rays

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

3 3239
Q:

Explain the concept of Reentrancy?

Answer

It is a useful, memory-saving technique for multiprogrammed timesharing systems. A Reentrant Procedure is one in which multiple users can share a single copy of a program during the same period. Reentrancy has 2 key aspects: The program code cannot modify itself, and the local data for each user process must be stored separately. Thus, the permanent part is the code, and the temporary part is the pointer back to the calling program and local variables used by that program. Each execution instance is called activation. It executes the code in the permanent part, but has its own copy of local variables/parameters. The temporary part associated with each activation is the activation record. Generally, the activation record is kept on the stack.


Note: A reentrant procedure can be interrupted and called by an interrupting program, and still execute correctly on returning to the procedure.

Report Error

View answer Workspace Report Error Discuss

0 3238
Q:

What is a zombie?

Answer

When a program forks and the child finishes before the parent, the kernel still keeps some of its information about the child in case the parent might need it – for example, the parent may need to check the child’s exit status. To be able to get this information, the parent calls `wait()’; In the interval between the child terminating and the parent calling `wait()’, the child is said to be a `zombie’ (If you do `ps’, the child will have a `Z’ in its status field to indicate this.)

Report Error

View answer Workspace Report Error Discuss

Subject: Operating Systems Exam Prep: GATE

1 3238
Q:

Keoladeo National Park is situated in which state?

A) Jharkand B) Rajasthan
C) Madhya Pradesh D) Uttar Pradesh
 
Answer & Explanation Answer: B) Rajasthan

Explanation:
Report Error

View Answer Report Error Discuss

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

9 3238
Q:

Which of the following is not a Fixed Cost?

A) Insurance B) Salaries
C) Depreciation D) Direct Materials
 
Answer & Explanation Answer: D) Direct Materials

Explanation:

Direct Materials doesn't come under Fixed Cost because it vary with changes in the activity level of a business.

Fixed Cost :

A fixed cost is a cost that does not change over the short-term, even if a business experiences changes in its sales volume or other activity levels.

It is of some importance to understand the extent and nature of the fixed costs in a business, since a high fixed-cost level requires a business to maintain a high revenue level in order to avoid generating losses.

Examples of Fixed Cost are:

Insurance, Salaries, Rent, Property Taxes,...

Report Error

View Answer Report Error Discuss

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

6 3237
Q:

Memory is made up of

A) Large number of cells B) Set of wires
C) Set of circuits D) None of the above
 
Answer & Explanation Answer: A) Large number of cells

Explanation:

In computing, memory refers to the computer hardware integrated circuits that store information for immediate use in a computer.

Most semiconductor memory is organized into memory cells or bistable flip-flops, each storing one bit (0 or 1).

Report Error

View Answer Report Error Discuss

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

2 3237
Q:

MAU-Multiple access unit

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

Explanation:

MAU is Multistation Access Unit

Report Error

View Answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

0 3236