Quiz Operating System
Quiz Operating System
QUIZ 3
STUDENT ID
GROUP
STUDENT
NAME
30
Statements
Answe
r
8. This term refers to GUI users having windows that enable a user to easily
view, control and manipulate multiple things at once.
A. single tasking
B. multitasking
C. multi user
D. single user
9. A process may be made up of multiple ________ of execution that execute
instructions concurrently
A. jobs
B. set of resources
C. threads
D. programs
10.Each process is represented by a Process Control Block (PCB) that consists of
the following information EXCEPT ___________.
A. process state
B. process creation
C. process identification
D. process status
11.Which of the following is NOT the good policy of an Operating System?
A. Maximize job throughput
B. Minimize response time
C. Minimize CPU utilization
D. Minimize waiting time
12.For a process, when will the waiting state be changes to ready state?
A. I/O or event completion
B. interrupt
C. process finish execution
D. process being executed
13.Context switches are performed in:
A.
B.
C.
D.
Time sharing
multiprogramming
batch processing
sequential processing
2. Given a heap of memory management scheme with the following free list
where U: Used and H: Hole: (6 marks)
U
0K
20K
70K
90K
121K
232K
245K
The following
process412K
requests will be received in order:
Process number
1
2
3
4
U
154K
H
187K
Size in Kilobytes
30
15
45
50
Show how the memory requests above are allocated using each of the
allocation schemes:
i.
Best Fit (BF)
ii.
First Fit (FF)
iii.
Worst Fit (WF)
3. List two types of multitasking in time sharing system. (2 marks)