As an Amazon Associate I earn from qualifying purchases.

Privileged Instruction Definition and Explanation PDF Download

Learn Privileged Instruction definition in operating system with explanation to study “What is Privileged Instruction”. Study privileged instruction explanation with operating system terms to review operating system course for online degree programs.

Privileged Instruction Definition:

  • An instruction that can be executed only in a specific mode, usually by a supervisory program.

    Operating Systems by William Stallings



Privileged Instruction Explanation:

A privileged instruction is an instruction that can be executed only by the operating system in a specific mode. The operating system contains special routines that execute these privileged instructions. The operating system hides the privileged instructions and serves the non-privileged ones to the hardware.

Keep Learning Operating System Explanations

What is Reentrant Procedure?

A reentrant procedure is one in which a single copy of the program can be shared by multiple users during ...

What is File?

A file is a record or a set of data. More precisely, a file is a sequence of bytes organized ...

What is Rendezvous?

Rendezvous is a data synchronization mechanism. It is a system call that allows two processes to exchange a single datum ...

What is Address Space?

Address space is the amount of storage/memory that is allocated for all possible addresses of computational entities such as a ...

What is Internal Fragmentation?

Internal fragmentation is the wasted space inside a block. The reason of this happening is the rounding up from the ...

What is Real Address?

A real address, more commonly known as the physical address, is a memory address that is represented in the form ...