Question: When the process is in the I O waiting queue, waiting for the I O to complete. When the I O completes the status of
When the process is in the waiting queue, waiting for the to complete. When the completes the status of the process will be changed to running
Select one:
True
False
There are four concurrent processes and All have a shared variable and work as follow reads from memory, increment by one, store in memory. and work as follow reads from memory, decrement by two, stores into memory. Each process of the four call wait on semaphore s before reading, and calls signal after storing. If semaphore what is the maximum value of after all four processes complete execution?
Select one:
a
b
c
d
Assume a computer system has a TLB hit ratio of It requires nanoseconds to access the TLB and nanoseconds to access main memory. What is the effective memory access time for this system
Select one:
a
b
c
d
What is the output of the following code:
int main
int ;
if fork
else
;
xcdots;
printfd ; print value of
return ;
Select one:
a
b
c
d or n
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
