Important Terms
- Algorithm - A list set of instructions, used to solve problems or perform tasks, based on the understanding of available alternatives.
- Pseudocode - Pseudocode acts as an intermittent step before developing the actual code. It helps programmers prepare the organization and sequence of an algorithm.
- Flowchart - A flowchart is a type of diagrammatic representation using shapes and flow lines to illustrate a computer program, an algorithm, or a process.