nerdexam
IIBA

CBAP · Question #206

Which of the following is NOT a component of flowchart?

The correct answer is B. Attributes. Flowcharts use activities, forks, and joins to model process flow. Attributes belong to ERDs, not flowcharts.

Requirements Analysis and Design Definition

Question

Which of the following is NOT a component of flowchart?

Options

  • AForks
  • BAttributes
  • CActivities
  • DJoins

How the community answered

(34 responses)
  • A
    6% (2)
  • B
    76% (26)
  • C
    6% (2)
  • D
    12% (4)

Why each option

Flowcharts use activities, forks, and joins to model process flow. Attributes belong to ERDs, not flowcharts.

AForks

Forks are a valid flowchart element representing a point where the process flow branches into parallel or conditional paths.

BAttributesCorrect

Attributes are a component of entity relationship diagrams, not flowcharts. Flowcharts model process or workflow using activities (steps/actions), forks (branching points that split flow), and joins (points that merge parallel flows back together). Attributes describe data properties in a data model context.

CActivities

Activities are a core flowchart element representing individual steps or actions in a process.

DJoins

Joins are a valid flowchart element representing the point where multiple parallel flows converge back into a single flow.

Concept tested: Components of a flowchart diagram

Source: https://www.bpmn.org/reference/

Topics

#flowchart components#process modeling#diagram notation#activities

Community Discussion

No community discussion yet for this question.

Full CBAP Practice