logo

Question detail

A hierarchy chart shows Module A at the top. Module A is connected to Module B and Module C below it. What does this most directly indicate?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Programming paradigms

Exam-style question

Try this first

A hierarchy chart shows Module A at the top. Module A is connected to Module B and Module C below it. What does this most directly indicate?.

  1. A.Module B and Module C are both lower-level parts of Module A
  2. B.Module B must always execute before Module A is called
  3. C.Module C contains the source code for Module B
  4. D.Module A and Module B are unrelated parts of the program

Model answer

What a good answer should say

  • Module B and Module C are both lower-level parts of Module A

Explanation

Why this works

The position and connecting lines in a hierarchy chart show a decomposition relationship: the lower modules contribute to the task represented by the higher module.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.