wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

1.2.1 Systems Software

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What does BIOS stand for?

a)

Binary Input Output Setup

b)

Basic Input Output Setup

c)

Binary Input Output System

d)

Basic Input Output System

2.

What is the primary function of device drivers?

a)

To increase the computer's speed

b)

To store data

c)

To allow the OS to communicate with peripheral devices

d)

To manage the computer's memory

3.

What characterizes Distributed Operating Systems?

a)

They are spread over multiple computer servers on a network

b)

They operate on a single server

c)

They are designed for single-user tasks

d)

They are used exclusively for gaming

4.

What is unique about Embedded Operating Systems?

a)

They can run multiple tasks simultaneously

b)

They are built into a single machine to control it

c)

They require extensive resources

d)

They are used for data analysis

5.

Which scheduling algorithm deals with processes in the order they arrive?

a)

Round-Robin

b)

Shortest Remaining Time

c)

First Come First Served

d)

Shortest Job First

6.

What is Intermediate Code?

a)

Code that can only be understood by the operating system

b)

Code fully translated into machine language

c)

Code partly translated between high-level and machine language

d)

The initial code written by a programmer

7.

What triggers an Interrupt in a computer system?

a)

A power outage

b)

A user's command

c)

A signal from hardware, software, or the clock

d)

A failure in the operating system

8.

What is the purpose of Memory Management?

a)

To protect the computer from viruses

b)

To efficiently organise and allocate main memory to programs

c)

To delete unnecessary files

d)

To store as much information as possible

9.

What is a characteristic of Multi-level Feedback Queues?

a)

They allow processes to move between multiple queues

b)

They prioritize older processes

c)

They use a single queue for all processes

d)

They are used only in single-user systems

10.

What defines a Multi-tasking Operating System?

a)

It can only run a single task at a time

b)

It requires manual switching between tasks

c)

It is capable of running multiple tasks simultaneously

d)

It uses a single user interface

11.

What is true about Multi-User Operating Systems?

a)

They allow multiple users to access the computer’s resources

b)

They consist of multiple mainframe computers

c)

They are designed for personal use

d)

They allow only one user at a time

12.

What is Paging in the context of operating systems?

a)

A method of scheduling tasks

b)

Partitioning memory into fixed sized physical divisions called pages

c)

Sending messages between users

d)

A technique for data encryption

13.

What is the main feature of Real-Time Operating Systems?

a)

They process data as it comes, with guaranteed response times

b)

They are used exclusively in educational institutions

c)

They prioritize user interface design

d)

They focus on maximizing battery life

14.

What does Segmentation refer to in memory management?

a)

A method of deleting unused files

b)

Partitioning memory into variable sized logical divisions

c)

Dividing the hard drive into smaller parts

d)

A technique for compressing data

15.

What is the principle of Virtual Memory?

a)

To create an illusion of a very fast memory

b)

To enhance the graphics of the computer

c)

To use secondary storage as an extension of the main memory

d)

To encrypt data for security purposes