….. sequence of instructions within a process that behaves process
within a process but does not have its own PCB.
a) Thread
b) Program counter
c) Interrupt
d) None of these
A thread is also called .......
a) LWP
b) Heavy Weight Process (HWP)
c) Process
d) None of these
Explanation: LWP stand for light weight process
Which one of the following is not shared by threads?
a) Program counter
b) stack
c) both program counter and stack
d) none of these
A process can be ......
a) single threaded
b) multithreaded
c) both a & b
d) none of these
Termination of the process terminates.....
a) first thread of the process
b) first two threads of the process
c) all threads within the process
d) none of these
RPC stands for……..
a) Remote procedure call
b) Register procedure call
c) Resource procedure call
d) None of these