Filters
Question type

Study Flashcards

In a paged memory allocation scheme,a simple ____ has one entry for each page frame that shows its location and its free/busy status.


A) Memory Management Table
B) Job Table
C) Page Access Table
D) Memory Map Table

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

Correct Answer

verifed

verified

D

Virtual memory can be implemented with both paging and segmentation.

A) True
B) False

Correct Answer

verifed

verified

True

____ effectively removes restrictions on maximum program size.


A) Segmenting
B) Virtual memory
C) Shared memory
D) Multithreading

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

Correct Answer

verifed

verified

____ can be thought of as being an intermediary between main memory and the special-purpose registers,which are the domain of the CPU.


A) Virtual memory
B) Cache memory
C) Paging
D) Segmenting

E) A) and D)
F) C) and D)

Correct Answer

verifed

verified

In a paged memory allocation scheme,the ____ contains two values for each active job: the size of the job and the memory location where its Page Map Table is stored.


A) Memory Management Table
B) Job Table
C) Page Access Table
D) Memory Map Table

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

Demand paging introduced the concept of loading only a part of the program into memory for processing

A) True
B) False

Correct Answer

verifed

verified

The ____ demonstrates that when using a FIFO policy,in rare cases,adding more memory to a system can cause an increase in page interrupts.


A) Paging Anomaly
B) Belady Anomaly
C) Interrupt Anomaly
D) Laszlo Anomaly

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

Correct Answer

verifed

verified

With demand paging,if there are no empty page frames available,to move in a new page,one of the current resident pages must be placed into main memory.

A) True
B) False

Correct Answer

verifed

verified

In a paged memory allocation scheme,to find the actual position of an instruction in memory,first the page number and displacement are determined.Then the operating system refers to the job's PMT to correlate the page with its page frame.

A) True
B) False

Correct Answer

verifed

verified

When using a FIFO scheme,adding more memory always results in better performance.

A) True
B) False

Correct Answer

verifed

verified

A job's working set is the collection of pages that must be loaded from secondary storage.

A) True
B) False

Correct Answer

verifed

verified

A variation of the LRU page replacement algorithm known as the clock page replacement policy is implemented using a pointer to step through the reference bits of the active pages,simulating a clockwise motion.

A) True
B) False

Correct Answer

verifed

verified

With segmented memory allocation,each job is divided into several ____ of different sizes,one for each module that contains pieces that perform related functions.


A) pages
B) modules
C) segments
D) partitions

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

Correct Answer

verifed

verified

The Job Table (JT)contains two values for each active job: the size of the job and the memory location where its Page Map Table is stored.

A) True
B) False

Correct Answer

verifed

verified

True

In demand paging,the collection of pages residing in memory that can be accessed directly without incurring a page fault is called the ____.


A) page set
B) working set
C) job set
D) denning set

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

Correct Answer

verifed

verified

With segmented memory allocation,each job is divided into several segments of the same size,one for each module containing pieces that perform related functions.

A) True
B) False

Correct Answer

verifed

verified

To access a location in memory when using segmented memory management,the address is composed of two entries: ____.


A) the segment number and the line number
B) the segment number and the displacement
C) the line number and the displacement
D) the segment number,the line number,and the displacement

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

Correct Answer

verifed

verified

Paged memory allocation offers the advantage that it doesn't require the entire job to be stored in memory during its execution.

A) True
B) False

Correct Answer

verifed

verified

The purpose of cache memory is to keep handy the most recently accessed data and instructions so that the CPU can access them repeatedly without wasting time.This purpose is similar to that of the ____ of a Web browser.


A) cache file
B) bookmark file
C) page file
D) block file

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

Correct Answer

verifed

verified

The ____ page replacement policy is based on the theory that the best page to remove is the one that has been in memory the longest.


A) TRU
B) LRU
C) LIFO
D) FIFO

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

Showing 1 - 20 of 39

Related Exams

Show Answer