InterviewSolution
Saved Bookmarks
| 1. |
If the size of logical address space is 2 to the power of m, and a page size is 2 to the power of n addressing units, then the high order _____ bits of a logical address designate the page number, and the ____ low order bits designate the page offset.(a) m, n(b) n, m(c) m – n, m(d) m – n, nI got this question in exam.I would like to ask this question from Memory Management in section Memory Management of Operating System |
|
Answer» The CORRECT CHOICE is (d) m – N, n |
|