Filters
Question type

Study Flashcards

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


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

Correct Answer

verifed

verified

A

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

Correct Answer

verifed

verified

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

The _________ states the process that owns the page.


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

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.

Correct Answer

verifed

verified

True

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

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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


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

Correct Answer

verifed

verified

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

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

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 __________ policy replaces the page in memory that has not been referenced for the longest time.

Correct Answer

verifed

verified

least rece...

View Answer

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

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.

Correct Answer

verifed

verified

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


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

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

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

Correct Answer

verifed

verified

True

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

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

Correct Answer

verifed

verified

Showing 1 - 20 of 45

Related Exams

Show Answer