Multiple Choice
If one of the thread in multithreaded process is blocked on an I/O, which of the following is true?
A) the entire process with block if their is no kernel supported threads
B) other threads of the process will continue to execute even if there is no kernel supported threads
C) it depends on specific implementatation
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q16: Is page table per process entity?
Q17: Section 2 of manpage describes<br>A)commands<br>B)system calls<br>C)function calls<br>D)drivers
Q18: Pick the run level to run Linux
Q19: The terminal used by a Daemon process
Q20: Which niceness value among the following indicate
Q22: Nice can be used by an ordinary
Q23: Mm_struct maintains?<br>A)memory files<br>B)open files<br>C)pipe<br>D)active memory regions
Q24: Which of the following exec call is
Q25: LRU stands for<br>A)last received unit<br>B)least recently used<br>C)least
Q26: If the fork() system call returns -1,