Systems Software Flashcards

(29 cards)

1
Q

What is systems software?

A

Software that manages hardware and provides a platform for application software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the purpose of an operating system (OS)?

A

To manage hardware, run applications, provide a user interface, and control system resources like memory and CPU.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name four key functions of an operating system.

A

Memory management, processor (CPU) management, device/peripheral management, and file management.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is memory management?

A

The OS allocates and manages RAM for programs and ensures they do not interfere with each other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is multitasking?

A

The OS switches between programs rapidly so multiple tasks appear to run simultaneously.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is processor scheduling?

A

The OS decides the order in which processes get CPU time to maximise efficiency and fairness.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is peripheral management?

A

The OS manages communication between the computer and hardware devices (printers, keyboards, etc.).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a device driver?

A

Software that allows the OS to communicate with and control a specific hardware device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is file management?

A

The OS organises, stores, retrieves, renames, moves and deletes files on storage devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a user interface?

A

The part of the OS that lets users interact with the computer (GUI or CLI).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a GUI?

A

A graphical user interface that uses windows, icons, menus and pointers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a CLI?

A

A command-line interface where users type text commands to control the computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is utility software?

A

Software designed to perform maintenance and optimisation tasks for the computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is encryption software?

A

Software that scrambles data so only someone with the correct key can read it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Why is encryption important?

A

It protects data privacy and security during storage and transmission.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is defragmentation?

A

A utility that reorganises fragmented files on a magnetic hard drive so related data is stored contiguously.

17
Q

Why is defragmentation useful?

A

It reduces read/write head movement on HDDs and improves performance.

18
Q

What is data compression?

A

Reducing file size to save storage space or speed up transmission.

19
Q

What is lossless compression?

A

Compression that preserves all original data so the file can be perfectly restored.

20
Q

What is lossy compression?

A

Compression that removes some data permanently to achieve smaller file sizes (used for images/audio/video).

21
Q

Give an example of lossless compression.

A

PNG images or ZIP archives.

22
Q

Give an example of lossy compression.

A

JPEG images or MP3 audio.

23
Q

What is a backup utility?

A

Software that creates copies of data so it can be restored if lost or corrupted.

24
Q

What is a full backup?

A

A backup that copies all selected data every time it runs.

25
What is an incremental backup?
A backup that copies only the data changed since the last backup.
26
What is a virus scanner (antivirus)?
A utility that detects, quarantines and removes malware from a system.
27
What is system cleanup software?
Software that removes temporary files and unnecessary data to free space and improve performance.
28
What is disk formatting?
Preparing a storage device by creating a file system so data can be stored and retrieved.
29
What is the role of an operating system in security?
The OS enforces access controls, user accounts, permissions and supports encryption and authentication.