Concept:A flow chart is the diagrammatic representation of the steps in a computer program.Explanation:It uses symbols and arrows to show the sequence of operations.Each symbol represents a specific action, decision, or input/output step.Arrows connect the symbols to indicate the flow of control.This makes the program logic easy to understand and document.Answer:A. flow chart