Topic 5 Quizz
Topic 5 Quizz
Topic: 5
Title of topic: Operating Systems 2
Topic exercises
2. Three processes arrive at the empty ready queue in the order P1, P2 and P3. Which
process is going to be assigned to the CPU next? (Select only 1)
☐ P1
☐ P3
☐ First P1, and then P3 once it arrives
3. In a pre-emptive process scheduling, four processes arrive at the empty ready queue
one after the other (numbers in brackets are priorities): P1(2), P2(3), P3(2), P4(1). Which
process will be running next and in what sequence will processes wait in the queue
(assume 1 is the highest priority)? (Select only 1)
☐ P1 running, P2,P3,P4
☐ P4 running, P1,P3,P2
☐ P4 running, P2,P1,P3
4. Which of the following statements are sensible statements with respect to modern multi-
programmable computer systems? (Select 2)
5. Operating systems interface with many types of external devices. Which of the following
ones are included in this list? (Select 2)
☐ Communications devices
☐ Device handlers
☐ BIOS devices
☐ Storage devices
☐ Database devices
1
6. The main purpose/function of a device driver can best be described as (Select only 1)
7. Which of the following represent the correct order of the layers of the "software model"
(left to right means bottom to top layers)? (Select only 1)
8. Which of the following are the essential parts of a hard disc drive’s mechanism? (Select
3)
9. What best describes the "seek time" of a hard disc drive? (Select only 1)
11. When the operating system swaps a process' memory, where does it put it? (Select only
1)
2
12. There are many ways users can interface with operating systems. Which ones below are
popular methods in use today? (Select 3)
☐ Command line
☐ Voice recognition
☐ Graphical user interface
☐ Touch-screen
☐ Infrared communication
13. Virtual memory is a mechanism used by the operating system to efficiently manage
memory. Which of the following best describes it? (Select only 1)
☐ Virtual memory is another word for that part of RAM not visible to user processes
☐ Virtual memory is fixed in size and cannot be altered until the computer is re-
booted.
☐ Virtual memory enables the use of mass storage space as part of the total
address space
☐ Virtual memory can only be accesses in virtual machine environments
14. Processes have states and they can "move" from one state to another. Which of the
following state transitions are allowed? (Select 2)
15. Users have access privileges when working with operating systems. These usually
correspond to type of users. Which of the below represent the correct ascending order of
access privileges? (Select only 1)