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. The process symbol used in a flow chart includes ovals, rectangles, diamonds, flow lines, and more to indicate various types of steps.
0
0