COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

OPERATING SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following statements relates to segmentation?
A
Variable size memory blocks
B
Fixed size memory blocks
C
Fetching the next instruction as the current one is being decoded
D
Parts of files distributed across a disk
Explanation: 

Detailed explanation-1: -In real mode or V86 mode, the size of a segment can range from 1 byte up to 65, 536 bytes (using 16-bit offsets).

Detailed explanation-2: -Memory segmentation describes the system of segmenting processes and loading the information into non-contiguous spaces in memory. This allows for better efficiency in memory management. Though the system incurs external fragmentation it allows for smaller chunks of segmented processes to be loaded.

There is 1 question to complete.