Quizz - B
Quizz - B
Quizz - B
a)
b)
c)
d)
b) Stack
c) Heap
d) bootstrap program
Answer: d
9. The state of a process is defined by :
a) the final activity of the process
b) the activity just executed by the process
c) the activity to next be executed by the process
d) the current activity of the process
Answer: d
10.Which of the following do not belong to queues for processes ?
a) Job Queue
b) PCB queue
c) Device Queue
d) Ready Queue
Answer: b
11.What is a long-term scheduler ?
a) It selects which process has to be brought into the ready queue
b) It selects which process has to be executed next and allocates CPU
c) It selects which process to remove from memory by swapping
d) None of these
Answer: a
12. If all processes I/O bound, the ready queue will almost always be
______, and the Short term Scheduler will have a ______ to do.
a) full,little
b) full,lot
c) empty,little
d) empty,lot
Answer: c
discarded
13.Suppose that a process is in Blocked state waiting for some I/O service.
When the service is completed, it goes to the :
a) Running state
b) Ready state
c) Suspended state
d) Terminated state
Answer: b
14.Which process can be affected by other processes executing in the system?
a) cooperating process
b) child process
c) parent process
d) init process
Answer:a
15.A parent process calling _____ system call will be suspended until children
processes terminate.
a) wait
b) fork
c) exit
d) exec
Answer: a
16.The child process can : (choose two)
a) be a duplicate of the parent process
b) never be a duplicate of the parent process
c) have another program loaded into it
d) never have another program loaded into it
Answer: a and c
17. Message passing system allows processes to :
a) communicate with one another without resorting to shared data.
b) communicate with one another by resorting to shared data.
c) share data
d) name the recipient or sender of the message
Answer: a
discarded
18.In the non blocking send :
a) the sending process keeps sending until the message is received
b) the sending process sends the message and resumes operation
c) the sending process keeps sending until it receives a message
d) None of these
Answer: b
19.The initial program that is run when the computer is powered up is called :
a) boot program
b) bootloader
c) initializer
d) bootstrap program
Answer: d
20.An interrupt vector
a) is an address that is indexed to an interrupt handler
b) is a unique device number that is indexed by an address
c) is a unique identity given to an interrupt
d) None of these
Answer: a
21.The processes that are residing in main memory and are ready and waiting
to execute are kept on a list called
a) job queue
b) ready queue
c) execution queue
d) process queue
Answer:b
22.The interval from the time of submission of a process to the time of
completion is termed as
a) waiting time
b) turnaround time
c) response time
d) throughput
Answer:b
23.Time quantum is defined in