531. | Binary semaphores are also known as |
Answer: (c).Mutex locks
|
532. | A collection of instructions (or operations) that performs a single logical function is called a |
Answer: (c).Transaction
|
533. | Which one operation signifies that the transaction has terminated its execution |
Answer: (a).Commit
|
534. | Which one is an example of race condition |
Answer: (b).Light Switch
|
535. | In deadlock,only one process at a time can use the resource,this condition is called |
Answer: (d).Mutual exclusion
|
536. | ________ is solved by Dijkstra's banking algorithm |
Answer: (b).Deadlock avoidance
|
537. | The run-time mapping from virtual to physical addresses is done by a hardware device called |
Answer: (c).Memory Management Unit
|
538. | Whenever the CPU scheduler decides to execute a process, it calls the |
Answer: (a).Dispatcher
|
539. | The total transfer time is ________ to the amount of memory swapped |
Answer: (a).directly proportional
|
540. | Which one is a memory-management scheme that permits the physical address space of a process to be noncontiguous |
Answer: (c).paging
|