Practice
Many of the disadvantages of file processing systems can also be limitations of databases. A. TrueB. False
A True
Which of the following is NOT a cost and/or risk of the database approach? A. Improved responsiveness B. Organizational conflict C. Cost of conversion D. Specialized personnel
A. Improved responsiveness
Which of the following is NOT an advantage of database systems? A. Redundant data B. Better data quality C. Program-data independence D. Reduced program maintenance
A. Redundant data
A user view is: A. a logical description of some portion of the database. B. what a user sees when he or she looks out the window. C. a procedure stored on the server. D. a table or set of tables.
A. a logical description of some portion of the database.
In a file processing environment, descriptions for data and the logic for accessing the data are built into: A. application programs. B. database descriptors. C. records. D. fields.
A. application programs.
An entity that associates the instances of one or more entity types and contains attributes peculiar to the relationships is called a(n): A. associative entity. B. smush entity. C. build entity. D. gateway entity.
A. associative entity.
A property or characteristic of an entity type that is of interest to the organization is called a(n): A. attribute. B. relationship. C. cross-function. D. coexisting entity.
A. attribute.
An attribute that uniquely identifies an entity and consists of a composite attribute is called a(n): A. composite identifier. B. composite attribute. C. relationship identifier. D. identifying attribute.
A. composite identifier.
A graphical system used to capture the nature and relationships among data is called a(n): A. data model. B. hypertext graphic. C. XML data model. D. relational database.
A. data model.
The number of entity types that participate in a relationship is called the: A. degree. B. number. C. identifying characteristic. D. counter.
A. degree.
An attribute that can be calculated from related attribute values is called a ________ attribute. A. derived B. simple C. multivalued D. composite
A. derived
An attribute of an entity that is computed is a(n): A. derived attribute. B. composite attribute. C. fuzzy attribute. D. optional attribute.
A. derived attribute.
Customers, cars, and parts are examples of: A. entities. B. cardinals. C. relationships. D. attributes.
A. entities.
The logical representation of an organization's data is called a(n): A. entity-relationship model. B. relationship systems design. C. database model. D. database entity diagram.
A. entity-relationship model.
A student can attend five classes, each with a different professor. Each professor has 30 students. The relationship of students to professors is a ________ relationship. A. many-to-many B. one-to-many C. strong D. one-to-one
A. many-to-many
A centralized knowledge base of all data definitions, data relationships, screen and report formats, and other system components is called a(n): A. repository. B. database management system. C. data warehouse. D. index.
A. repository.
With the database approach, data descriptions are stored in a central location known as a: A. repository. B. server. C. mainframe. D. PC.
A. repository.
A major difference between data warehouses and transactional systems as compared to big data is: A. the data is unstructured in big data systems. B. the size of the CPU used. C. the programming required to access data. D. All of these.
A. the data is unstructured in big data systems.
Because applications are often developed independently in file processing systems: A. unplanned duplicate data files are the rule rather than the exception. B. there is a large volume of file I/O. C. the data is always non-redundant. D. data can always be shared with others.
A. unplanned duplicate data files are the rule rather than the exception.
A well-structured database establishes the entities between relationships in order to derive the desired information. A. TrueB. False
B. False
Database development begins with the design of the database. A. TrueB. False
B. False
Which of the following is NOT a good characteristic of a data name? A. Repeatable B. Relates to a technical characteristic of the system C. Relates to business characteristics D. Readable
B. Relates to a technical characteristic of the system
Which of the following is an entity that exists independently of other entity types? A. Codependent B. Strong C. Weak D. Variant
B. Strong
An entity type name should be all of the following EXCEPT: A. specific to the organization. B. as short as possible. C. a singular noun. D. concise.
B. as short as possible.
Database development begins with ________, which establishes the range and general contents of organizational databases. A. cross-functional analysis B. enterprise data modeling C. departmental data modeling D. database design
B. enterprise data modeling
Data that describe the properties of other data are: A. relationships. B. metadata. C. physical. D. logical.
B. metadata.
The number of entity types that participate in a Unary relationship is: A. zero. B. one. C. two. D. three.
B. one.
All of the following are primary purposes of a database management system (DBMS) EXCEPT: A. storing data. B. providing an integrated development environment. C. updating data. D. creating data.
B. providing an integrated development environment.
Relational databases establish the relationships between entities by means of common fields included in a file called a(n): A. relationship. B. relation. C. entity. D. association.
B. relation.
A value that indicates the date or time of a data value is called a: A. value stamp. B. time stamp. C. check counter. D. checkpoint.
B. time stamp.
Languages, menus, and other facilities by which users interact with the database are collectively called a(n): A. icon. B. user interface. C. development environment. D. client.
B. user interface.
An entity type whose existence depends on another entity type is called a ________ entity. A. variant B. weak C. strong D. codependent
B. weak
A good data definition will describe all of the characteristics of a data object EXCEPT: A. subtleties. B. who can delete the data. C. examples. D. who determines the value of the data.
B. who can delete the data.
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. A. planning B. design C. analysis D. implementation
C. analysis
A person's name, birthday, and social security number are all examples of: A. descriptors. B. entities. C. attributes. D. relationships.
C. attributes.
An attribute that can be broken down into smaller parts is called a(n) ________ attribute. A. complex B. simple C. composite D. associative
C. composite
Database management involves all of the following EXCEPT: A. organizing data. B. collecting data. C. design web pages. D. managing data.
C. design web pages.
A(n) ________ is the relationship between a weak entity type and its owner. A. chain link B. jump path C. identifying relationship D. member chain
C. identifying relationship
Business policies and rules govern all of the following EXCEPT: A. updating data. B. creating data. C. managing employees. D. removing data.
C. managing employees.
A relationship where the minimum and maximum cardinality are both one is a(n) ________ relationship. A. unidirectional B. mandatory link C. mandatory one D. optional
C. mandatory one
Legacy systems often contain data of ________ quality and are generally hosted on ________. A. excellent; mainframes B. poor; personal computers C. poor; mainframes D. excellent; workgroup computers
C. poor; mainframes
An attribute that must be present for every entity (or relationship) instance is a(n): A. composite attribute. B. optional attribute. C. required attribute. D. multivalued attribute.
C. required attribute.
A relationship between the instances of a single entity type is called a ________ relationship. A. ternary B. binary C. unary D. primary
C. unary
Which of the following criteria should be considered when selecting an identifier? A. Choose the most complex identifier possible. B. Choose an identifier that is not stable. C. Choose a null identifier. D. Choose an identifier that doesn't have large composite attributes.
D. Choose an identifier that doesn't have large composite attributes.
Which of the following is software used to create, maintain, and provide controlled access to databases? A. Network operating system B. Attribute C. User view D. Database management system (DBMS)
D. Database management system (DBMS)
________ are established between entities in a well-structured database so that the desired information can be retrieved. A. Lines B. Ties C. Entities D. Relationships
D. Relationships
________ is a tool even non-programmers can use to access information from a database. A. Data manipulation query language B. ASP C. ODBC D. Structured query language
D. Structured query language
The traditional methodology used to develop, maintain, and replace information systems is called the: A. Enterprise Resource Model. B. Systems Deployment Life Cycle. C. Unified Model. D. Systems Development Life Cycle.
D. Systems Development Life Cycle.
A ________ defines or constrains some aspect of the business. A. business constraint B. business structure C. business control D. business rule
D. business rule
A ________ specifies the number of instances of one entity that can be associated with each instance of another entity.
D. cardinality constraint
A rule that CANNOT be violated by database users is called a: A. view. B. program. C. password. D. constraint.
D. constraint.
The total quiz points for a student for an entire semester is a(n) ________ attribute. A. stored B. addressed C. mixed D. derived
D. derived
A person, place, object, event, or concept about which the organization wishes to maintain data is called a(n): A. relationship. B. object. C. attribute. D. entity.
D. entity.
The SDLC phase in which database processing programs are created is the ________ phase. A. planning B. design C. analysis D. implementation
D. implementation
Metatdata typically describes all of the following EXCEPT: A. length. B. data definitions. C. allowable values. D. location on disk.
D. location on disk.
A database is an organized collection of ________ related data. A. loosely B. physically C. badly D. logically
D. logically
A knowledge base of information or facts about an enterprise is called a(n): A. enterprise information system. B. systems information unit. C. database process. D. repository.
D. repository.
A departmental multi-tiered client/server database is stored on a central device called a: A. client. B. network. C. remote PC. D. server.
D. server.
The most common types of entities are: A. associative entities. B. smush entities. C. weak entities. D. strong entities.
D. strong entities.
A fact is an association between two or more: A. facts. B. words. C. nuggets. D. terms.
D. terms.
Which organizational function should set database standards? A. Technical services B. Database Administration C. Management D. Application development
Database Administration
A constraint is a rule in a database system that can be violated by users. A. TrueB. False
False
A simple attribute can be broken down into smaller pieces. A. TrueB. False
False
Data names do not have to be unique. A. TrueB. False
False
Data redundancy is used to establish relationships between data but is never used to improve database performance. A. TrueB. False
False
Databases were developed as the first application of computers to data processing. A. TrueB. False
False
In an E-R diagram, strong entities are represented by double-walled rectangles. A. TrueB. False
False
Metadata are data that describe the properties of other data. A. TrueB. False
False
Most systems developers believe that data modeling is the least important part of the systems development process. A. TrueB. False
False
The data that you are interested in capturing about an entity is called an instance. A. TrueB. False
False
The steps of the systems development life cycle can only be viewed as a linear process. A. TrueB. False
False
A business rule is a statement that defines or constrains some aspect of the business. A. TrueB. False
True
A customer can order many items, and an item can be ordered by many customers is an example of a recursive relationship. A. TrueB. False
True
A data model is a graphical system used to capture the nature and relationships among data. A. TrueB. False
True
A good data definition is always accompanied by diagrams, such as the entity-relationship diagram. A. TrueB. False
True
A multivalued attribute may take on more than one value for a particular entity instance. A. TrueB. False
True
A person is an example of an entity. A. TrueB. False
True
A relational database establishes the relationships between entities by means of a common field. A. TrueB. False
True
A single occurrence of an entity type is called an entity instance. A. TrueB. False
True
A time stamp is a time value that is associated with a data value. A. TrueB. False
True
An attribute whose values can be calculated from related attribute values is called a derived attribute. A. TrueB. False
True
An entity is a person, place, object, event, or concept in the user environment about which the organization wishes to maintain data. A. TrueB. False
True
An entity type name should always be a singular noun. A. TrueB. False
True
Data modeling is about documenting rules and policies of an organization that govern data. A. TrueB. False
True
Data names should always relate to business characteristics. A. TrueB. False
True
Data, rather than processes, are the most complex aspects of many modern information systems. A. TrueB. False
True
Development starts from scratch with the traditional file processing approach because new file formats, descriptions, and file access logic must be designed for each new program. A. TrueB. False
True
Enterprise modeling sets the range and general contents of organizational databases. A. TrueB. False
True
File processing systems have been replaced by database systems in most critical business applications today. A. TrueB. False
True
Information is processed data. A. TrueB. False
True
It is desirable that no two attributes across all entity types have the same name. A. TrueB. False
True
One of the roles of a database analyst is to identify and understand rules that govern data. A. TrueB. False
True
Relationships represent action being taken using a verb phrase. A. TrueB. False
True
Separation of metadata from application programs that use the data is called data independence. A. TrueB. False
True
The E-R model is used to construct a conceptual model. A. TrueB. False
True
The data repository assists database administrators in enforcing standards.
True
The user interface includes languages, menus, and other facilities by which users interact with various system components. A. TrueB. False
True
Unplanned duplicate data files are the rule rather than the exception in file processing systems. A. TrueB. False
True
When choosing an identifier, choose one that will not change its value often. A. TrueB. False
True
A(n) ________ is often developed by identifying a form or report that a user needs on a regular basis. A. enterprise view B. user view C. user snapshot D. reporting document
user view