Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 14)
14.
Supervisor state is
never used
entered by programs when they enter the processor
required to perform any I/O
only allowed to the operating system
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Karishma said:   8 years ago
Operating in one of two possible modes, or states: the user state, or the supervisor state.

The user state is the default (normal) state of operation, in which user programs are executed. The supervisor state is a special mode of operation to which the user has no access. When it is in the supervisor state, the processor and its actions are entirely controlled by the Operating System (OS). The supervisor state is entered only on special occasions not part of the regular processing work of the CPU, like start up, shut down, dealing with hardware or software errors etc. Those special occasions are called exceptions.
(6)

Shubham said:   10 years ago
Supervisor mode: Usually what the OS runs in. It is entered when the processor encounters a software interrupt instruction. Software interrupts are a standard way to invoke operating system services on ARM.

Alpana said:   1 decade ago
Typically associated with mainframes, it is a hardware mode in which the operating system executes instructions unavailable to an application program; for example, I/O instructions. Contrast with program state, which is an operating mode of the computer that executes instructions in the application program.

Post your comments here:

Your comments will be displayed after verification.