Multiple choice

What is a way of showing how the various functions of your program interact?

  1. Flow chart

  2. Gantt chart

  3. Context diagram

  4. Prototype

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

A flow chart is a visual representation of a process or program logic, showing the sequence of steps and how different functions interact. Gantt charts are for project scheduling, context diagrams show system boundaries, and prototypes are preliminary models.