Multiple choice

A structure chart

  1. shows module inter relationships in a hierarchical manner

  2. describes the internal structure of a program in a graphical manner

  3. is a graphical representation of structured English

  4. depicts data structure in the form of a chart

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

A structure chart is a top-down design tool that represents the hierarchical relationship between modules in a system. It shows how modules interact and the flow of control between them.