Algorithms Flashcards

1
Q

what is an unambiguous

A

It tells the driver exactly what to do

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

what is sequence

A

an ordered set of steps

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

what is an Algorithms

A

a precise method to solve a problem

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

what is High-level programming language

A

a programming language that resembles 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

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

what is 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 used to store data

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

what is an Identifier

A

a unique name given to a variable or constant

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 can perform a calculation 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 ‘container’ that holds a value that never changes. like variables, constants have unique identifiers

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

What is a construct

A

a component from which something is built. letters and numbers

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