

InterviewSolution
Saved Bookmarks
1. |
What happens when a task attempts to access memory outside its own address space?(a) paging fault(b) segmentation fault(c) wait(d) remains unchangedThe question was posed to me in an online quiz.This question is from Memory Protection Unit topic in division Memory Systems of Embedded Systems |
Answer» The correct option is (b) SEGMENTATION fault |
|