wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

contiguous memory allocation

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

When memory is divided into several fixed sized partitions, each partition may contain ________

a)

exactly one process

b)

at least one process

c)

multiple processes at once

d)

none of the mentioned

2.

In fixed size partition, the degree of multiprogramming is bounded by ___________

a)

the number of partitions

b)

the CPU utilization

c)

the memory size

d)

all of the mentioned

3.

The first fit, best fit and worst fit are strategies to select a ______

a)

process from a queue to put in memory

b)

processor to run the next process

c)

free hole from a set of available holes

d)

all of the mentioned

4.

In internal fragmentation, memory is internal to a partition and ____________

a)

is being used

b)

is not being used

c)

is always used

d)

none of the mentioned

5.

A solution to the problem of external fragmentation is ____________

a)

compaction

b)

larger memory space

c)

smaller memory space

d)

none of the mentioned

6.

The disadvantage of moving all process to one end of memory and all holes to the other direction, producing one large hole of available memory is ____________

a)

the cost incurred

b)

the memory used

c)

the CPU used

d)

all of the mentioned

7.

__________ is generally faster than _________ and _________

a)

first fit, best fit, worst fit

b)

best fit, first fit, worst fit

c)

worst fit, best fit, first fit

d)

none of the mentioned

8.

External fragmentation exists when?

a)

enough total memory exists to satisfy a request but it is not contiguous

b)

the total memory is insufficient to satisfy a request

c)

a request cannot be satisfied even when the total memory is free

d)

none of the mentioned

9.

External fragmentation will not occur when?

a)

first fit is used

b)

best fit is used

c)

worst fit is used

d)

no matter which algorithm is used, it will always occur

10.

When the memory allocated to a process is slightly larger than the process, then ____________

a)

internal fragmentation occurs

b)

external fragmentation occurs

c)

both internal and external fragmentation occurs

d)

neither internal nor external fragmentation occurs