Exam 9: Main Memory
Exam 1: Introduction57 Questions
Exam 2: Operating-System Structures42 Questions
Exam 3: Processes55 Questions
Exam 4: Threads Concurrency59 Questions
Exam 5: Cpu Scheduling57 Questions
Exam 6: Synchronization Tools61 Questions
Exam 7: Synchronization Examples57 Questions
Exam 8: Deadlocks40 Questions
Exam 9: Main Memory58 Questions
Exam 10: Virtual Memory54 Questions
Exam 11: Mass-Storage Structure46 Questions
Exam 12: Io Systems30 Questions
Exam 13: File-System Interface50 Questions
Exam 14: File-System Implementation36 Questions
Exam 15: File-System Internals25 Questions
Exam 16: Security32 Questions
Exam 17: Protection32 Questions
Select questions type
A 32-bit logical address with 8 KB page size will have 1,000,000 entries in a conventional page table.
Free
(True/False)
4.9/5
(37)
Correct Answer:
False
Using Figure 9.12, describe how a logical address is translated to a physical address.
Free
(Essay)
4.7/5
(43)
Correct Answer:
A logical address is generated by the CPU. This logical address consists of a page number and offset. The TLB is first checked to see if the page number is present. If so, a TLB hit, the corresponding page frame is extracted from the TLB, thus producing the physical address. In the case of a TLB miss, the page table must be searched according to page number for the corresponding page frame.
Replacement Question: Address translation from a logical address to a physical address in IA-32 architecture is comprised of
(Multiple Choice)
4.9/5
(41)
Which of the following technique is well suited to support very large address space, e.g. 64-bit address space?
(Multiple Choice)
4.8/5
(30)
Without a mechanism such as an address-space identifier, the TLB must be flushed during a context switch.
(True/False)
4.9/5
(36)
Suppose the size of a process is 10,000 bytes and the relocation register is loaded with value 5000, which of the following memory address this process can access?
(Multiple Choice)
4.8/5
(29)
A 64-bit architecture with more than 16 quintillion addressable memory
(Multiple Choice)
4.8/5
(36)
If the base register is loaded with value 12345 and limit register is loaded with value 1000, which of the following memory address access will not result in a trap to the operating system?
(Multiple Choice)
4.7/5
(40)
The ARM architecture uses both single-level and two-level paging.
(True/False)
4.9/5
(41)
Showing 1 - 20 of 58
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)