wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz 3

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What is meant by 'processor scheduling policy'?

a)

Selecting a memory location for a process

b)

Adding a processor to the system

c)

Deciding which process to run at given time

d)

None

2.

Mark the incorrect statement.

a)

Scheduling policy should maximize the throughput.

b)

Latency is the time each process waits before executing

c)

Multiprogramming increases the efficiency of the system.

d)

A scheduling policy should minimize the throughput.

3.

High level scheduling policy determines

a)

which jobs the system allows to compete actively for system resources.

b)

which processes shall be allowed to compete for processors.

c)

which active process the system will assign to a processor when one next becomes available.

d)

None

4.

A scheduling policy is preemptive, if

a)

A scheduling policy is preemptive, if

b)

the system can remove the processor from the process it is running.

c)

once the system has assigned a processor to a process, the system can not remove that processor from that process.

d)

it minimizes the latency

5.

The purpose of maintaining a memory hierarchy is

a)

Increase the efficiency and storage capacity

b)

Decrease the throughput

c)

Allocate more jobs to processor

d)

Increase the CPU utilization

6.

Temporal Locality means

a)

Temporary locate the process

b)

Many processes that access data and instructions once are likely to access them again in the future

c)

Temporary locate the memory

d)

None

7.

Three memory management strategies are

a)

First fit, Best fit and Worst fit

b)

Low level, Intermediate level and high level

c)

Fetch, Placement, Replacement

d)

Secondary, Primary and Cache

8.

Internal fragmentation can be seen in

a)

Single user contiguous memory allocation

b)

Fixed partition multiprogramming

c)

Variable partition multiprogramming

d)

Low level scheduling

9.

Disadvantage in Fixed partition multiprogramming is

a)

CPU is idle

b)

A job had its precise location in memory determined before it was launched and could run only in a specific partition.

c)

I/O device resources are wasted.

d)

Low throughput

10.

Solutions for external fragmentation are

a)

Coalescing, memory compaction

b)

Booting

c)

Merging

d)

None

11.

In which memory management strategy, time will be saved?

a)

Best Fit

b)

Worst Fit

c)

First Fit

d)

Good Fit

12.

Time of transferring in memory swapping, will be proportionate to

a)

Capacity of the backing store

b)

No of partitions

c)

Amount of memory swapped

d)

None

13.

Which CPU scheduling will determine the degree of multiprogramming in the computer system?

a)

High Level Scheduling

b)

Low Level Scheduling

c)

Intermediate Level Scheduling

d)

CPU scheduling

14.

Best Fit and Worst Fit strategies will consume time for sorting the available holes in the memory.

a)

Yes

b)

No

15.

Internal Fragmentation occurs in variable partition multiprogramming.

a)

Yes

b)

No