GCSE computing OSs Flashcards

1
Q

What are the features of good code?

A

Simple, understandable variable names, loops and functions where possible, comments, clarity over brevity

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

What do utility programs do?

A

complement the OS in managing the system
but not essential.
perform housekeeping to make system more efficient

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

How do you get utility software?

A

can be bought alone, sometimes packaged as part of the OS

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

what does data compression software do?

A

what it says on the tin, but also decompresses

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

why is data compression software useful?

A

reduces storage space needed, reduces amount of data sent when sending files, more data can be backed up

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

what is backup software?

A

Copies the data in case the original is lost or damaged. can automate backup process.

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

What are backups usually stored on?

A

tape, cloud, or a server in another building

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

what types of backups are there?

A

incremental (changes and edits are backed up but nothing pre-existing, saves space)
full system
most networks do a full system at the start then do periodic incremental backups

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

what is encryption software used for and when?

A

Encrypts text/source code so it’s unreadable
used in connection to websites, pr
ivacy, communication, data in an organisation’s database and portable storage like USBs

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

What type of encryption is used in connection to websites?

A

HTTPS- Hypertext Transfer Protocol Secure

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

how are symmetric encryption keys used?

A

Only one key, public, is used. Easier to intercept or decode

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

how are assymmetric encrytion keys used?

A

2 keys, public and private. pulic is known to everyone but the private is kept to the user
eg. person a uses b’s public key to encrypt a message which b decodes with their private key

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

What are the functions of an OS?

A

managing users, disks,peripherals, drivers and multitasking

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

list some types of utility software

A

antivirus,defragmentation,encryption,compression software

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

what are peripherals?

A

input and output devices

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

what are drivers?

A

software that communicate and control peripherals

17
Q

what are two main benefits of drivers?

A

can be updated
any device can be used with the OS as long as you have the driver

18
Q

what is defragmentation?

A

When a file doesn’t fit into a consecutive memory location on a computer, the computer splits the file into different memory locations.
Over time, files become more fragmented

19
Q

what is the slowest part of the HDD?

A

the moving read/write arm