1.5 - Systems Software Flashcards

(16 cards)

1
Q

What are the 5 functions of the operating system ?

A

Peripheral management and drivers
User interface
Memory management and multitasking
File management
User management

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

What is a user interface ?

A

Allows a user to interact with a computer

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

What are the 2 types of user interface ?

A

GUIs
Command line interface

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

What are 2 differences between GUIs and command line interfaces ?

A

GUIs - have windows / icons / menus
Designed for everyday users
Command line - text based and use fewer system resources
Used by advanced users

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

What are the 3 features of peripheral management ?

A

Communicates with internal hardware
Chooses correct drivers for certain connected hardware
Installs and updates drivers for new hardware

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

What are 2 features of memory management ?

A

Moves data to main memory when in use and removes when its no longer needed
Allocates memory addresses so apps don’t overwrite or interfere with each other

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

How does memory management allow for multitasking ?

A

Divides CPU processing time between tasks to complete them efficiently and at the same time

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

What are 3 features of file management ?

A

Organises files into hierarchal structure
Deals naming / saving / deleting / editing files
Allocates certain files to certain folders

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

What are 3 features of user management ?

A

Controls which users have access to the computer system
Grants users access to their own specific data (not others)
Uses anti theft measures to prevent access from other users

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

What is utility software ?

A

Software designed to help maintain a computer system

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

What are the 3 types of utility software ?

A

Defragmentation
Compression
Encryption

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

What is defragmentation software ?

A

Software that reorganises a HDD by putting related data / files back together which speeds up read / write speeds as related information is all in one place

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

Explain the process of defragmentation ? (4 steps)

A

Files are stored in available spaces on hard disk
As they’re moved / deleted or change size small gaps appear
When new data is stored on the disk it is split to cover the spaces left by the deleted older files
Defragmentation software puts the split files back together and groups free space together to organise hard disk

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

What is compression software ?

A

Reduces size of files by permanently / temporarily removing data from them

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

What is an advantage compression software ?

A

They take up less space and therefore quicker to download

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

What is encryption software ?

A

When data is scrambled (encrypted) to cypher text to stop third parties accessing it
To decrypt it back to plain text you need a special key of which only specific users have access to