Додати до Chrome
Which of the following statements about the Table Look-aside Buffer (TLB) are true?
Many answers may be correct.
Without the TLB, address translation would be significantly slower.
Without the TLB, some addresses would be correctly translated but others not.
The TLB caches the results of the most recently/frequently performed address translations.
Without the TLB, address translation would not work.
Consider a system that uses paging. Which of the following statements are true?
Many may be true.
The MMU knows whether a page is present in physical memory or not thanks to the "present" bit in page-table entries.
If a process references a page that is currently stored on disk, the process makes a read syscall to read the page from disk.
If the memory image of a new process does not fit in physical memory, the process is always terminated by the OS.
If a process references a page that is currently stored on disk, the MMU triggers a page fault, which causes the OS to map the page to a frame in physical memory.
A multi-level page table consumes more space than a linear page table.
A multi-level page table consumes less space than a linear page table.
A multi-level page table enables faster address translation than a linear page table.
A linear page table can map more memory addresses than a multi-level page table.