Question:medium

Consider the following statements and choose the correct one:
(A) Segmentation is a memory management scheme that supports user view of memory.
(B) In paging, physical memory is broken into fixed-sized blocks called pages.
(C) In paging, logical memory is also broken into blocks of the same size called frames
Choose the correct answer from the options given below:

Show Hint

The distinction between paging (fixed-sized blocks) and segmentation (variable-sized blocks) for memory management.
Updated On: Feb 11, 2026
  • (A) and (B) only.
  • (B) only.
  • (B) and (C) only.
  • (A) only.
Show Solution

The Correct Option is A

Solution and Explanation

- (A): True. Segmentation partitions memory into variable-sized segments, reflecting the user's memory perspective. - (B): True. Paging divides physical memory into fixed-size blocks, which are termed pages. - (C): False. Paging divides logical memory into pages, whereas physical memory blocks are called frames.
Was this answer helpful?
0