Question

Operating System [1] Briefly, what is the difference between: User & Monitor modes in Operating System.

Operating System

[1] Briefly, what is the difference between: User & Monitor modes in Operating System.

Homework Answers

Answer #1
  1. Monitor mode has higher priority than User mode i.e. if while executing in User mode if an interrupt is encountered CPU switches to Monitor mode.
  2. In Monitor mode, the CPU can use all the instructions and access all the areas of the memory. On the other hand, In User mode, the CPU is restricted to unprivileged instructions and a specified area of the memory.
  3. User codes should always be executed in User mode .The CPU automatically switches to Monitor mode whenever an interrupt or trap occurs. So, OS codes are run in Monitor mode.
Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
What is the difference between system testing and user acceptance testing?
What is the difference between system testing and user acceptance testing?
The user interface that the operating system presents to the user is like a hallway with...
The user interface that the operating system presents to the user is like a hallway with doors leading to rooms housing applications programs. To go from one room to another you have to go back to the hallway. Continue with this analogy: What would files be? What would be analogous to a time slice?
1. What is the difference between strategic planning and operating budgeting? ?
1. What is the difference between strategic planning and operating budgeting? ?
what is the difference between the ingumentary system endocrine system ?
what is the difference between the ingumentary system endocrine system ?
With the aid of sketches, briefly explain the difference between P trap and S trap in...
With the aid of sketches, briefly explain the difference between P trap and S trap in a drainage system.
What is the difference between a simple magnification system and a compound magnification system? What are...
What is the difference between a simple magnification system and a compound magnification system? What are the differences between a real image and a virtual image? thanks !
What is the difference between the Reynolds Transport Energy Balance and the extended Bernoulli Equation? briefly
What is the difference between the Reynolds Transport Energy Balance and the extended Bernoulli Equation? briefly
1) a.)Does 1 atom have rotational modes? b.)What is the MAX number of modes that one...
1) a.)Does 1 atom have rotational modes? b.)What is the MAX number of modes that one atom can have? c.)Can a diatomic molecule have vibrational modes?if so, how many? For each vibrational mode what types of energies are present? d.)Categorize the modes into types of kinetic and potential energy modes
Question 2: What is a bond? Briefly discuss the difference between a coupon bond and a...
Question 2: What is a bond? Briefly discuss the difference between a coupon bond and a zero coupon bond. What are the characteristics of each? Define par value as it relates to a bond.
Linux 1. Describe the relationship between user mode and kernel mode during a system call? Explain...
Linux 1. Describe the relationship between user mode and kernel mode during a system call? Explain in detail. 2. In system calls for file input/output, why is buffering needed? Explain in detail.