System Software Flashcards

(16 cards)

1
Q

What is the clear definition of an operating system?

A

software that helps manage the resources of a computer system and provides the interface between the computer and the user

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

What are the 5 main functions of an OS?

A

MUFDI
1. Memory management and Multitasking
2. User management
3. File management
4. Peripheral management and Drivers
5. User Interfaces

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

What is memory management?

A

the process of controlling and coordinating a computer’s main memory

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

What is the definition of multitasking and how does it work?

A

Multitasking is when the OS appears RAM to be running multiple programmes at once. It does this by time slicing, where each program uses up a bit of the processor’s time, one after the other.

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

What is peripheral management?

A

The management of data being transferred between peripherals and the processor.

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

What is a device driver and why is it important?

A

A device driver is software that provides interface for the OS to interact with hardware. A driver translates the OS’ instructions into a format that hardware can understand.

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

What does user management do?

A

User management allows different users to be on the same computer. The OS creates, manages and deletes users and also manages passwords too. Different access levels can be applied to different users.

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

What does file management manage?

A

File management manages where files are written to on the disk, where they are located, and makes sure to not overwrite another file
it also:
- names files
- allocates files to folders
- moves files
- saves files
- deletes files

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

What are user interfaces?

A

Ways of allowing the user to interact with the computer

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

What are some types of user interfaces and what do they display?

A

GUI - Graphical User Interface displays images such as icons, windows, tabs, folders etc.
CLI - Command Line Interface displays text only, and a user has to enter commands to interact with the computer

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

What is the definition of utility software?

A

a type of system software that helps maintain and configure a computer. Many OS pre-install useful utility software

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

what are some examples of utility software?

A

encryption, defragmentation, compression and firewall

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

What is the definition of encryption?

A

The process of scrambling data to an unreadable form, and requires a key to descramble

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

What is the definition of defragmentation?

A

the process of relocating file fragments so that they become one singular file.

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

What are the benefits of defragmentation?

A

Faster read and write speeds on the hard drive, extra empty spaces for new files

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

What is the definition of compression?

A

Reducing the file size of files to make files smaller and quicker to download