Algorithms Flashcards
what is an unambiguous
It tells the driver exactly what to do
what is sequence
an ordered set of steps
what is an Algorithms
a precise method to solve a problem
what is High-level programming language
a programming language that resembles natural human language
what is a Flowchart
a graphical representation of an algorithm
what is Pseudo-code
a structured code like language that can be used to describe an algorithm
what is a Variable
a container used to store data
what is an Identifier
a unique name given to a variable or constant
what is an Arithmetic operator
an operator that can perform a calculation on two numbers
what is a constant
a ‘container’ that holds a value that never changes. like variables, constants have unique identifiers
What is a construct
a component from which something is built. letters and numbers