2.1.3 Software Flashcards

1
Q

What is system software?

A

A type of software that controls the computer’s hardware

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

What is an operating system?

A

A system that manages the computers memory and processes as well as all its software and hardware

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

Examples of what an operating system does

A

Controls CPU, memory and storage. Hides complexities of the hardware from the user so they don’t have to understand what’s happening

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

Features of a command line interface

A

Text based, enter command manually, e.g. DOS, Raspian (for raspberry pie)

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

Features of a graphical user interface

A

Contains windows, icons and menus, e.g. windows 10, Mac os, android

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

Advantages of command line interface

A

Requires fewer resources, concise and powerful, easier to automate via scripting, wider range of commands, needs little computer power

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

Disadvantages of command line interface

A

Commands aren’t obvious, user must remember complex codes, lots of typing needed for simple tasks, higher chance of errors when typing commands

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

Advantages of a graphical user interface

A

Easier to use, looks more professional, can work faster on it, quicker to enter commands, less chance of making errors

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

Disadvantages of a graphical user interface

A

Requires more money, may require additional software to be installed, if it isn’t properly built it’s difficult to work with, smaller range of commands, requires more computing power

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

What is utility software?

A

A type of system software, that is designed to help analyze, configure, optimize, or maintain a computer

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

Examples of utility software

A

Antivirus, disk cleaner, data compression, memory testers, hex editors, backup software

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

What does antivirus do?

A

Scans and removes malicious files

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

What does firewall do?

A

Prevents unwanted access to a computer over a network, e.g. a local network

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

What does spyware detection do?

A

Blocks and removes programs designed to collect personal information and transmit it to others

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

What does encryption do?

A

Uses an algorithm to scramble the file according to the key used, the key is needed to decrypt the file back

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

What do system clean up tools do?

A

Clean up the files on your machine, this can be old copies, temporary files, recycle bin etc.

17
Q

What does disk defragmentation do?

A

Moves all the files to a similar space in the hard drive

18
Q

What does file compression do?

A

Makes the file smaller, but attempts to keep the quality, e.g. lossless and lossy

19
Q

How do files become fragmented?

A

Files get added to the disk in order, but as files are deleted it leaves gaps. When new files are saved they fill in the gaps first so they become fragmented