A452: Programming Flashcards
0
Q
What is a Algorithm?
A
Is the name given to the defined set of steps used to complete a task. An algorithm is a solution to a problem.
1
Q
What is a variable?
A
Space in a computers memory for storing information by the user. For a example, a number entered.
3
Q
What is this pseudo code?
A
find
4
Q
What is a Terminator?
A
Shows where the algorithm starts and finishes.