wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz No. 2 - Unit II

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.
A process is a...
a)
program in execution
b)
program on the hard drive
c)
high level program
d)
low level program 
2.

What do device drivers do?

a)

Allows the OS to communicate with hardware

b)

Drives around the motherboard

c)

Increases the amount of storage

3.

To access the services of operating system, the interface is provided by the ___________

a)

System calls

b)

API

c)

Library

d)

Assembly instructions

4.

Semaphores are used to solve

a)

Deadlock

b)

Mutual exclusion

c)

Inter-process Communication

d)

Messaging

5.

Only the process executing the critical section is allowed access to the shared variable,all other processes should prevented from doing so until the completion of the critical section. This is often referred to as-

a)

Mutual exclusion

b)

semaphores

c)

Deadlock

d)

Interprocess communication

6.

The operating system is a type of

a)

system software

b)

general purpose software

c)

utility software

d)

application software

7.

Which is not a process state?

a)

waiting

b)

terminated

c)

blocked

d)

redirected

8.

A signal sent by a hardware or software to CPU indicating that something needs attention

a)

disturbance

b)

interrupt

c)

waiting

d)

exclusion

9.
Allocating time on the processor to individual processes is known as...
a)
CPU Scheduling
b)
CPU Timing
c)
CPU Clocking
d)
CPU Sorting
10.
When the OS creates temporary RAM on the Hard Drive it is known as...
a)
Virtual Memory
b)
Cache
c)
Registering
d)
Defragmenting
11.

What is the primary function of an operating system?

a)

Manage hardware resources

b)

Run applications

c)

Provide internet access

12.

Which of the following is a type of system call?

a)

File management

b)

Data processing

c)

Network communication

13.

What does the term 'context switching' refer to?

a)

Switching between different user interfaces

b)

Switching the CPU from one process to another

c)

Switching between different operating systems

14.

What is the role of the kernel in an operating system?

a)

Manages system resources

b)

Provides user interface

c)

Runs application software

15.

Which of the following is a characteristic of a real-time operating system?

a)

Deterministic response times

b)

High throughput

c)

Multi-user capabilities

16.

What is the purpose of a file system in an operating system?

a)

Organize and manage files on storage devices

b)

Control hardware devices

c)

Provide network connectivity

17.

What is the purpose of a process scheduler in an operating system?

a)

To manage process execution order

b)

To allocate memory to processes

c)

To handle input/output operations

18.

Which of the following is a common type of operating system?

a)

Batch Operating System

b)

Static Operating System

c)

Dynamic Operating System

19.

What is the main advantage of using a multi-threaded process?

a)

Improved performance through concurrent execution

b)

Reduced memory usage

c)

Simplified programming model

20.

What is the primary purpose of a device manager in an operating system?

a)

To manage hardware devices

b)

To schedule processes

c)

To provide user interfaces