A process having multiple threads of control implies ___________
A. It can do more than one task at a time
B. It can do only one task at a time, but much faster
C. It has to use only one thread per process
D. None of the mentioned
A heavy weight process ___________
A. Has multiple threads of execution
B. Has a single thread of execution
C. Can have multiple or a single thread for execution
D. None of the mentioned
A thread shares its resources(like data section, code section, open files, signals) with ___________
A. Other process similar to the one that the thread belongs to
B. Other threads that belong to similar processes
C. Other threads that belong to the same process
D. All of the mentioned
A thread is also called ___________
A. Light weight process(lwp)
B. Heavy weight process(hwp)
C. Process
D. None of the mentioned
The first process launched by the linux kernel is ___________
A. Init process
B. Zombie process
C. Batch process
D. Boot process
Which binary format is supported by linux?
A. out
B. Elf
C. Both a.out and elf
D. None of the mentioned