InterviewSolution
Saved Bookmarks
| 1. |
The operating system and the other processes are protected from being modified by an already running process because ____________(a) they are in different memory spaces(b) they are in different logical addresses(c) they have a protection algorithm(d) every address generated by the CPU is being checked against the relocation and limit registersI got this question during a job interview.This question is from Memory Management topic in chapter Memory Management of Operating System |
|
Answer» The correct ANSWER is (d) every address generated by the CPU is being CHECKED against the relocation and LIMIT registers |
|