logo

Question detail

Which characteristic best describes a loosely coupled module?

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

At a glance

MCQ

Type

practice

Style

Topic

Marking criteria

Exam-style question

Try this first

Which characteristic best describes a loosely coupled module?.

  1. A.Its code interacts with other parts of the program through its interface only.
  2. B.It contains several unrelated tasks in one subroutine.
  3. C.It uses global variables for all communication.
  4. D.It has no interface with other parts of the program.

Model answer

What a good answer should say

  • Its code interacts with other parts of the program through its interface only.

Explanation

Why this works

The specification defines loosely coupled modules as modules whose code interacts with other parts of the program through their interface only.

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.