Algorithm Development Flashcards
It is an ordered sequence of steps that solves a problem.
Algorithm
It is an artificial and informal language that helps programmers develop algorithms. It is very similar to everyday English.
Pseudocode
This refers to another algorithm but in a graphical form. It shows logic solution, and individual steps and their interconnections.
Flowchart
This symbol denotes the beginning or end of the program.
Oval
It denoted an input operation.
Parallelogram
This symbol denotes a process to be carried out, e. g. addition, subtraction, division, etc.
Rectangle
It denotes a decision (or branch) to be made. The program should continue along one of the two routes (e. g. IF/THEN/ELSE).
Diamond
It denotes an output operation.
Hybrid
It denotes the direction of logic flow in the program.
Flow line