Question - Differentiate between the user mode and monitor mode.
Answer -
1. User mode and monitor mode are distinguished by a bit called the mode bit.
2. User mode uses bit 1 and monitor mode uses bit 0.
3. At the boot time hardware starts with the monitor mode.
4. Also, at the time of interrupt user mode is shifted to the transfer mode.
5. System always switches to the user mode before passing control to the user program.
6. Whenever system gains control of the computer it works in monitor mode otherwise in user mode.