nerdexam
IIBA

CBAP · Question #109

You are creating a model that shows how data moves through a system. Each function that modifies the data in any manner is identified, decomposed to smaller levels, and the system is completely descri

The correct answer is B. Data flow diagramming. This scenario describes data flow diagramming, which tracks how data moves through a system and decomposes each transforming function from source to storage.

Requirements Analysis and Design Definition

Question

You are creating a model that shows how data moves through a system. Each function that modifies the data in any manner is identified, decomposed to smaller levels, and the system is completely described from start to storage. What type of a modeling technique are you using in this scenario?

Options

  • AFunctional decomposition
  • BData flow diagramming
  • COrganization modeling
  • DWork decomposition

How the community answered

(42 responses)
  • A
    7% (3)
  • B
    81% (34)
  • C
    10% (4)
  • D
    2% (1)

Why each option

This scenario describes data flow diagramming, which tracks how data moves through a system and decomposes each transforming function from source to storage.

AFunctional decomposition

Functional decomposition breaks complex functions into smaller sub-functions for clarity but does not specifically model the movement or transformation of data through a system.

BData flow diagrammingCorrect

Data flow diagramming (DFD) is specifically designed to illustrate how data moves through a system, identifying every process or function that transforms the data along the way. DFDs can be decomposed into multiple levels of detail, from a high-level context diagram down to granular sub-processes. This technique describes the complete lifecycle of data from its origin through every transformation to its final storage destination.

COrganization modeling

Organization modeling represents the structure, roles, and relationships within an organization and has no focus on how data flows or is transformed.

DWork decomposition

Work decomposition (such as a WBS) breaks project work into manageable tasks but does not describe data movement or transformation within a system.

Concept tested: Data flow diagramming for system data modeling

Source: https://www.iiba.org/standards-and-resources/babok/

Topics

#data flow diagrams#modeling techniques#system analysis#functional decomposition

Community Discussion

No community discussion yet for this question.

Full CBAP Practice