Systems software - topic 5 Flashcards

1
Q

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

A

It manages the hardware and software of a computer, and provides a user interface.

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

Name four key functions of an operating system.

A

Memory management

File management

Process management

User interface control

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

What is memory management?

A

The OS allocates RAM to programs and frees it when it’s no longer needed.

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

What does the OS do when you open multiple programs?

A

It uses multitasking, sharing CPU time between programs so they appear to run at the same time.

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

What is file management?

A

The OS handles saving, opening, and organizing files (e.g. folders, file types, read/write access).

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

What is the user interface (UI)?

A

It’s how the user interacts with the system – e.g. graphical (GUI) or command line (CLI).

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

Why is user access control important?

A

It helps keep systems secure by only letting authorised users access certain features or files.

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

What is utility software?

A

Utility programs help maintain and improve the performance of a computer system.

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

Name 3 examples of utility software.

A

Encryption software

Defragmentation

Compression software

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

What does encryption software do?

A

It scrambles data so only someone with the correct key can read it – keeps data secure.

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

What does defragmentation software do?

A

It rearranges files on a hard disk to put related data together, making the system faster.

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

What does compression software do?

A

It reduces the size of files so they take up less space or send faster over networks.

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

What is backup software?

A

It makes a copy of files in case of data loss or system failure.

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

What’s the difference between full backup and incremental backup?

A

Full backup: Copies everything.

Incremental backup: Only copies files changed since the last backup.

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

A user says their PC is slow. Which utility software could help and why?

A

Defragmentation could speed up the hard drive by organising files more efficiently.

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

A company sends sensitive files over the internet. What should they use?

A

Encryption software – it keeps the data safe from hackers during transfer.

17
Q

Why is backing up important for a business?

A

To avoid losing important data if there’s a hardware failure or cyberattack.

18
Q

Explain why different users have different access levels.

A

It improves security and prevents unauthorised changes (e.g. guests vs admins).