Multiple choice

E - R diagram represents

  1. flow of date in a system

  2. flow of control in a system

  3. relationship between entities of system

  4. All of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

E-R (Entity-Relationship) diagrams represent relationships between entities in a system, such as customers and orders, students and courses. They show data structure, not flow of data (A) or control (B), which are the purposes of data flow diagrams and flowcharts respectively.