Font size
Worksheetsdatabase
Total questions: 117
Worksheet time: 1hrs 13mins
________ database specification indicates all the parameters for data storage that are then input to database implementation.
Logical
Physical
Schematic
Conceptual
A form of database specification which maps conceptual requirements is called:
logical specifications
response specifications
security specifications
physical specifications
Data is represented in the form of: A)data trees. B)tables. C)data notes. D)chairs.
data trees
tables
data notes
chairs
A two-dimensional table of data sometimes is called a: A)group. B)set. C)declaration. D)relation.
group
set
declaration
relation
________ is a component of the relational data model included to specify business rules to maintain the integrity of data when they are manipulated.
Business rule constraint
Data integrity
Business integrity
Data structure
An attribute (or attributes) that uniquely identifies each row in a relation is called a: A)column. B)foreign field. C)primary key. D)duplicate key.
column
foreign field
primary key
duplicate key
An attribute in a relation of a database that serves as the primary key of another relation in the same database is called a:
link attribute
link key
foreign key
foreign attribute
A primary key whose value is unique across all relations is called a(n):
global primary key
inter-table primary key
enterprise key
foreign global key
A primary key that consists of more than one attribute is called a:
foreign key
composite key
multivalued key
cardinal key
In the SQL language, the ________ statement is used to make table definitions.
create session
create table
create index
select
Which of the following is NOT a reason to create an instance of a relational schema with sample data?
Sample data can be used to improve user communications.
Sample data can be used for prototype generation.
Sample data can reverse database implementation errors.
Sample data provide a convenient way to check the accuracy of your design.
A domain definition consists of all of the following components EXCEPT:
domain name
datatype
integrity constraints
size
Which of the following are properties of relations?
Each attribute has the same name.
No two rows in a relation are identical.
There are multivalued attributes in a relation.
All columns are numeric.
Which of the following violates the atomic property of relations?
Sam
Hinz
SamHinz
Atomic
The entity integrity rule states that: A)no primary key attribute can be null.
no primary key attribute can be null.
referential integrity must be maintained across all entities.
each entity must have a primary key.
a primary key must have only one attribute.
The ________ states that no primary key attribute may be null.
referential integrity constraint
entity integrity rule
partial specialization rule
ranged domain rule
All of the following are the main goals of normalization EXCEPT:
minimize data redundancy.
simplify the enforcement of referential integrity.
maximize storage space.
make it easier to maintain data.
When all multivalued attributes have been removed from a relation, it is said to be in:
first normal form.
second normal form.
Boyce-Codd normal form.
third normal form.
A relation that contains no multivalued attributes and has non-key attributes solely dependent on the primary key but contains transitive dependencies is in which normal form?
First
Second
Third
Fourth
A constraint between two attributes is called a(n):
functional relation.
attribute dependency.
functional dependency.
functional relation constraint.
A candidate key must satisfy all of the following conditions EXCEPT:
the key must uniquely identify the row.
the key must indicate the row's position in the table.
the key must be non-redundant.
each non-key attribute is functionally dependent upon it.
The attribute on the left-hand side of the arrow in a functional dependency is the:
candidate key.
determinant.
foreign key.
primary key.
A functional dependency in which one or more non-key attributes are functionally dependent on part, but not all, of the primary key is called a________ dependency.
partial key-based
partial functional
cross key
merged relation
A functional dependency between two or more non-key attributes is called a:
partial functional dependency
partial nonkey dependency
transitive dependency
partial transitive dependency
________ problems are encountered when removing data with transitive dependencies.
Insertion
Modification
Deletion
Merging
A relation that contains minimal redundancy and allows easy use is considered to be:
clean
simple
complex
well-structured
The logical representation of an organization's data is called a(n):
database model
entity-relationship model
relationship systems design
database entity diagram
A good data definition will describe all of the characteristics of a data object EXCEPT:
subtleties
examples
who determines the value of the data.
who can delete the data.
A fact is an association between two or more:
words
terms
facts
nuggets
Data modeling may be the most important part of the systems development process because:
data characteristics are important in the design of programs and other systems components.
the data in a system are generally less complex than processes and play a central role in development.
data are less stable than processes.
it is the easiest.
The most common types of entities are:
strong entities
weak entities
associative entities
smush entities
In an E-R diagram, there are/is________ business rule(s) for every relationship.
two
three
one
zero
Business policies and rules govern all of the following EXCEPT:
managing employees
creating data
updating data
removing data
A________ defines or constrains some aspect of the business.
business constraint
business structure
business control
business rule
Which of the following is NOT a characteristic of a good business rule?
Declarative
Atomic
Inconsistent
Expressible
Which of the following is NOT a good characteristic of a data name?
Readable
Repeatable
Relates to business characteristics
Relates to a technical characteristic of the system
Customers, cars, and parts are examples of:
entities
attributes
cardinals
relationships
Which of the following is an entity that exists independently of other entity types?
Codependent
Weak
Strong
Variant
An entity type whose existence depends on another entity type is called a________ entity.
strong
weak
codependent
variant
A(n)________ is the relationship between a weak entity type and its owner.
member chain
identifying relationship
jump path
chain link
An entity type names should be all of the following EXCEPT:
concise
specific to the organization.
as short as possible.
a singular noun.
A property or characteristic of an entity type that is of interest to the organization is called a(n):
attribute
coexisting entity
relationship
cross-function
An attribute that must have a value for every entity (or relationship) instance is a(n):
composite attribute
required attribute
optional attribute
multivalued attribute
A person's name, birthday, and social security number are all examples of:
attributes
entities
relationships
descriptors
An attribute of an entity that must have a value for each entity instance is a(n):
optional attribute
composite attribute
required attribute
fuzzy attribute
An attribute that can be broken down into smaller parts is called a(n)________ attribute.
associative
simple
composite
complex
The number of entity types that participate in a Unary relationship is:
zero
one
two
three
The number of entity types that participate in a relationship is called the:
number
identifying characteristic
degree
counter
A relationship between the instances of a single entity type is called a ________ relationship.
ternary
primary
binary
unary
A simultaneous relationship among the instances of three entity types is called a ________ relationship.
ternary
tertiary
primary
binary
An attribute that can be calculated from related attribute values is called a ________ attribute.
simple
composite
multivalued
derived
The total quiz points for a student for an entire semester is a(n) ________ attribute.
derived
mixed
stored
addressed
Which of the following criteria should be considered when selecting an identifier?
Choose an identifier that is not stable.
Choose a null identifier
Choose an identifier that doesn't have large composite attributes
Choose the most complex identifier possible.
An attribute that uniquely identifies an entity and consists of a composite attribute is called a(n):
composite attribute
composite identifier
identifying attribute
relationship identifier
An entity that associates the instances of one or more entity types and contains attributes specific to the relationships is called a(n):
associative entity
build entity
gateway entity
smush entity
A ________ specifies the number of instances of one entity that can be associated with each instance of another entity.
degree
cardinality constraint
counter constraint
limit
A relationship where the minimum and maximum cardinality are both one is a(n) ________ relationship.
optional
unidirectional
mandatory link
mandatory one
A requirement to begin designing physical files and databases is:
normalized relations
physical tables created
implementation complete
all datatypes determined
A key decision in the physical design process is:
ignoring the size of the database.
selecting structures.
deciding on the monitor.
deciding the e-r diagrams
Designing physical files requires ________ of where and when data are used in various ways.
maps
descriptions
keys
hints
A detailed coding scheme recognized by system software for representing organizational data is called a(n):
DBMS code
data type
SQL
DB layout
All of the following are objectives when selecting a data type EXCEPT:
represent all possible values.
improve data integrity.
support all data manipulations.
use a lot of storage space.
The smallest unit of application data recognized by system software is a:
field
row
datatype
column
An appropriate datatype for one wanting a fixed-length type for last name would include:
VarChar
Char
Blob
Date
An appropriate datatype for adding a sound clip would be:
VarChar
Char
Blob
Date
he value a field will assume unless the user enters an explicit value for an instance of that field is called a:
default value
null value
range control
gurand
A database is an organized collection of ________ related data.
logically
physically
loosely
badly
Older systems that often contain data of poor quality are called ________ systems
controlled
legacy
database
mainframe
Program-data dependence is caused by:
file descriptions being stored in each database application.
data descriptions being stored on a server.
data descriptions being written into programming code.
data cohabiting with programs.
Because applications are often developed independently in file processing systems:
the data is always non-redundant.
data can always be shared with others.
there is a large volume of file I/O.
unplanned duplicate data files are the rule rather than the exception.
Relational databases establish the relationships between entities by means of common fields included in a file called a(n):
entity
relationship
relation
association
kh có xóa đcnfjankfnaef
chọn này đi
đừng chọn này
A(n)________ is often developed by identifying a form or report that a user needs on a regular basis.
enterprise view
reporting document
user view
user snapshot
A graphical system used to capture the nature and relationships among data is called a(n):
XML data model
hypertext graphic
relational database
data model
Data that describe the properties of other data are:
relationships
logical
physical
metadata
All of the following are properties of metadata EXCEPT:
data definitions
processing logic
rules or constraints
data structures
A person, place, object, event, or concept about which the organization wishes to maintain data is called a(n):
relationship
object
attribute
entity
________ are established between entities in a well-structured database so that the desired information can be retrieved.
Entities
Relationships
Lines
Ties
All of the following are primary purposes of a database management system(DBMS) EXCEPT:
creating data
updating data
storing data
providing an integrated development environment
With the database approach, data descriptions are stored in a central location known as a:
server
mainframe
PC
repository
A userview is:
what a user sees when he or she looks out the window
a table or set of tables
a logical description of some portion of the database
a procedure stored on the server
Which organizational function should set database standards?
Management
Application development
Technical services
Database Administration
________ is a tool even non-programmers can use to access information from a database.
ODBC
Structured query language
ASP
Data manipulation query language
Which of the following is NOT an advantage of database systems?
Redundant data
Program-data independence
Better data quality
Reduced program maintenance
The most common source of database failures in organizations is:
lack of planning
inadequate budget
inadequate hardware
failure to implement a strong database administration function
A rule that CANNOT be violated by database users is called a:
password
constraint
program
view
In a file processing environment, descriptions for data and the logic for accessing the data are built into:
application programs
database descriptors
fields
records
Which of the following is NOT an objective that drove the development and evolution of database technology?
The need to provide greater independence between programs and data
The desire to manage increasing complex data types and structures
The desire to require programmers to write all file handling functionality
The need to provide ever more powerful platforms for decision support applications
A relatively small team of people who collaborate on the same project is called a:
server group
workgroup
data collaborative
typical arrangement
A workgroup database is stored on a central device called a:
client
server
remote PC
network
Which of the following is NOT a cost and/or risk of the database approach?
Specialized personnel
Cost of conversion
Improved responsiveness
Organizational conflict
The need for consensus on data definitions is an example of which type of risk in the database environment?
Specialized personnel needs
Organizational conflict
Conversion costs
Legacy systems
Which of the following is software used to create, maintain, and provide controlled access to databases?
Network operating system
Userview
Database management system (DBMS)
Attribute
Database development begins with ________, which establishes the range and general contents of organizational databases.
database design
cross-functional analysis
departmental data modeling
enterprise data modeling
hé lô
lô
lo qq
34) The traditional methodology used to develop, maintain and replace information systems is called the:
Enterprise Resource Model
Systems Development Life Cycle
Unified Model
Systems Deployment Life Cycle
35) The SDLC phase in which every data attribute is defined, every category of data is listed and every business relationship between data entities is defined is called the ________ phase.
planning
design
analysis
implementation
36) The SDLC phase in which database processing programs are created is the ________ phase.
planning
design
analysis
implementation
38) Organizing the database in computer disk storage is done in the ________ phase.
design
maintenance
analysis
implementation
42) ________ do NOT concentrate on determining the requirements for the database component of an information system.
Database analysts
System analysts
Programmers
End Users
43) The three-schema approach includes which of the following schemas?
Internal
Logical
Cross-functional
Dissecting
45) ________ is the most popular RDMS data model notation.
ERD
END
DRE
RED
The property by which subtype entities possess the values of all attributes of a supertype is called:
hierarchy reception
class management
attribute inheritance
generalization
Which of the following is a generic entity type that has a relationship with one or more subtypes?
Megatype
Supertype
Subgroup
Class
Subtypes should be used when:
there are attributes that apply to some but not all instances of an entity type.
supertypes relate to objects outside the business.
the instances of a subtype do not participate in a relationship that is unique to that subtype.
a recursive relationship is needed.
The process of defining one or more subtypes of a supertype and forming relationships is called:
specialization
generalization
creating discord
selecting classes
The process of defining a more general entity type from a set of more specialized entity types is called:
generalization
specialization
normalization
extrapolation
The ________ rule specifies that an entity instance of a supertype is allowed not to belong to any subtype.
semi-specialization
total specialization
partial specialization
disjointedness
The ________ rule specifies that each entity instance of the supertype must be a member of some subtype in the relationship.
semi-specialization
total specialization
partial specialization
total convergence
Which of the following is a completeness constraint?
Total specialization
Partial generalization
Total recall
Partial hybridization
A(n) ________ constraint is a type of constraint that addresses whether an instance of a supertype must also be an instance of at least one subtype.
disjoint
overlap
completeness
weak
The ________ rule specifies that an entity instance can be a member of only one subtype at a time.
exclusion
disjoint
removal
inclusion
A ________ addresses whether an instance of a supertype may simultaneously be a member of two or more subtypes.
disjointedness constraint
disjoint rule
partial specialization
total specialization
An attribute of the supertype that determines the target subtype(s) is called the:
determinant
subtype decision
disjoint indicator
subtype discriminator
The ________ rule states that an entity instance can simultaneously be a member of two (or more) subtypes.
disjoint
overlap
partial specialization
total specialization
The subtype discriminator is a composite attribute when there is a(n):
overlap rule
disjoint rule
partial specialization
full specialization
In a supertype/subtype hierarchy, each subtype has:
only one supertype
many supertypes
at most two supertypes
at least one subtype
