What is an Algorithm?A set of step-by-step instructions to solve a problem or complete a task.Written in simple words or pseudocode.Example:Boil waterPut coffee in a cupPour hot waterStirServeWhat is a Flowchart?A diagram that shows the steps of an algorithm using shapes and arrows.Helps to understand the process visually.Common symbols:Oval = Start or EndRectangle = Process or actionDiamond = Decision (Yes or No)Arrows = Flow directionDifference between Algorithm and FlowchartAlgorithm FlowchartWritten instructions Visual diagramEasy to write Easy to understandShows the logic Shows the flow