question archive Given three subroutines of 600, 350, and 400 words each, if segmentation is used then the total memory needed is the sum of the three sizes (if all three routines are loaded)
Subject:Computer SciencePrice: Bought3
Given three subroutines of 600, 350, and 400 words each, if segmentation is used then the total memory needed is the sum of the three sizes (if all three routines are loaded). However, if paging is used then some storage space is lost because subroutines rarely fill the last page completely, and that results in internal fragmentation. Determine the total amount of wasted memory due to internal fragmentation when the three subroutines are loaded into memory using each of the following page sizes with diagrams: (1.5*4=6 Marks) a. 200 words b. 600 words c. 500 words d. 900 words