Question
QUESTION 1 Which of the following properties are inherited by the child process from the parent process? (Please read man fork before answering.; select one
QUESTION 1
- Which of the following properties are inherited by the child process from the parent process? (Please read man fork before answering.; select one answer.)
| Process ID. | |
| Open file descriptors. | |
| Software timers. |
QUESTION 2
- Which event can NOT initiate the transition of a process from the Running state to the Ready state? (Check one answer.)
| Process forks off a child, and the child is scheduled for execution. | |
| Process is interrupted by the hardware timer. | |
| Process yields the CPU. | |
| Process is forced to relinquish the CPU by its parent process. |
QUESTION 3
- What limits the use of pipes for interprocess communications? (Check one answer.)
| Pipes are not reliable. | |
| Pipes have limited capacity. | |
| Pipes can be used only to exchange ASCII (text) data. | |
| It is possible to connect a process to an existing pipe. |
QUESTION 4
- Where is a process context is stored when the process is not running?
| In the process control block. | |
| In the registers. | |
| In the Ready state. | |
| On the disk in a file. |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started