Question
A program references an offset beyond the limit of its selected segment. What should the hardware generate?
Select an option. Your answer will be checked instantly.
Correct Answer: A. A segmentation protection fault
Explanation:
The offset violates the segment's bounds and therefore refers outside the legal logical object.
The processor traps to the operating system instead of accessing arbitrary memory.
Leave a Reply