Deck 6: Data Modeling

ملء الشاشة (f)
exit full mode
سؤال
The lines that connect the entities are referred to as?

A)Data flows
B)connectors
C)relationships
D)crow's feet
E)foreign key
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Lines on an ERD diagram indicate:

A)Hierarchies between processes
B)Relationships among the data
C)Plurality of data items
D)Uniqueness of data items
E)Primary keys
سؤال
You have entities of ITEM,SOLD-ITEM,SALE and PAYMENT.Which most likely is NOT a relationship?

A)SALE is paid by PAYMENT
B)PAYMENT pays for ITEM
C)ITEM is included in SOLD-ITEM
D)SALE involves SOLD-ITEM
E)PAYMENT pays for SALE
سؤال
Which would NOT likely be an attribute of an entity called "Student"?

A)Age
B)Student identification number
C)Class room number
D)Home phone
E)Gender
سؤال
Which of the following is NOT true about ERDs?

A)Special symbols are added to show high-level business rules
B)The diagrams are drawn in a sequential order - from top to bottom
C)Similar kinds of information are listed together in entities
D)ERD's are data modeling techniques
E)Lines are drawn to show relationships among the data
سؤال
The three major parts of an ERD diagram are:

A)Process,data flow,data store
B)Attribute,modularity,cardinality
C)Relationship,data flow,entity
D)Relationship,attribute,entity
E)Process,entity and relationship
سؤال
Which is NOT true about using Visible Analyst Workbench?

A)It can be used with many different databases
B)It integrates the data model with other parts of the project
C)It is a full-service CASE tool
D)Data modeling is one of many capabilities
E)It can generate Java code when the data modeling is done
سؤال
On an ERD _________________:

A)Processes are listed alphabetically with relationship connections drawn between processes
B)Data elements are listed alphabetically with a cross listing to the processes that manipulate them
C)Data elements are described as singular (1:1);plurals (1:N);or didactic (M:N)
D)Data elements are grouped in a hierarchical structure that is uniquely identified by number
E)Data elements are listed together and place inside boxes called entities.
سؤال
A data model is a:

A)The mathematical model of formulas and logic used in a system
B)The abstract creating of an ideal system transformation
C)The model that is produced by extreme programming
D)The expanded,thoroughly balanced and normalized use case for a system
E)A formal way of representing the data that are used and created by a business system
سؤال
Jack is developing an ERD for a small dental practice office patient record system.The dental practice has three dentists,six hygienists,and many patients.A patient is always assigned to the same dentist for all appointments.In particular,he is working on the relationship between dentists and patients.Should it be:

A)1 to 1,with a modality of null
B)1 to many with a modality of not null
C)Many to many with a modality of null
D)Many to many with a modality of not null
E)1 to many with a modality of null
سؤال
Which would NOT likely be an entity on a car insurance ERD?

A)Customer
B)Policy
C)Agent
D)Zip code
E)Car
سؤال
An entity relationship diagram (ERD):

A)Is a use-case diagram enhanced graphically to show data and process modeling
B)Is a high-level CASE diagram of data modeling used in business systems
C)Is an illustration of external data flows to and from a business systems
D)Is a picture that shows the information that is created,stored and used by a business system
E)Is a graphical display of the processes in a business system
سؤال
An entity:

A)Is the association between two related processes
B)Has cardinality (1:1,1:N,or M:N)
C)Shows if it can be null or no null
D)Is a person,place or thing
E)Is described with a verb phrase
سؤال
Modality refers to:

A)Relationships of one-to-one;one-to-many;or many-to-many
B)Whether a child entity can exist with or without a related instance in the parent entity
C)The hierarchical structure that was developed in process models applied to data models
D)The number of attributes generated by an entity
E)Whether the entity has a unique identifier (aka 'primary key')or a concatenated identifier (aka 'composite key')
سؤال
Information in the data dictionary is called: _______________

A)Metadata
B)Cached information
C)Compiled data
D)Data repository
E)File silo
سؤال
An ERD is a picture which shows the information that is ________ by a business system?

A)created
B)stored
C)used
D)all of these
سؤال
Entity Relationship Diagrams show relationships between entities that are _____.

A)Outputs from JAD sessions
B)Consistent with the ACM guidelines
C)In line with the business rules and processing
D)Defined by the project sponsor
E)Extensions of the process models
سؤال
A data model can __________:

A)Illustrate return-on-investment,break-even point,and economic feasibility
B)Represent actions or processes that occur in the to-be system
C)Be used as a logical data model in analysis and as a physical data model in design
D)Only be used in BPR situations
E)Only be used with JAD sessions
سؤال
Which would likely be an entity on a car insurance ERD?

A)date
B)Gender
C)company
D)fire district
E)Car
سؤال
What is true about creating an entity relationship diagram?

A)There will be at most seven entities
B)There will be at most seven relationships
C)If you identify more than seven entities,analyze and combine until you have seven or less
D)It is an iterative process
E)Entities will have at most seven attributes
سؤال
If the logical data model contains attribute values that depend on an attribute that is not the identifier,then it is in _____.

A)base normal form
B)first normal form
C)non-normal form
D)second normal form
E)third normal form
سؤال
A logical data model that does not lead to repeating fields and that the data models leads to tables containing fields that are dependent on the whole identifier is in _____ normal form.

A)balanced
B)first
C)primary
D)second
E)third
سؤال
When normalizing data models,if you take attributes that have multiple values for a single instance of an entity and create separate entities for those attributes you are moving from:

A)O normal form to 1st normal form (1NF)
B)1st normal form (1NF)to 2nd normal form (2NF)
C)2nd normal form (2NF)to 3rd normal form (3NF)
D)Generalized normal form (GNF)to fully normalized form (FNF)
E)Dependent normal form (DNF)to Independent normal form (INF)
سؤال
When the analyst is evaluating a data model to ensure that all fields in a record depend fully on the entire primary key,which step of normalization is being performed?

A)base normal form
B)first normal form
C)second normal form
D)third normal form
E)cannot tell from this information
سؤال
Omar has a model with 85 entities.He can:

A)Compress these into at most seven entity grouping units
B)Group these into related subject areas
C)Stop - he has all entities defined
D)Sort the entities alphabetically
E)Co-validate the entities with the level 2 DFD diagrams
سؤال
A(n)_____ entity cannot exist without the presence of another entity and is normally on the "many" end of a relationship or has an identifier that is based on another entity's attribute.
A.independent
B.incomplete
C.dependent
D.variable
E.non-complying
سؤال
Independent entities are:

A)When a child requires attributes from the parent
B)When there is only one entity for a data process model
C)When an entity can exist without the help of another entity
D)Where the entity identifier is also the primary key
E)When an entity comes from an external source (aka 'external entity')
سؤال
The first step to building an Entity Relationship Diagram is to _____

A)Identify data flows from the level 0 DFD diagram
B)draw the relationships between the entities
C)identify the attributes for each entity
D)identify the entities
E)identify the processes,data flows and data stores
سؤال
A(n)_____ entity is an entity at the "1" end of a relationship or an entity with an identifier that describes only the entity.

A)dependent
B)incomplete
C)independent
D)intersection
E)non-identifying
سؤال
What type of process is creating an ERD?

A)Well defined process
B)Sequential process
C)Process defined by five steps
D)Iterative process
E)User defined process
سؤال
The two methods to validate that an ERD is well formed are _____.

A)Balancing with process models and following design guidelines created by Chen
B)Normalization and balancing with process models
C)Renaming theory
D)Balancing with process models and renaming theory
E)Normalization and following design guidelines created by Chen
سؤال
Andrew,an analyst for PaxMedia Inc. ,has just learned that the business rules for a system he has been working on have changed.This means that _____.

A)Nothing - once the ERD data models have been drawn,they are 'frozen' for the system
B)Andrew will be reassigned to a different project that is in its beginning stages
C)The ERD components will have to be changed
D)The ERD data model will have to be put on hold while new DFD diagrams are created
E)The project will have to be scrapped and restarted
سؤال
Anthony is working on the cardinality of doctors and patients in a large urban hospital.With the large number of doctors with varying specialties and patients that may have more than one aliment,he thinks the relationship might be noted as:

A)1 to 1
B)1 to 2
C)1 to many
D)Many to many
E)Many to 1
سؤال
In adding attributes to an ERD,which of the following might NOT be a good resource for attributes?

A)From the CASE tool
B)Data flows from DFD's
C)Requirements documents
D)The system proposal document
E)Through interviews (what users need for reports and processing)
سؤال
The last step in creating basic ERD's is to:

A)Identify relationships
B)Define attributes and assign identifiers
C)Recognize entities
D)Test them with users
E)Compile them with Java
سؤال
Balance occurs between DFDs and ERDs when the data stores _____

A)Are uniquely named
B)Have only one input and one output flow
C)Are named the same as the relationships on the ERD
D)Can be compared to ERD data flows and attributes on the ERD are included in data stores on the DFD
E)Can be equated to entities on the ERD and when entities are referred to by data stores on the DFD
سؤال
In creating ERD's,which would most likely NOT be a source for entities?

A)Use cases
B)Level 0 DFD diagrams
C)External entities
D)Data flows
E)Cost / benefit reports
سؤال
If the logical data model does not contain attributes that have repeating values it is in _____.

A)base normal form
B)first normal form
C)non-normal form
D)second normal form
E)third normal form
سؤال
Data models can be either logical or physical.
سؤال
During the analysis phase logical data models are created.
سؤال
An entity is the basic building block for a data model.
سؤال
An entity is described by an action verb.
سؤال
On an ERD,similar kinds of information are listed together and placed inside boxes called data containers.
سؤال
An ERD is a picture that shows how data and information is processed and transformed by a business system.
سؤال
In an entity called STUDENT,you might find attributes of Student-ID,Last-Name,First-Name and cell-phone.
سؤال
During the analysis phase,analysts create programming models to represent how the business system will operate.
سؤال
ERD's are drawn in several levels: Context ERD diagrams;Level 0 ERD diagrams;Level 1 ERD diagrams.
سؤال
Entities are further designed with attributes.
سؤال
One of the most commonly used techniques for data modeling is ERD's.
سؤال
Entities are a person,place,or thing.
سؤال
An analyst can read an ERD to discover the individual pieces of information in a system and how they are organized and related to each other.
سؤال
ERD's and DFD's are two techniques for process modeling.
سؤال
Relationships are some type of information that is captured about entities.
سؤال
An illustration of the transformation of data into business value is an ERD.
سؤال
Relationships are associations between entities.
سؤال
A graphical illustration that shows the information that is created,stored and used by a business system would be an ERD.
سؤال
A data model is a formal way of representing the data that are used and created by a business system.
سؤال
ERD's and DFD's are two techniques for data modeling.
سؤال
A textbook-provided example of a 'full-service CASE' tool is Visible Analyst.
سؤال
In an entity called STUDENT,you might find attributes of PROFESSOR-ID,Last-Name,First-Name and CLASSROOM.
سؤال
Discuss what should be done to ensure that the entity relationship diagrams balance with the data flow diagrams.What is the consequence of failing to balance these models?
سؤال
CASE tools have 'data repositories'.
سؤال
The three steps in creating an ERD are: (1)identify the entities;(2)identify the processes;(3)identify the relationships
سؤال
You have a student registration system (simplified)with three entities: Student,Professor,and Class.Assume standard attributes for the three entities.What might be the relationships,cardinality and modality between the three?
سؤال
How do you validate an ERD?
سؤال
The three steps in creating an ERD are: (1)identify the entities;(2)identify the attributes;(3)identify the relationships
سؤال
In defining the data characteristics of Universal Product Codes,we might describe them as twelve characters made up of digits - numeric only.
سؤال
CRUD stands for create,read,update and delete and can be used to verify DFDs and ERDs.
سؤال
In defining LAST-NAME in the data dictionary,we might describe it as a character field having from 1 to 15 alphabetic characters.
سؤال
Relationships are drawn with lines showing cardinality and plurality.
سؤال
ERD's can be quite complex and might have hundreds or thousands of entities.
سؤال
One of the first places to start developing Entity Relationship Diagrams is by looking at the level 0 process models (DFD)and the use cases for data flows and data stores.
سؤال
Metadata is data about data.
سؤال
In the sample data for the STUDENT entity,there are repeating values for class and semester attributes.For example Adam Murphy took CIS 370 section 2 in fall 2008;Brenda Olson took CIS 370 section 2 in fall 2008;Jing Zhang took CIS 370 section 2 in fall 2008;etc.What is the process to modify this entity so that there are no attributes with multiple values?
سؤال
When validating ERD's you should balance ERD entities with the data flows and data stores from the DFD process diagrams.
سؤال
Data modeling is an iterative process.
سؤال
Department stores have bridal registries.This registry keeps information about customers (the couple that is to be wed)prior to the wedding and keeps the data for a period of two years after the wedding (for returns or late purchasers),the products that the store carries,and the products that each couple has included in the registry.Couples typically register for a large number of products and many couples register for the same products.Draw an entity relationship diagram for Target's bridal registry:
سؤال
What are the three primary components of an ERD diagram?
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/78
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 6: Data Modeling
1
The lines that connect the entities are referred to as?

A)Data flows
B)connectors
C)relationships
D)crow's feet
E)foreign key
C
2
Lines on an ERD diagram indicate:

A)Hierarchies between processes
B)Relationships among the data
C)Plurality of data items
D)Uniqueness of data items
E)Primary keys
B
3
You have entities of ITEM,SOLD-ITEM,SALE and PAYMENT.Which most likely is NOT a relationship?

A)SALE is paid by PAYMENT
B)PAYMENT pays for ITEM
C)ITEM is included in SOLD-ITEM
D)SALE involves SOLD-ITEM
E)PAYMENT pays for SALE
B
4
Which would NOT likely be an attribute of an entity called "Student"?

A)Age
B)Student identification number
C)Class room number
D)Home phone
E)Gender
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
5
Which of the following is NOT true about ERDs?

A)Special symbols are added to show high-level business rules
B)The diagrams are drawn in a sequential order - from top to bottom
C)Similar kinds of information are listed together in entities
D)ERD's are data modeling techniques
E)Lines are drawn to show relationships among the data
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
6
The three major parts of an ERD diagram are:

A)Process,data flow,data store
B)Attribute,modularity,cardinality
C)Relationship,data flow,entity
D)Relationship,attribute,entity
E)Process,entity and relationship
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
7
Which is NOT true about using Visible Analyst Workbench?

A)It can be used with many different databases
B)It integrates the data model with other parts of the project
C)It is a full-service CASE tool
D)Data modeling is one of many capabilities
E)It can generate Java code when the data modeling is done
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
8
On an ERD _________________:

A)Processes are listed alphabetically with relationship connections drawn between processes
B)Data elements are listed alphabetically with a cross listing to the processes that manipulate them
C)Data elements are described as singular (1:1);plurals (1:N);or didactic (M:N)
D)Data elements are grouped in a hierarchical structure that is uniquely identified by number
E)Data elements are listed together and place inside boxes called entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
9
A data model is a:

A)The mathematical model of formulas and logic used in a system
B)The abstract creating of an ideal system transformation
C)The model that is produced by extreme programming
D)The expanded,thoroughly balanced and normalized use case for a system
E)A formal way of representing the data that are used and created by a business system
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
10
Jack is developing an ERD for a small dental practice office patient record system.The dental practice has three dentists,six hygienists,and many patients.A patient is always assigned to the same dentist for all appointments.In particular,he is working on the relationship between dentists and patients.Should it be:

A)1 to 1,with a modality of null
B)1 to many with a modality of not null
C)Many to many with a modality of null
D)Many to many with a modality of not null
E)1 to many with a modality of null
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
11
Which would NOT likely be an entity on a car insurance ERD?

A)Customer
B)Policy
C)Agent
D)Zip code
E)Car
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
12
An entity relationship diagram (ERD):

A)Is a use-case diagram enhanced graphically to show data and process modeling
B)Is a high-level CASE diagram of data modeling used in business systems
C)Is an illustration of external data flows to and from a business systems
D)Is a picture that shows the information that is created,stored and used by a business system
E)Is a graphical display of the processes in a business system
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
13
An entity:

A)Is the association between two related processes
B)Has cardinality (1:1,1:N,or M:N)
C)Shows if it can be null or no null
D)Is a person,place or thing
E)Is described with a verb phrase
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
14
Modality refers to:

A)Relationships of one-to-one;one-to-many;or many-to-many
B)Whether a child entity can exist with or without a related instance in the parent entity
C)The hierarchical structure that was developed in process models applied to data models
D)The number of attributes generated by an entity
E)Whether the entity has a unique identifier (aka 'primary key')or a concatenated identifier (aka 'composite key')
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
15
Information in the data dictionary is called: _______________

A)Metadata
B)Cached information
C)Compiled data
D)Data repository
E)File silo
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
16
An ERD is a picture which shows the information that is ________ by a business system?

A)created
B)stored
C)used
D)all of these
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
17
Entity Relationship Diagrams show relationships between entities that are _____.

A)Outputs from JAD sessions
B)Consistent with the ACM guidelines
C)In line with the business rules and processing
D)Defined by the project sponsor
E)Extensions of the process models
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
18
A data model can __________:

A)Illustrate return-on-investment,break-even point,and economic feasibility
B)Represent actions or processes that occur in the to-be system
C)Be used as a logical data model in analysis and as a physical data model in design
D)Only be used in BPR situations
E)Only be used with JAD sessions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
19
Which would likely be an entity on a car insurance ERD?

A)date
B)Gender
C)company
D)fire district
E)Car
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
20
What is true about creating an entity relationship diagram?

A)There will be at most seven entities
B)There will be at most seven relationships
C)If you identify more than seven entities,analyze and combine until you have seven or less
D)It is an iterative process
E)Entities will have at most seven attributes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
21
If the logical data model contains attribute values that depend on an attribute that is not the identifier,then it is in _____.

A)base normal form
B)first normal form
C)non-normal form
D)second normal form
E)third normal form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
22
A logical data model that does not lead to repeating fields and that the data models leads to tables containing fields that are dependent on the whole identifier is in _____ normal form.

A)balanced
B)first
C)primary
D)second
E)third
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
23
When normalizing data models,if you take attributes that have multiple values for a single instance of an entity and create separate entities for those attributes you are moving from:

A)O normal form to 1st normal form (1NF)
B)1st normal form (1NF)to 2nd normal form (2NF)
C)2nd normal form (2NF)to 3rd normal form (3NF)
D)Generalized normal form (GNF)to fully normalized form (FNF)
E)Dependent normal form (DNF)to Independent normal form (INF)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
24
When the analyst is evaluating a data model to ensure that all fields in a record depend fully on the entire primary key,which step of normalization is being performed?

A)base normal form
B)first normal form
C)second normal form
D)third normal form
E)cannot tell from this information
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
25
Omar has a model with 85 entities.He can:

A)Compress these into at most seven entity grouping units
B)Group these into related subject areas
C)Stop - he has all entities defined
D)Sort the entities alphabetically
E)Co-validate the entities with the level 2 DFD diagrams
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
26
A(n)_____ entity cannot exist without the presence of another entity and is normally on the "many" end of a relationship or has an identifier that is based on another entity's attribute.
A.independent
B.incomplete
C.dependent
D.variable
E.non-complying
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
27
Independent entities are:

A)When a child requires attributes from the parent
B)When there is only one entity for a data process model
C)When an entity can exist without the help of another entity
D)Where the entity identifier is also the primary key
E)When an entity comes from an external source (aka 'external entity')
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
28
The first step to building an Entity Relationship Diagram is to _____

A)Identify data flows from the level 0 DFD diagram
B)draw the relationships between the entities
C)identify the attributes for each entity
D)identify the entities
E)identify the processes,data flows and data stores
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
29
A(n)_____ entity is an entity at the "1" end of a relationship or an entity with an identifier that describes only the entity.

A)dependent
B)incomplete
C)independent
D)intersection
E)non-identifying
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
30
What type of process is creating an ERD?

A)Well defined process
B)Sequential process
C)Process defined by five steps
D)Iterative process
E)User defined process
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
31
The two methods to validate that an ERD is well formed are _____.

A)Balancing with process models and following design guidelines created by Chen
B)Normalization and balancing with process models
C)Renaming theory
D)Balancing with process models and renaming theory
E)Normalization and following design guidelines created by Chen
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
32
Andrew,an analyst for PaxMedia Inc. ,has just learned that the business rules for a system he has been working on have changed.This means that _____.

A)Nothing - once the ERD data models have been drawn,they are 'frozen' for the system
B)Andrew will be reassigned to a different project that is in its beginning stages
C)The ERD components will have to be changed
D)The ERD data model will have to be put on hold while new DFD diagrams are created
E)The project will have to be scrapped and restarted
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
33
Anthony is working on the cardinality of doctors and patients in a large urban hospital.With the large number of doctors with varying specialties and patients that may have more than one aliment,he thinks the relationship might be noted as:

A)1 to 1
B)1 to 2
C)1 to many
D)Many to many
E)Many to 1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
34
In adding attributes to an ERD,which of the following might NOT be a good resource for attributes?

A)From the CASE tool
B)Data flows from DFD's
C)Requirements documents
D)The system proposal document
E)Through interviews (what users need for reports and processing)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
35
The last step in creating basic ERD's is to:

A)Identify relationships
B)Define attributes and assign identifiers
C)Recognize entities
D)Test them with users
E)Compile them with Java
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
36
Balance occurs between DFDs and ERDs when the data stores _____

A)Are uniquely named
B)Have only one input and one output flow
C)Are named the same as the relationships on the ERD
D)Can be compared to ERD data flows and attributes on the ERD are included in data stores on the DFD
E)Can be equated to entities on the ERD and when entities are referred to by data stores on the DFD
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
37
In creating ERD's,which would most likely NOT be a source for entities?

A)Use cases
B)Level 0 DFD diagrams
C)External entities
D)Data flows
E)Cost / benefit reports
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
38
If the logical data model does not contain attributes that have repeating values it is in _____.

A)base normal form
B)first normal form
C)non-normal form
D)second normal form
E)third normal form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
39
Data models can be either logical or physical.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
40
During the analysis phase logical data models are created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
41
An entity is the basic building block for a data model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
42
An entity is described by an action verb.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
43
On an ERD,similar kinds of information are listed together and placed inside boxes called data containers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
44
An ERD is a picture that shows how data and information is processed and transformed by a business system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
45
In an entity called STUDENT,you might find attributes of Student-ID,Last-Name,First-Name and cell-phone.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
46
During the analysis phase,analysts create programming models to represent how the business system will operate.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
47
ERD's are drawn in several levels: Context ERD diagrams;Level 0 ERD diagrams;Level 1 ERD diagrams.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
48
Entities are further designed with attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
49
One of the most commonly used techniques for data modeling is ERD's.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
50
Entities are a person,place,or thing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
51
An analyst can read an ERD to discover the individual pieces of information in a system and how they are organized and related to each other.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
52
ERD's and DFD's are two techniques for process modeling.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
53
Relationships are some type of information that is captured about entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
54
An illustration of the transformation of data into business value is an ERD.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
55
Relationships are associations between entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
56
A graphical illustration that shows the information that is created,stored and used by a business system would be an ERD.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
57
A data model is a formal way of representing the data that are used and created by a business system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
58
ERD's and DFD's are two techniques for data modeling.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
59
A textbook-provided example of a 'full-service CASE' tool is Visible Analyst.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
60
In an entity called STUDENT,you might find attributes of PROFESSOR-ID,Last-Name,First-Name and CLASSROOM.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
61
Discuss what should be done to ensure that the entity relationship diagrams balance with the data flow diagrams.What is the consequence of failing to balance these models?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
62
CASE tools have 'data repositories'.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
63
The three steps in creating an ERD are: (1)identify the entities;(2)identify the processes;(3)identify the relationships
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
64
You have a student registration system (simplified)with three entities: Student,Professor,and Class.Assume standard attributes for the three entities.What might be the relationships,cardinality and modality between the three?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
65
How do you validate an ERD?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
66
The three steps in creating an ERD are: (1)identify the entities;(2)identify the attributes;(3)identify the relationships
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
67
In defining the data characteristics of Universal Product Codes,we might describe them as twelve characters made up of digits - numeric only.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
68
CRUD stands for create,read,update and delete and can be used to verify DFDs and ERDs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
69
In defining LAST-NAME in the data dictionary,we might describe it as a character field having from 1 to 15 alphabetic characters.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
70
Relationships are drawn with lines showing cardinality and plurality.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
71
ERD's can be quite complex and might have hundreds or thousands of entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
72
One of the first places to start developing Entity Relationship Diagrams is by looking at the level 0 process models (DFD)and the use cases for data flows and data stores.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
73
Metadata is data about data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
74
In the sample data for the STUDENT entity,there are repeating values for class and semester attributes.For example Adam Murphy took CIS 370 section 2 in fall 2008;Brenda Olson took CIS 370 section 2 in fall 2008;Jing Zhang took CIS 370 section 2 in fall 2008;etc.What is the process to modify this entity so that there are no attributes with multiple values?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
75
When validating ERD's you should balance ERD entities with the data flows and data stores from the DFD process diagrams.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
76
Data modeling is an iterative process.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
77
Department stores have bridal registries.This registry keeps information about customers (the couple that is to be wed)prior to the wedding and keeps the data for a period of two years after the wedding (for returns or late purchasers),the products that the store carries,and the products that each couple has included in the registry.Couples typically register for a large number of products and many couples register for the same products.Draw an entity relationship diagram for Target's bridal registry:
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
78
What are the three primary components of an ERD diagram?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 78 في هذه المجموعة.