-
Breaking physical memory into fixed-sized blocks called as:
-
- Packets
- Page
- Frames
- 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.