Computing Words Flashcards

1
Q

What does Algorithm mean

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 meaning

A

Following instructions one after the other

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

Variable meaning

A

A named container for a value (which can be inspected or altered by the program)

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

Iteration meaning

A

A repeated set of instructions (common ones are forever while true and while)

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

Selection meaning

A

A choice of which set code to follow is dependent on a true or false question (common ones are if then else and when…do)

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

Program meaning

A

A set of algorithms that have been created to solve a problem, more commonly known as apps (application software)

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