Questions

Q:

You are scheduled to leave at 6 pm. Your replacement worker doesn't show up. What would you do?

Answer

If he was unable to make his shift, I would find a replacement, and stay until the replacement came in.

Report Error

View answer Workspace Report Error Discuss

1 2943
Q:

Which of the following stores data permanently in a computer?

A) ALU B) Cache Memory
C) RAM D) ROM
 
Answer & Explanation Answer: D) ROM

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

6 2943
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 2942
Q:

What are short, long and medium-term scheduling?

Answer

Long term scheduler determines which programs are admitted to the system for processing. It controls the degree of multiprogramming. Once admitted, a job becomes a process.


Medium term scheduling is part of the swapping function. This relates to processes that are in a blocked or suspended state. They are swapped out of real-memory until they are ready to execute. The swapping-in decision is based on memory-management criteria.


Short term scheduler, also know as a dispatcher executes most frequently, and makes the finest-grained decision of which process should execute next. This scheduler is invoked whenever an event occurs. It may lead to interruption of one process by preemption.

Report Error

View answer Workspace Report Error Discuss

0 2942
Q:

During Mughal period there was continuous emigration of the .........to places ruled by Hindu Rajas

A) Nobles B) Poor
C) Middle Class D) Foreign residents
 
Answer & Explanation Answer: B) Poor

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

0 2942
Q:

Who has won the Nobel prize in "Physics" for the year 2017 ?

A) Barry Barish B) Kip Thorne
C) Rainer Weiss D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Rainer Weiss, a professor at the Massachusetts Institute of Technology, and Kip Thorne and Barry Barish, both of the California Institute of Technology, were awarded the Nobel Prize in Physics for the discovery of ripples in space-time known as gravitational waves, which were predicted by Albert Einstein a century ago but had never been directly seen.

Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

19 2941
Q:

What does 'M' stand for in Roman numerals?

A) 1 B) 50
C) 500 D) 1000
 
Answer & Explanation Answer: D) 1000

Explanation:

Letters of the alphabet used in ancient Rome to represent numbers:

I = 1;

V = 5;

X = 10;

L = 50;

C = 100;

D = 500;

M = 1000.

The numbers one through ten are written I, II, III, IV, V, VI, VII, VIII, IX, and X.

Report Error

View Answer Report Error Discuss

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

4 2940
Q:

Data integrity constraints are used to

A) Ensure that duplicate records are not entered into the table B) Prevent users from changing the values stored in the table
C) Control who is allowed access to the data D) Improve the quality of data entered for a specific property like table column
 
Answer & Explanation Answer: D) Improve the quality of data entered for a specific property like table column

Explanation:

Integrity constraints are used to ensure accuracy and consistency of data in a relational database. Data integrity is handled in a relational database through the concept of referential integrity. Many types of integrity constraints play a role in referential integrity (RI).

 

Hence, Data integrity constraints are used to Improve the quality of data entered for a specific property i.e, table column.

Report Error

View Answer Report Error Discuss

0 2939