Contents

Which of the following allow hardware to communicate with operating system?
a) trap                                   
b) interrupts
c) multi-variant   
d) all of these


b

Which operating system distinguish between slow and fast interrupts?
a) windows                           
b) Mac OS
c) Linux                                               
d) Apple


c

How much time interval is required for interrupts?
a) 5ms   
b) 10ms
c) 15ms 
d) 20ms


b

How many process states in data structure?
a) three 
b) four   
c) five   
d) six

c

Explanation: new state, running state, ready state, block state, terminate state



How many goals of memory manager subsystem?
a) three 
b) four   
c) five   
d) six

c

Explanation: large address space, protection, memory mapping, fair access, shared memory



Which of the following system call allocate or free a region of memory for the process use?
a) malloc()                           
b) free()
c) both a & b                       
d) none of these


c