User could not interact with a multi programmed batched computer system

Asked By 25 points N/A Posted on -
qa-featured

Hi,

Kindly tell me (a)what was the main reason that user could not interact with a multi programmed batched computer system? Was it only due to slow response? (b)  Kindly give an example of a signal?Please explain in detail.

Thanks in advance.

SHARE
Answered By 40 points N/A #128922

User could not interact with a multi programmed batched computer system

qa-featured

Hello,

The main reason is that the operating system design did not allow the user to interact with the running jobs. Later Kernel were designed in such a way that they provided the facility of interactivity along with multiprogramming.
(b) A signal is an event to get the attention of a process. . A signal can be send from one process to an other process. For example if a file exceeds limits then the process may be asked to produce the output until the file size is increased. Similarly you can use ctr+z command on Linux shell to stop the running process.

Related Questions