Question: Consider a memory management system that allows overlays to accommodate processes that have larger overall memory requirements than can be allocated in one shot in

Consider a memory management system that allows overlays to accommodate processes that have larger overall memory requirements than can be allocated in one shot in the main memory. Let a process P be restricted to a total main memory of 512KB at any time. In order to work with this restriction, let process P be structured as two overlays A and B.
Let the code specific to overlay A have a size of 180KB, let the data specific to overlay B have a size of 40KB and let the common data across the two overlays be 80KB in size.
Let X represent the size of the code common to both the overlays, Y represent the size of the code specific to overlay B, and Z represent the size of the data specific to overlay A. Which of the following (X,Y,Z) triples would allow process P to execute in the system?
Question 5 options:
(220KB,180KB,10KB)
(160KB,240KB,60KB)
(220KB,140KB,40KB)
(220KB,160KB,20KB)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!