ITPEC FE Morning April 2020 Question 47

Source exam: ITPEC FE Morning April 2020Topic: Software Development

ITPEC FE Morning April 2020 — Question 47 of 80

Decision Table — a table mapping combinations of conditions to corresponding actions.

A decision table lists all possible combinations of input conditions and specifies which operations (actions) apply to each combination.

Why not others:
- (b) ER diagram — represents entities as rectangles and relationships as connecting lines

- (c) Flowchart — represents control flow (process, selection) using lines and arrows

- (d) DFD (Data Flow Diagram) — represents data flow between external interfaces, processes, and data stores

Key rule: Decision table = conditions × actions matrix; useful when business logic has many condition combinations.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.