wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Virtual Memory

Total questions: 10

Worksheet time: 4mins

Name
Class
Date
1.

Where is Virtual Memory Located?

a)

RAM

b)

Flash Drive

c)

Compact Disk

d)

Hard Disk

2.

What is virtual memory?

a)

An address assigned to a location in the Hard Disk that will allow that location to be accessed for collecting contents that has been stored and taken into physical memory(RAM).

b)

A feature of an OS that allows a computer to make up for shortages of physical memory(RAM) by transferring data from RAM to the Hard Disk.

c)

The range of memory addresses available to process.

d)

The address of a storage location in main memory(RAM).

3.

What is Virtual Address?

a)

The virtual storage that a program is assigned to.  (Storage on the hard disk where the program is placed)

b)

The range of memory addresses available to process.

c)

The address of a storage location in main memory(RAM).

d)

A feature of an OS that allows a computer to make up for shortages of physical memory(RAM) by transferring data from RAM to the Hard Disk.

4.

What is Address Space?

a)

The range of memory addresses available to process.

b)

An address assigned to a location in the Hard Disk that can be accessed for retrieving contents that have been stored and then taken into physical memory(RAM).

c)

The address of a storage location in main memory(RAM).

d)

A feature of an OS that allows a computer to make up for shortages of physical memory(RAM) by transferring data from RAM to the Hard Disk.

5.

What is Physical Address?

a)

Your home address where you currently live.

b)

An address assigned to a location in the Hard Disk that will allow that location to be accessed for collecting contents that has been stored and taken into physical memory(RAM).

c)

The address of a storage location in main memory(RAM).

d)

The range of memory addresses available to process.

6.

There are 3 features important to memory management. If these 3 features are present, segments or pages of a process are not necessary in main memory during execution.

a)

True

b)

False

7.

Does the Principle of Locality help in making good guesses that avoid thrashing?

a)

True

b)

False

8.

Thrashing in Operating Systems mean?

a)

Pieces of a process is brought into main memory.

b)

A state in which the system spends most of its time swapping process pieces rather than executing instructions.

c)

Leaving an area completely covered in trash.

d)

An interrupt is generated when an address is needed and not located in main memory(RAM).

9.

With the implementation of Virtual Memory, more processes may be maintained in main memory because portions of a particular process are loaded, leaving room for more processes.

a)

True

b)

False

10.

Each segment table entry contains the starting address of the segment in RAM and the length of the segment.

a)

True

b)

False