Question: Problem 1 . ( 5 0 points ) This set of questions are TRUE or FALSE. Two different threads in Unix created by the same
Problem points
This set of questions are TRUE or FALSE.
Two different threads in Unix created by the same process have the same PID ie getpid value.
Most of the instructions in a System function call in a userprogram are executed in kernelmode.
A program resides in secondary memory.
Two different processes in Unix can have the same PID process ID ie getpid value.
A single fork issued by one process in UnixLinux will create two new processes.
A user ie user's code process can modify the PCB associated with that user's process directly without a system call.
It is NOT possible for a process to have its state changed from READY SUSPEND or BLOCKED SUSPEND directly into RUNNING by the kernel.
A process immediately upon creation at s creates threads; each of the threads intends to sleep for s and then executes code for sec starting at In the meantime the process terminates after the completion of the thread creation task at The number of active threads at is
The PCB of a process is stored in kernelspace.
A process to process context switch is slower than a KLT to KLT context switch.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
