nerdexam
IIBA

CBAP · Question #205

Which of the following is NOT a component of an entity relationship diagram?

The correct answer is C. Forks. Entity relationship diagrams consist of entities, attributes, and relationships. Forks are a flowchart construct, not an ERD component.

Requirements Analysis and Design Definition

Question

Which of the following is NOT a component of an entity relationship diagram?

Options

  • AAttributes
  • BRelationships
  • CForks
  • DEntities

How the community answered

(52 responses)
  • A
    8% (4)
  • B
    17% (9)
  • C
    71% (37)
  • D
    4% (2)

Why each option

Entity relationship diagrams consist of entities, attributes, and relationships. Forks are a flowchart construct, not an ERD component.

AAttributes

Attributes are a core ERD component representing the properties or characteristics of an entity.

BRelationships

Relationships are a core ERD component that define how entities are associated with one another.

CForksCorrect

Forks are a component of flowcharts, not ERDs. An ERD models data structure using only three building blocks - entities (objects or concepts), attributes (properties of entities), and relationships (associations between entities). Forks have no role in ERD notation.

DEntities

Entities are the primary building blocks of an ERD, representing real-world objects or concepts.

Concept tested: Components of an entity relationship diagram

Source: https://www.ibm.com/docs/en/ida/9.1.2?topic=modeling-entity-relationship-diagrams

Topics

#entity relationship diagram#ERD components#data modeling#diagram notation

Community Discussion

No community discussion yet for this question.

Full CBAP Practice