Key Words Flashcards

1
Q

Algorithm

A

A set of instructions that achieve a task

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

Sequence

A

Following instructions one after another

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

Variable

A

A named container for a value (wich can be altered by the program)

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

Iteration

A

A repeated set of instructions, common loops eg. Forever, while true

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

Selection

A

A choice of wich set of code to follow which is dependent on a true or false question eg. ‘if then else’ ‘if true, if false’

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

Program

A

A set of algorithms that have been created to solve a problem commonly known as apps

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

Imput

A

A method of entering data onto a computer system, usually with an input device, such as a keyboard or mouse

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

Output

A

A method of displaying information eg. A screen

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

CPU

A

The central processing unit- every process passes through the cpu

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

ROM

A

Read only memory, non-volatile memory, contains the boot strap and BIOS

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

Volatile

A

Data is lost when the machine is turned off

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

RAM

A

Random access memory, very fast, volatile data storage, containing the operating system, current programs and data

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