key words Flashcards

1
Q

explain the term algorithm.

A

An algorithm is a sequence of steps that can be followed to complete a task.

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

explain the term decomposition.

A

Decomposition means breaking a problem into a number of sub-problems

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

explain the term abstraction

A

Abstraction is the process of removing
unnecessary detail from a problem.

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

what does input mean?

A

Data which is inserted into a system for processing and/or storage

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

what does accumulator
mean?

A

A register used by the arithmetic logic unit (ALU) to store the results of calculations.

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

what does application mean?

A

A software program that allows a user to perform a specific task.

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

what does application software mean?

A

A software program that allows a user to perform a specific task.

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

what does arithmetic logic unit (ALU) mean?

A

A component of the CPU that performs arithmetic and logic calculations.

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

what does backup mean?

A

A copy of important files that is kept separately in case the original files are lost or damaged.

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

what does binary mean?

A

A number system that contains two symbols, 0 and 1. Also known as base 2.

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

what does API mean?

A

Application programming interface - a software library interface used to share data between software and, in particular, web applications.

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

what does algorithm mean?

A

A sequence of logical instructions for carrying out a task.

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

what does bug mean?

A

An error in a program.

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

what does bus mean.

A

The wires through which data travels from one part of a computer to another on the motherboard.

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

what does cache memory
mean?

A

A piece of temporary memory. It can refer to a part of the RAM, storage disk, CPU, or an area for storing web pages.

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

what does clock mean?.

A

A component of the CPU that sends out regular pulses. Its job is to synchronise the computer’s hardware components.

17
Q

what does clock speed
mean.

A

The speed of a computer’s CPU, measured in hertz. This indicates the number of fetch-decode-execute cycles that can run per second.

18
Q

what does cloud mean?.

A

A term often used to describe a location on the internet from which software applications are run and where data is stored.

19
Q

what does hardware mean?.

A

The physical parts of a computer system, eg a graphics card, hard disk drive or CD drive.

20
Q

what does input mean.

A

Data which is inserted into a system for processing and/or storage.

21
Q

what does output mean?.

A

Data which is sent out of a system.

22
Q

what does systems software
mean?.

A

Software used to control the computer and run applications.