Algorithms Flashcards

1
Q

What does unambiguous mean?

A

It canot be misunderstood.

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

What is a sequence?

A

An ordered set of instructions.

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

What is an algorithm?

A

A precise method for solving a problem.

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

What is a high-level programming language?

A

A programing language that resembles a natural human language.

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

What is a flowchart?

A

A graphical representation of an algorithm. Each step in the algorithm is represented by a symbol. They are liked by arrows showing the order of the instructions.

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

What is a pseudo-code?

A

A structured, code like language that can be used to describe an algorithm.

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

What is a variable?

A

A “container” for data. It is a value. It can be changed.

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

What is an identifier?

A

The name given to a variable or constant to make it easy to recognise.

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

What is an arithmetic operator?

A

An operator that performs a calculations on two numbers.

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

What is a constant?

A

A variable that cannot change.

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