1.5 Flashcards

(22 cards)

1
Q

What is an operating system?

A

A type of software that manages and controls the computer.

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

Name five functions of operating systems.

A

Providing a user interface, memory management and multitasking, peripheral management and drivers, user management, file management.

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

What does a user interface allow?

A

It allows users to interact with the computer.

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

What are the two main types of user interfaces?

A

Graphical user interfaces (GUIs) and command line interfaces.

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

What is a graphical user interface?

A

A visual way for users to interact with devices using graphical elements such as icons and menus.

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

What is a command line interface?

A

An interface where users type text-based commands to interact with the computer.

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

What does memory management involve?

A

Allocating memory to applications and tracking which parts are in use.

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

Why must programs be moved into RAM?

A

Because all programs must be in RAM to be processed.

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

What happens to a program when it is closed?

A

It is removed from RAM so other tasks can take place.

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

What is multitasking in an operating system?

A

The ability to run more than one program at the same time.

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

How does the OS achieve multitasking?

A

By rapidly switching between tasks and sharing processor time.

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

Why does multitasking seem seamless to the user?

A

Because switching happens so quickly that all programs seem to run at once.

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

What does the OS ensure during multitasking?

A

Each program gets the memory and processing time it needs without interference.

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

What is peripheral management?

A

Managing devices connected to the computer like keyboards and printers.

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

What is a driver?

A

A small program that acts as a translator between the operating system and a peripheral device.

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

Why does each peripheral need its own driver?

A

Because drivers are specific to the hardware they support.

17
Q

Name three user management functions that an operating system performs.

A

Allocation of user accounts, managing user access rights, and ensuring security.

18
Q

What are the key features the operating system provides in terms of file management?

A

Naming files, allocating files to folders, moving files and saving files.

19
Q

What is utility software?

A

Software that performs additional housekeeping tasks not handled by the operating system.

20
Q

Name three types of utility software.

A

Encryption software, defragmentation software, data compression software.

21
Q

What does encryption software do?

A

Converts data into a coded format so that only authorised users with the correct decryption key can understand it.

22
Q

What does defragmentation software do?

A

It reorganises files on a hard disk to reduce fragmentation.