Filters
Question type

Study Flashcards

A _________ is issued if a desired page is not in main memory.


A) paging error
B) page replacement policy
C) page fault
D) page placement policy

E) All of the above
F) C) and D)

Correct Answer

verifed

verified

The __________ structure indexes page table entries by frame number rather than by virtual page number.


A) hash table
B) segment table
C) page table
D) inverted page table

E) None of the above
F) All of the above

Correct Answer

verifed

verified

Most of the memory management issues confronting the operating system designer are in the area of paging when segmentation is combined with paging.

A) True
B) False

Correct Answer

verifed

verified

The design issue of page size is related to the size of physical main memory and program size.

A) True
B) False

Correct Answer

verifed

verified

True

In SVR4 and Solaris systems, the memory management scheme that manages memory allocation for the kernel is called the _________ .

Correct Answer

verifed

verified

kernel mem...

View Answer

Linux makes use of a three-level page table structure consisting of the following types of tables: page directory, page table, and __________ .

Correct Answer

verifed

verified

page middl...

View Answer

_________ allows the programmer to view memory as consisting of multiple address spaces.


A) Paging
B) Locality
C) Segmentation
D) Resident set management

E) B) and D)
F) A) and B)

Correct Answer

verifed

verified

The principle of locality states that program and data references within a process do not tend to cluster.

A) True
B) False

Correct Answer

verifed

verified

The _________ algorithm requires a use bit to be associated with each page in memory.


A) page placement
B) working set
C) VSWS
D) page fault frequency

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

With __________ , a page is brought into main memory only when a reference is made to a location on that page.

Correct Answer

verifed

verified

Because a process executes only in main memory, that memory is referred to as ____________ .

Correct Answer

verifed

verified

The portion of a process that is actually in main memory at any time is defined to be the _________ of the process.

Correct Answer

verifed

verified

The address assigned to a location in virtual memory to allow that location to be accessed as though it were part of main memory is the __________ .

Correct Answer

verifed

verified

_________ is a storage allocation scheme in which secondary memory can be addressed as though it were part of main memory.

Correct Answer

verifed

verified

A precleaning policy writes modified pages before their page frames are needed so that pages can be written out in batches.

A) True
B) False

Correct Answer

verifed

verified

True

The __________ policy replaces the page in memory that has not been referenced for the longest time.

Correct Answer

verifed

verified

least rece...

View Answer

__________ is transparent to the programmer and eliminates external fragmentation providing efficient use of main memory.


A) Hashing
B) Paging
C) Segmentation
D) Thrashing

E) A) and D)
F) A) and B)

Correct Answer

verifed

verified

_________ is the virtual storage assigned to a process.


A) Virtual address space
B) Virtual address
C) Real address
D) Address space

E) All of the above
F) None of the above

Correct Answer

verifed

verified

The _________ policy results in the fewest number of page faults.


A) Optimal
B) FIFO
C) Clock
D) LRU

E) None of the above
F) All of the above

Correct Answer

verifed

verified

A

The _________ states the process that owns the page.


A) process identifier
B) control bits
C) page number
D) chain pointer

E) C) and D)
F) None of the above

Correct Answer

verifed

verified

Showing 1 - 20 of 45

Related Exams

Show Answer