wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Operating System Quiz

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

What is the primary role of an Operating System?

a)

Translate high-level code

b)

Allocate RAM manually

c)

Act as an interface between user and hardware

d)

Execute BIOS instructions

2.

Without an OS, what would users need to do to access devices?

a)

Use BIOS directly

b)

Write programs for each device

c)

Access device manager

d)

Format the device

3.

What kind of software is an Operating System?

a)

Application software

b)

System software

c)

Utility software

d)

Runtime software

4.

Which is NOT an objective of an Operating System?

a)

Manage system resources

b)

Increase hardware complexity

c)

Hide hardware details

d)

Maximize throughput

5.

What does process management include?

a)

Memory paging

b)

CPU scheduling

c)

File encryption

d)

Disk formatting

6.

Which function involves tracking main memory usage?

a)

File Management

b)

Disk Management

c)

Memory Management

d)

IO Management

7.

Which of the following is NOT a resource managed by the OS?

a)

Printer

b)

Compiler

c)

CPU

d)

Disk

8.

What does I/O device management use for communication?

a)

File paths

b)

Drivers

c)

APIs

d)

Monitors

9.

Which component allocates and tracks device usage?

a)

File system

b)

Compiler

c)

I/O controller

d)

System clock

10.

In file management, which of the following is maintained by the OS?

a)

IP addresses

b)

File paths and ownership

c)

BIOS settings

d)

Memory paging

11.

Which is NOT a type of Operating System?

a)

Multiprogramming

b)

Single-layered

c)

Real-time

d)

Batch

12.

What is a major limitation of Batch Operating Systems?

a)

No job scheduling

b)

Limited hardware support

c)

Lack of user interaction

d)

Limited memory

13.

What does multiprogramming improve?

a)

UI design

b)

CPU utilization

c)

Keyboard performance

d)

OS boot time

14.

Multitasking OS allows:

a)

Only one user to operate

b)

Interaction with multiple programs at once

c)

Jobs to run sequentially

d)

Hardware to boot faster

15.

In real-time OS, what must be guaranteed?

a)

Power saving

b)

Time constraints for task completion

c)

GUI interface

d)

High-speed CPU

16.

Which is a hard real-time system example?

a)

Media player

b)

Online game

c)

Air traffic control

d)

WhatsApp

17.

Which system allows users to share printers and files over LAN?

a)

Real-time OS

b)

Network OS

c)

Batch OS

d)

Virtual OS

18.

What is the main role of a clustered system?

a)

Speed up GPU tasks

b)

Share keyboard input

c)

Combine independent systems for better performance

d)

Limit internet usage

19.

What is the key advantage of symmetric multiprocessing?

a)

Centralized control

b)

One processor handles everything

c)

All processors share memory and scheduling

d)

It uses BIOS scheduling

20.

Which queue contains all processes in the system?

a)

Job queue

b)

Ready queue

c)

Device queue

d)

User queue

21.

What is the ready queue used for?

a)

To store I/O results

b)

To store executed jobs

c)

To hold processes ready for CPU

d)

To wait for login

22.

Which scheduling algorithm favors processes with shorter burst time?

a)

FCFS

b)

LJF

c)

SJF

d)

RR

23.

What is a major drawback of FCFS scheduling?

a)

Complex to implement

b)

Causes starvation

c)

High average wait time due to convoy effect

d)

Requires process priority

24.

What is the time quantum in Round Robin scheduling?

a)

Total CPU time

b)

Amount of memory

c)

Fixed CPU time slice per process

d)

Wait time multiplier

25.

What is the formula for Turnaround Time (TAT)?

a)

TAT = Completion Time – Arrival Time

b)

TAT = Burst Time – Arrival Time

c)

TAT = Waiting Time + Arrival Time

d)

TAT = Completion Time – Burst Time