Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Practice Exercises 9 . 1 Name two differences between logical and physical addresses. 9 . 2 Why are page sizes always powers of 2 ?
Practice Exercises Name two differences between logical and physical addresses. Why are page sizes always powers of Consider a system in which a program can be separated into two parts: code and data. The CPU knows whether it wants an instruction instruc tion fetch or data data fetch or store Therefore, two baselimit register pairs are provided: one for instructions and one for data. The instruction baselimit register pair is automatically readonly, so programs can be shared among different users. Discuss the advantages and disadvan tages of this scheme. Consider a logical address space of pages of words each, mapped onto a physical memory of frames. a How many bits are there in the logical address? b How many bits are there in the physical address? What is the effect of allowing two entries in a page table to point to the same page frame in memory? Explain how this effect could be used to decrease the amount of time needed to copy a large amount of memory from one place to another. What effect would updating some byte on one page have on the other page? Given six memory partitions of and in order how would the firstfit, bestfit, and worstfit algorithms place processes of size and in order
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started