Quiz3 Flashcards

1
Q

A new database designer is struggling with the process of identifying and documenting business rules. They are considering skipping this part of the process and moving forward. If you were their mentor, which statement would show the importance of this step to the new designer?

a. It improves the ability to understand the nature, role, and scope of data.

b. It helps to standardize the view of the company’s data.

c. It identifies management problems within the company.

d. It makes it easy to recognize the data contained in an attribute.

A

a. It improves the ability to understand the nature, role, and scope of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A noun in a business rule translates to a(n) _____ in the data model.

a. entity
b. attribute
c. relationship
d. constraint

A

a. entity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A verb associating two nouns in a business rule translates to a(n) _____ in the data model.

a. entity
b. attribute
c. relationship
d. constraint

A

c. relationship

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Business rules that are properly written will define entities, attributes, relationships, and _____.

a. fields
b. objects
c. constraints
d. classes

A

c. constraints

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Business rules use simple language to establish definitions of entities, attributes, relationships, and constraints. For instance, a business rule establishing that entities can have multiple attributes, and that each available attribute may be associated with only one entity, might be stated as “An employee may be assigned multiple devices” and “Each device may be assigned to only one employee”. Classify the relationship between EMPLOYEES and DEVICES in this example using shorthand notation.

a. 1..1
b. ..
c. M:N
d. 1:M

A

d. 1:M

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Complete the following statement: Business rules must ______.

a. be based only on end user perceptions
b. be rendered in writing
c. include constraints
d. represent many-to-many (M:N) relationships

A

b. be rendered in writing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Sally’s Dog Grooming Salon is creating a database of every dog she grooms. She wants to collect specific information about the breed, height, weight, and age of each dog. What building block does “dog” represent in her data model?

a. attribute
b. relationship
c. entity
d. class

A

c. entity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The term _____ is used to refer to the task of creating a conceptual data model that could be implemented in any DBMS.

a. internal schema
b. logical design
c. external model
d. physical independence

A

b. logical design

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When creating a student roster, a school cannot enroll more than 20 students per course. This is an example of what data modeling building block?

a. attribute
b. entity
c. relationship
d. constraint

A

d. constraint

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following is true of business rules?

a. They allow the designer to set company policies with regard to data.

b. They allow the designer to develop business processes.

c. They can serve as a communication tool between the users and designers.

d. They provide a framework for the company’s self-actualization.

A

c. They can serve as a communication tool between the users and designers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Within the database environment, a data model represents data structures and their attributes, relations, constraints, and transformations with the purpose of supporting a specific problem domain. Define “problem domain” in the context of data models.

a. a blueprint containing all necessary instructions for building a database that will meet all end-user requirements

b. a clearly defined area within a real-world environment that will be systematically addressed

c. a relatively simple and usually graphical representation of complex real-world objects or events

d. the process of creating a specific data model for a particular set of real-world data to be addressed

A

b. a clearly defined area within a real-world environment that will be systematically addressed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

You are designing a conceptual model and are in the process of matching the DBMS requirements to the entity-relationship diagram (ERD) to create a data model that is software-independent. Which stage of the design phase are you doing?

a. internal schema
b. logical design
c. external model
d. physical independence

A

b. logical design

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Jaiden is in the translation of business rules to data model components. How should he label the address attribute for an entity named CLIENT?

a. ADDRESS
b. CLADD
c. CLIENT_ADDRESS
d. BILLING_ADDRESS

A

c. CLIENT_ADDRESS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When identifying and documenting business rules, it is important to recognize that despite being crucial contributors to the development of business rules, it pays to _____ the end-user’s perceptions of business operations.

a. ignore
b. verify
c. describe
d. prioritize

A

b. verify

How well did you know this?
1
Not at all
2
3
4
5
Perfectly