Exam 9: Main Memory

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

False

External fragmentation is

Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
Verified

D

Using Figure 9.12, describe how a logical address is translated to a physical address.

Free
(Essay)
4.7/5
(43)
Correct Answer:
Verified

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)

Mobile operating systems typically support swapping.

(True/False)
4.9/5
(37)

The roll out, roll in variant of swapping is used ____.

(Multiple Choice)
4.8/5
(32)

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)

How is a limit register used for protecting main memory?

(Essay)
4.9/5
(38)

A page-table base register stores

(Multiple Choice)
4.9/5
(32)

Without a mechanism such as an address-space identifier, the TLB must be flushed during a context switch.

(True/False)
4.9/5
(36)

A translation look-aside buffer is used to

(Multiple Choice)
4.8/5
(41)

When does external fragmentation occur?

(Essay)
4.9/5
(31)

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)

A large page size results in

(Multiple Choice)
4.8/5
(31)

If execution time binding is used,

(Multiple Choice)
4.8/5
(21)

The protection bit in a page table

(Multiple Choice)
4.9/5
(35)

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 _____ binding scheme facilitates swapping.

(Multiple Choice)
4.8/5
(34)

The ARM architecture uses both single-level and two-level paging.

(True/False)
4.9/5
(41)
Showing 1 - 20 of 58
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)