Question
Mark each statement as T (true) or F (false), or fill in the blank. Logical addresses are the same as virtual addresses. Virtual addresses are the same as physical addresses. Suppose that memory holes are sized 4, 6, and 8 (in order). Then the worst-fit allocation for a request of size 3 is:. For a given system, all pages are the same size. Suppose a system has 32 pages. The required number of bits for page number is:. For the above system, first page number Is: For the above system, last page number is:. There is a single master page table for all processes in an OS. Suppose a process is allocated 100 units of memory. It uses 80 units of memory. Then the internal fragmentation is:. Page tables translate: to.
Explanation / Answer
Physical address : The address of where something is physically located in the RAM chip.
Logical address/Virtual Address : The address that your program uses to reach its things.eg. IP Address
1. True
2. False
3. 8(In Worst fit - Memory process the largest block of unallocated memory)
4. True
5. 232 bits