final dbm Flashcards
The entity relationship diagram (ERD) represents the \_\_\_\_\_ database as viewed by the end user. A. condensed B. physical C. logical D. conceptual
D. conceptual
A derived attribute is indicated in the Chen notation by a \_\_\_\_\_ that connects the attribute and an entity. A. single line B. dashed line C. double dashed line D. double line
B. Dashed line
Ideally, an entity identifier is composed of \_\_\_\_\_ attribute(s). A. one B. two C. three D. six
A. One
If an entity can exist apart from all of its related entities, then it is existence-independent, and it is referred to as a(n) \_\_\_\_\_ entity. A. weak B. alone C. unary D. strong
D. Strong
An entity in the entity relationship model corresponds to a table in the relational environment.
A. True
B. False
A. True
The \_\_\_\_\_ notation of entity-relationship modelling can be used for both conceptual and implementation modelling. A. Bachman B. UML C. Chen D. Crow's Foot
B. UML
The conceptual model can handle \_\_\_\_\_ relationships and multivalued attributes. A. 1:1 B. M:N C. 1:M D. 1:N
B. M:N
The Crow’s Foot notation is less implementation-oriented than the Chen notation.
A. True
B. False
B. False
If Tiny College has some departments that are classified as “research only” and do not offer courses, the COURSE entity of the college database would be \_\_\_\_\_ the DEPARTMENT entity. A. existence-dependent on B. independent of C. mandatory for D. optional to
D. Optional to
A relationship is an association between \_\_\_\_\_. A. objects B. entities C. databases D. fields
B. Entities
In Chen notation, there is no way to represent cardinality.
A. True
B. False
B. False
Software vendors have adopted the Chen representation because of its compact representation.
A. True
B. False
B. False
A(n) \_\_\_\_\_ is the set of possible values for a given attribute. A. domain B. range C. identifier D. key
A. Domain
The first step in building an entity-relationship diagram (ERD) is _____.
A. developing the initial ERD
B. creating a detailed narrative of the organization’s description of operations
C. identifying the attributes and primary keys that adequately describe the entities
D. identifying the business rules based on the description of operations
B. Creating a detailed narrative of the organization’s description of operations
Referential integrity and participation are both bidirectional, meaning that they must be addressed in both directions along a relationship.
A. True
B. False
B. False
When the specific cardinalities are not included on the diagram in Crow's Foot notation, cardinality is implied by the use of \_\_\_\_\_. A. symbols B. attributes C. images D. tables
A. Symbols
A weak entity has a primary key that is partially or totally derived from the parent entity in the relationship.
A. True
B. False
A. True
In the entity relationship diagram (ERD), cardinality is indicated using the \_\_\_\_\_ notation, where max is the maximum number of associated entities and min represents the minimum number of associated entities. A. (max, min) B. (min, max) C. [min ... max] D. {min|max}
B. (min, max)
The Crow’s foot symbol with two vertical parallel lines indicates \_\_\_\_\_ cardinality. A. (0,N) B. (1,N) C. (1,1) D. (0,1)
C. (1,1)
The decision to store \_\_\_\_\_ attributes in database tables depends on the processing requirements and the constraints placed on a particular application. A. multivalued B. derived C. single-valued D. composite
b. derived
A \_\_\_\_\_ entity has a primary key that is partially or totally derived from the parent entity in the relationship. A. strong B. weak C. business D. child
B. weak
When using the Crow's Foot notation, the associative entity is indicated by \_\_\_\_\_ relationship lines between the parents and the associative entity. A. dotted B. double C. triple D. solid
D. Solid
Composite attributes make it easier to facilitate detailed queries.
A. True
B. False
B. False
To implement a small database, a database designer must know the “1” and the “M” sides of each relationship and whether the relationships are mandatory or optional.
A. True
B. False
A. True