FUNDAMENTALS OF COMPUTER

OPERATING SYSTEMS FOR COMPUTERS

COMPUTER OPERATING SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
when the memory manager uses paging, it allocates fixed sized blocks of memory to processes. These blocks are known as pages and are a physical method of ____
A
memory allocation
B
memory division
C
virtual memory
D
memory defragmentation
Explanation: 

Detailed explanation-1: -Paging is a storage mechanism that allows OS to retrieve processes from the secondary storage into the main memory in the form of pages. In the Paging method, the main memory is divided into small fixed-size blocks of physical memory, which is called frames.

Detailed explanation-2: -Memory block assigned to process is bigger. Some portion of memory is left unused, as it cannot be used by another process. The internal fragmentation can be reduced by effectively assigning the smallest partition but large enough for the process.

Detailed explanation-3: -Worst fit: The memory manager places a process in the largest block of unallocated memory available. The idea is that this placement will create the largest hold after the allocations, thus increasing the possibility that, compared to best fit, another process can use the remaining space.

Detailed explanation-4: -The basic idea behind paging is to divide physical memory into a number of equal sized blocks called frames, and to divide a programs logical memory space into blocks of the same size called pages.

Detailed explanation-5: -With Paging, Physical memory is broken into fixed-sized blocks called frames.

There is 1 question to complete.