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.
Question
Which of the following is NOT a component of flowchart?
Options
- AForks
- BAttributes
- CActivities
- DJoins
How the community answered
(34 responses)- A6% (2)
- B76% (26)
- C6% (2)
- D12% (4)
Why each option
Flowcharts use activities, forks, and joins to model process flow. Attributes belong to ERDs, not flowcharts.
Forks are a valid flowchart element representing a point where the process flow branches into parallel or conditional paths.
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.
Activities are a core flowchart element representing individual steps or actions in a process.
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
Community Discussion
No community discussion yet for this question.