Computing - Software Flashcards

1
Q

What is disc defragmentation?

A

Moving data from the same sections next to each other on the disc
This can take a long time

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

What are system maintenance tools?

A

Software that makes sure all features if a computer are functioning properly by preventing problems and providing solutions

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

What is fragmentation?

A

When certain sections of data are split into different areas of a disc

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

What 4 things does the system information utility provide?

A

Information about hard disk capacity, RAM, clock speed and if the computer is connected to Internet

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

What are the 3 main groups of software?

A

System software which manages the computer to make sure it is working properly
Application software which is for the leisure of the user
Development software (developing programs)

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

What are the 4 types of software to get?

A

Custom written, off-the-shelf, proprietary and open source

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

What is custom written software?

A

Software that is tailored by a company to do exactly what you need

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

What is off-the-shelf software?

A

Software that is bought from a company without it being custom made

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

What is open source software?

A

Software released with its code so that it can be edited

It is always free

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

What is proprietary software?

A

Software that is written by an individual or an organisation so that they own all the rights

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

What is the operating system?

A

A piece of software that controls the hardware of a computer

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

What are the 2 types of user interface?

A

Graphical user interface (GUI) and command line interface

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

What is a peripheral?

A

Any device which is connected to and can communicate with a computer

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

What is utility software?

A

Basic programs loaded with the operating system that perform maintenance

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

What are the 6 types of system software?

A
Operating system
Device drivers
Firmware
Servers
Utilities
Interfaces
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the kernel?

A

The centre of the operating system which handles the low-level hardware operations

15
Q

What are the 3 states a process in multi-tasking can be in?

A

Running
Runnable
Waiting

15
Q

What is a device driver?

A

Programs that send signals called interrupts to the CPU so that the CPU stops its current processing so that it can deal with a process linked to a peripheral device

15
Q

What is firmware?

A

Software stored on ROM or in flash memory

15
Q

What are the 3 types of security?

A

Anti-virus
Anti-spyware
Firewall

15
Q

What does the compiler do?

A

Translates high-level code into machine code all at once and then executes it all

15
Q

What does an interpreter do?

A

Translates high-level into machine code one line at a time and executes it

15
Q

What do assemblers do?

A

Translates assembly language into machine code

15
Q

What do linkers do?

A

Connect together sub programs to create larger programs