A2 - CS - End of Unit 16 test
star
star
star
star
star
Last updated 8 months ago
7 questions
5
7
14
8
6
9
4
| Draggable item | arrow_right_alt | Corresponding Item |
|---|---|---|
Logical memory is split up into variable-size memory blocks. | arrow_right_alt | quantum |
A fixed time slice allotted to a process. | arrow_right_alt | pre-emptive |
System which gives the illusion that there is unlimited memory available. | arrow_right_alt | virtual memory |
Algorithm which decides which process (in the ready state) should get CPU time next (running state). | arrow_right_alt | low level scheduler |
Physical memory and logical memory are split up into fixed-size memory blocks. | arrow_right_alt | paging |
When a process terminates or switches from running state to waiting state. | arrow_right_alt | non-preemptive |
Time when a process gets control of the CPU. | arrow_right_alt | burst |
When a process switches from running state to steady state or from waiting state to steady state. | arrow_right_alt | segmentation |