Home » Computer » Miscellaneous » Question
  1. Breaking physical memory into fixed-sized blocks called as:
    1. Packets
    2. Page
    3. Frames
    4. Segments
Correct Option: C

The basic method for implementing paging involves breaking physical memory into fixed-sized blocks called frames and breaking logical memory into blocks of the same size called pages. When a process is to be executed, its pages are loaded into any available memory frames from the backing store. The backing store is divided into fixed-sized blocks that are of the same size as the memory frames.



Your comments will be displayed only after manual approval.