Anonymous

What Is Dual Mode Operation?

3

3 Answers

Anonymous Profile
Anonymous answered
Dual mode of operation is the distinction between execution of user mode and kernel mode (supervisor mode, system mode, and privileged mode). A mode bit is added to the hardware to indicate the current mode: Kernel(0) or user(1). Dual mode of operation provides us with more protection to the operating system. For example, if a kernel instruction is executed under user mode, the hardware does not execute it, although identifies it as an illegal execution and traps it to the operating system.
Anonymous Profile
Anonymous answered
Dual mode is an operation of operating system . It has two mode 1-uesr mode and 2-monitor mode .these mode assign with bit (0,1),
1 bit is used for monitior mode n 0 bit used for user mode .
Dual mode operation is basically used for hardware protection of computer.
Anonymous Profile
Anonymous answered
I used google and have asked this question?

Answer Question

Anonymous