Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

  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

  1. 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

  1. 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

  1. 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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions