logo

Question detail

Which design is most consistent with a structured approach?

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

Which design is most consistent with a structured approach?.

  1. A.A single procedure containing all input, processing and output instructions with no sections
  2. B.A main module divided into separate modules for input, processing and output
  3. C.A collection of unrelated statements arranged in the order they were written
  4. D.A program whose modules are selected randomly during design

Model answer

What a good answer should say

  • A main module divided into separate modules for input, processing and output

Explanation

Why this works

A structured design decomposes a larger task into related modules. Separating input, processing and output is an example of organising responsibilities clearly.

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.