Hello! I have a question with the task:
Three procedures A, B and C, located in different files, were combined into one program using a linker and loaded into memory. Their sizes are 900, 1000 and 1300 machine words, respectively. Consider the following memory management schemes:
a) Paging organization (without segmentation). The page size is 1000 words, the page table takes up one page.
b) Segment organization (without pages). For each procedure uses its own memory segment. The segment table takes 1000 words.
c) Segment-page organization. The combination of information from a) and b).
For all three organization schemes, determine the amount of memory required by the program to load it fully into RAM (that is, to load the procedures and all the necessary tables).
I read about these organizations, but I don’t quite understand what to make at the decision. I would appreciate any tips