Question: QUESTION 14 In the following parent partial code, how many forks were created? int flag = 0; while (flag==0) { xid = wait(&status); count++; if

QUESTION 14 In the following parent partial code, how many forks were created? int flag = 0; while (flag==0) { xid = wait(&status); count++; if (count noprocs) flag = 1; } a. 4 b. 1 c. noprocs d. Can't determine the number of forks. QUESTION 15 Device driver works with hardware and device controller works with OS. True False QUESTION 16 Polling a device causes an interrupt. True False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
