Questions

Q:

What are rings in Windows NT?

Answer

Windows NT uses protection mechanism called rings provides by the process to implement separation between the user mode and kernel mode.

Report Error

View answer Workspace Report Error Discuss

0 3367
Q:

Name the last Trithankara

A) Parsvanath B) Mahavira
C) Siddhartha D) Subhadra
 
Answer & Explanation Answer: B) Mahavira

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

3 3367
Q:

Branch of science which deal with the study of causative agent of disease is __________

A) Ecology B) Etiology
C) Eugenics D) Euthenics
 
Answer & Explanation Answer: B) Etiology

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

7 3367
Q:

The number of Union Territories in India is

A) 5 B) 6
C) 7 D) 9
 
Answer & Explanation Answer: C) 7

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

0 3366
Q:

An ordinance issued by the President has the same force and effect as an Act of Parliament

A) True B) False
C) True, only during a National Emergency D) True, only during a Financial Emergency
 
Answer & Explanation Answer: A) True

Explanation:

He cannot issue an ordinance , when both the Houses of Parliament are in session. Every ordinance issued by the President should be laid before both Houses of Parliament, within six weeks of re-assembly of Parliament . The president may also withdraw an ordinance at any time he likes.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

4 3366
Q:

Which of the following animals have teeth in their stomach?

A) Frogs B) Crabs
C) Snakes D) Cockroach
 
Answer & Explanation Answer: B) Crabs

Explanation:
Report Error

View Answer Report Error Discuss

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

21 3366
Q:

A computer program consists of

A) flowchart B) algorithm
C) logical steps D) All of the above
 
Answer & Explanation Answer: B) algorithm

Explanation:

A computer program is a set of instructions i.e algorithm that are to be executed to complete a task.

Report Error

View Answer Report Error Discuss

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

3 3365
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 3365