JavaScript isn't enabled in your browser, so this file can't be opened. Enable and reload.
Web Work -- week 3 -- process management
Sign in to Google
to save your progress.
Learn more
* Indicates required question
Name
*
Your answer
1. Imagine that a process P is blocked on a lock. When that lock becomes available, into which state will the process be placed?
*
Running
Ready
Blocked
Zombie
2. A process issues a getpid system call, into what state will the process be placed?
*
Running
Ready
Blocked
Zombie
3. A process issues a read system call and the data to be read are not in memory, into what state will the process be placed?
*
Running
Ready
Blocked
Zombie
4. A process with running child processes exits, into what state will the process be placed?
*
Running
Ready
Blocked
Zombie
5. A process with no running children exits, into what state will the process be placed?
*
Running
Ready
Blocked
Zombie
6. A process forks a child process, into what state should the child process be placed?
*
Running
Ready
Blocked
Zombie
7. A process with no children issues a waitpid, into what state should the process be placed?
*
Running
Ready
Blocked
Zombie
8. The schedule decides to run your process, in what state does it place your process?
*
Running
Ready
Blocked
Zombie
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. -
Terms of Service
-
Privacy Policy
Does this form look suspicious?
Report
Forms
Help and feedback
Contact form owner
Help Forms improve
Report