MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
It represent relationships between instances of types (a person works for a company, a company has a number of offices.
A
Association
B
Inheritance
C
Aggregation
D
Class
Explanation: 

Detailed explanation-1: -Recursive relationship: Relationship exists between occurrences of the same entity set. Binary relationship: Two entities are associated. Ternary relationship: Three entities are associated.

Detailed explanation-2: -ERD stands for entity relationship diagram. People also call these types of diagrams ER diagrams and Entity Relationship Models. An ERD visualizes the relationships between entities like people, things, or concepts in a database. An ERD will also often visualize the attributes of these entities.

Detailed explanation-3: -Cardinality. Defines the numerical attributes of the relationship between two entities or entity sets. The three main cardinal relationships are one-to-one, one-to-many, and many-many.

Detailed explanation-4: -For example, if the key of A was 1 and the key of B was 2, then the key of the associative entity AB would be 1, 2. CASE tools automatically resolve this by creating an associative entity during model transformation.

There is 1 question to complete.