

InterviewSolution
Saved Bookmarks
1. |
Which of the following modes offers segmentation in the memory?(a) virtual mode(b) real mode(c) protected mode(d) memory modeThe question was asked during an internship interview.My query is from Segmentation and Paging topic in chapter Memory Systems of Embedded Systems |
Answer» CORRECT OPTION is (C) protected mode The best EXPLANATION: The main memory can split into small BLOCKS by the method of paging and segmentation and these mechanisms are possible only in protected mode. |
|