subject

Consider a memory management system using the Best Fit alogrithm for memory allocation. That is, whenever a process needs to be allocated memory, the system will look for the smallest free chunk of memory that is at least as large as the amount of memory needed by the process. When a free chunk is found, assume that the system allocates memory from the beginning (lower-address end) of the free chunk for the processLet there be 192MB of space set aside, starting from address 64MB, to manage all the user processes in the system. Let the following table depict the memory layout for a set of five processes in the system:Process Memory Amount Starting LocationP1 16MB 72MBP2 12MB 88MBP3 8MB 124MBP4 4MB 132MBP5 20MB 166MBNow consider the following sequence of events in the system:New process P6 starts and is allocated 28MB of memory. New process P7 starts and is allocated 16MB of memory. Process P2 terminates and releases its memory. New process P8 starts and is allocated 16MB of memory. Process P5 terminates and releases its memory. New process P9 starts and is allocated 12MB of memory. New process P10 starts and is allocated 4MB of memory. Construct the memory layout after processing the above sequence of memory management events. Based on this layout, identify the TRUE statement among the following?a) The smallest free chunk has a size of 4MB. b) The largest free chunk is between 96MB and 128MB in size. c) Process P7's memory starts at 100MB. d) Process P9's memory starts at 244MB.

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 24.06.2019 13:30, sweeps8758
Which type of excel chart should be used to track students’ progress on test grades? line column bar pie
Answers: 2
image
Computers and Technology, 24.06.2019 17:40, HealTheWorld
Write a program that begins by reading in a series of positive integers on a single line of input and then computes and prints the product of those integers. integers are accepted and multiplied until the user enters an integer less than 1. this final number is not part of the product. then, the program prints the product. if the first entered number is negative or 0, the program must print “bad input.” and terminate immediately
Answers: 2
image
Computers and Technology, 24.06.2019 18:20, 12375819
Use a while-end loop in a script file to calculate the sum of the first n terms of the series: summation sign on the top n bottom k=1 : )^k * k^2 +5k)/3^k show the script file and the two results of n = 10 and n = 20.
Answers: 2
image
Computers and Technology, 24.06.2019 22:30, toricepeda82
What are the 4 basic items that are traded throughout the world?
Answers: 1
You know the right answer?
Consider a memory management system using the Best Fit alogrithm for memory allocation. That is, whe...

Questions in other subjects: