Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I need someone to help to solve this Q ( operating system): Mark each statement

ID: 3827096 • Letter: I

Question

I need someone to help to solve this Q ( operating system):

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 (Please turn over)

Explanation / Answer

1) Logical Address is same as Virtual Address : True
2) Virtual Address is same as Physical Address : False
3) Worst fit algorithm will allocate chunk with size 8
4) For a given system pages are of same size : True
5) System has 32 pages, the required number of bits is 5 because 25 = 32

6) The first page number is 00000
7). Last page number is 11111
8)There is a single Master Table for all the processes in the system : True
9) 100 and 80 are used, So Internal fragmentation is 100 - 80 = 20 units
10 ) Incomplete question

Thanks, let me know if there is any concern.