Multiple choice

Flow chart is a diagram that uses special _________ to represent an algorithm or process.

  1. lines

  2. shapes

  3. programme

  4. memory

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Flow charts use geometric shapes like ovals (for start/end), rectangles (for processes), and diamonds (for decisions) to represent the flow of an algorithm visually. Lines connect these shapes to show the sequence.