flowchart
A diagram that shows each step in a process with arrows.
A flowchart is a diagram that shows the steps of a process from start to finish, using shapes connected by arrows to map out each decision and action along the way. Think of it as a visual roadmap for solving a problem or completing a task.
In a flowchart, different shapes have different meanings. Rectangles usually show actions (like “pour milk into bowl”), diamonds show decisions (like “is the bowl full?”), and ovals mark the start and end. Arrows connect the shapes to show which step comes next. If you were making a flowchart for getting ready for school, you might have a diamond asking “is it raining?” with one arrow leading to “grab an umbrella” and another to “proceed to the door.”
Programmers use flowcharts to plan computer programs before writing code. Scientists use them to document experiments. Businesses use them to improve processes. Even a recipe could be turned into a flowchart, with decision diamonds for questions like “is the cake golden brown?” that lead to either “remove from oven” or “bake five more minutes.”
The beauty of a flowchart is that it makes complicated processes easier to understand at a glance. Instead of reading paragraphs of instructions, you can follow the arrows and see exactly what happens at each step and what choices lead where.