Deck 5: Data Resource Management

Full screen (f)
exit full mode
Question
The project operation is used to create a subset of the columns contained in the temporary tables created by the select and join operations.
Use Space or
up arrow
down arrow
to flip the card.
Question
All of the relationships between the data elements in a relationally organized database need to be specified when the database is created.
Question
Variable-length records contain a variable number of fields with fixed field lengths.
Question
A master file is an integrated collection of logically related data elements.
Question
Database management packages based on the relational model can link data elements from various tables to provide information to users.
Question
Multidimensional databases have become the least popular structure for analytical databases that support online analytical process (OLAP) applications, in which fast answers to complex queries are expected.
Question
A data model serves as a logical framework on which to base the physical design of a database.
Question
The network model can easily handle ad hoc requests for information, whereas the hierarchical model cannot.
Question
When independent of any other files related to it, a single table is referred to as a compressed file.
Question
Databases contain data elements that describe both entities and the relationships among entities.
Question
A large database system is often distributed into smaller databases based on some logical relationship between the data and the location of the databases.
Question
Distributed databases can reside on network servers on the World Wide Web, on corporate intranets, or on corporate extranets.
Question
A database with a network data structure can easily handle a many-to-many data relationship, whereas a hierarchical model cannot.
Question
In a distributed database system, each location gains control of its local data, but loses access to data in other locations.
Question
Large organizations usually place control of enterprise-wide database development in the hands of database administrators (DBAs) and other database specialists.
Question
Relational databases are more difficult for programmers to work with and more difficult to maintain than the hierarchical and network models.
Question
The multidimensional database structure is considered one of the key technologies of a new generation of Web-based applications.
Question
Files are frequently classified by the application for which they are primarily used, such as a payroll file or an inventory file.
Question
An active data dictionary will prevent a data entry program from using a nonstandard definition of a customer record.
Question
A major benefit of multidimensional databases is that they are a compact and easy-to-understand way to visualize and manipulate data elements that have many interrelationships.
Question
In all information systems, data resources must be organized and structured in some logical manner, so that they can be:

A) Easily accessed
B) Processed efficiently
C) Retrieved quickly
D) All of the choices are correct.
Question
From a logical point of view, a(n) _______________ is the smallest data element that can be observed and manipulated.

A) character
B) bit
C) attribute
D) byte
Question
Variable-length records contain:

A) both a variable number of fields and variable field lengths.
B) both a variable number of fields and fixed field lengths.
C) both a fixed number of fields and variable field lengths.
D) both a fixed number of fields and fixed field lengths.
Question
In file processing systems, it was easy for data elements, such as stock numbers and customer addresses, to be defined differently by different end users and applications.
Question
The Internet is nothing more than the world's largest database.
Question
Boolean logic was developed during the latter part of the 1900s.
Question
Databases contain data elements that describe both entities and the _______________ among entities.

A) relationships
B) disparities
C) subsets
D) applications
Question
A(n) _______________ is an integrated collection of logically related data elements.

A) master file
B) program base
C) database
D) integrated file
Question
When independent of any other files related to it, a single table is referred to as a(n):

A) Independent file
B) Flat file
C) Hierarchical file
D) Non-variable file
Question
Having data in independent files makes it easier to provide end users with information for ad hoc requests.
Question
A record represents a collection of _______________ that describe an entity.

A) characters
B) fields
C) files
D) attributes
Question
All the fields used to describe the attributes of an entity are grouped to form a(n) _______________.

A) field
B) record
C) file
D) database
Question
In file processing systems, application programs typically contain references to the specific format of the stored data.
Question
Distributed databases require fewer resources when it comes to computing power and bandwidth.
Question
DBMS packages play a major role in application development.
Question
In a traditional file processing approach, each business application is designed to use one or more specialized data files containing only specific types of data records.
Question
A group of related records is a data file, or a _______________.

A) field
B) record
C) table
D) database
Question
Fixed-length records contain:

A) both a variable number of fields and variable field lengths.
B) both a variable number of fields and fixed field lengths.
C) both a fixed number of fields and variable field lengths.
D) both a fixed number of fields and fixed field lengths.
Question
One drawback to the database duplication process is that no changes can ever be made to any database other than the master. Otherwise, local changes will be overwritten during the duplication process.
Question
Automobiles contain very little useful business information about consumers.
Question
The tables in a relational database are flat files which have rows and columns. Each row represents a _______________ in the file.

A) field
B) record
C) file
D) relation
Question
Using a relational database, a user can temporarily combine two or more tables so that he/she can see relevant data in a form that looks like it is in one big table. This is the _______________ operation.

A) join
B) link
C) merge
D) select
Question
Which database structure works effectively with complex data types, such as video clips, audio segments, and other subsets of Web pages, and is considered one of the key technologies of Web-based applications?

A) Hierarchical
B) Network
C) Object-oriented
D) Relational
Question
According to one database pioneer, the future development of databases and data warehouses will depend on _______________.

A) rows
B) columns
C) transaction
D) All of the choices are correct.
Question
The _______________ model is the most widely used database structure today.

A) network
B) object-oriented
C) relational
D) hierarchical
Question
The _______________ operation is used to create a subset of the columns contained in the temporary tables created by the select and join operations.

A) link
B) relate
C) project
D) merge
Question
The object-oriented database model supports _______________. That is, new objects can be automatically created by replicating some or all of the characteristics of one or more parent objects.

A) inheritance
B) morphing
C) duplication
D) cloning
Question
Which database model allows many-to-many relationships among records so that a data element can be accessed by following one of several paths?

A) Hierarchical
B) Network
C) Object-oriented
D) Relational
Question
A database with a(n) _______________ data structure can easily handle a many-to-many data relationship.

A) hierarchical
B) network
C) relational
D) object-oriented
Question
Object technology allows designers to do all of the following except:

A) Develop product designs
B) Replicate product designs and then modify them to create new product designs
C) Save designs as objects in an object-oriented database
D) Substantially reduce the file size of designs
Question
A database with a(n) _______________ data structure can easily handle ad hoc requests for information.

A) hierarchical
B) network
C) relational
D) object-oriented
Question
Early mainframe DBMS packages used the _______________ structure, in which all records are dependent and arranged in multilevel structures, consisting of one root record and any number of subordinate levels.

A) network
B) relational
C) hierarchical
D) object-oriented
Question
In a(n) _______________ database structure, all of the relationships among records are one-to-many, because each data element is related to only one element above it.

A) hierarchical
B) relational
C) network
D) object-oriented
Question
_______________ databases have become the most popular structure for analytical databases that support online analytical process (OLAP) applications, in which fast answers to complex queries are expected.

A) Relational
B) Object-oriented
C) Inter-relational
D) Multidimensional
Question
The _______________ database structure is considered one of the key technologies of a new generation of Web-based applications.

A) hierarchical
B) relational
C) object-oriented
D) multidimensional
Question
Large organizations usually place control of enterprise-wide database development in the hands of _______________.

A) Database administrators (DBAs)
B) Automated CASE tools
C) End users
D) All of the choices are correct.
Question
Database management packages based on the _______________ model can link data elements from various tables to provide information to users.

A) object-oriented
B) relational
C) network
D) hierarchical
Question
The tables in a relational database are flat files which have rows and columns. Each column represents a _______________ in the file.

A) field
B) record
C) file
D) relation
Question
In the relational database model, all data elements within the database are viewed as being stored in the form of simple two-dimensional tables, sometimes referred to as _______________.

A) records
B) rows
C) columns
D) relations
Question
_______________ is the most commonly used database application for the PC.

A) Oracle 10g
B) Microsoft Access
C) DB2
D) SQL Server
Question
The _______________ stage of database development translates the conceptual models into the data model of a DBMS.

A) data planning
B) requirements specification
C) conceptual design
D) logical design
Question
_______________ are used to model the relationships among the many entities involved in business processes.

A) Entity-relationship diagrams
B) Data-flow diagrams
C) Schema diagrams
D) Subschema diagrams
Question
According to the textbook case, on cars:

A) Cars are a goldmine of consumer information
B) Gathering consumer information from cars is not technologically feasible
C) Gathering consumer information from cars is not legal by federal right-to-privacy standards
D) Gathering consumer information from cars is not feasible from a financial perspective
Question
Operational databases store the detailed data needed to support the business processes and operations of a company. They are also called _______________.

A) Subject area databases
B) Transaction databases
C) Production databases
D) All of the choices are correct.
Question
Which of the following statements concerning the replication and duplication process for updating distributed databases is correct?

A) The two terms are interchangeable because the processes work the same way
B) Duplication is the more complicated process because it has to identify one database as a master and prevent changes being made to any database other than the master
C) Replication is the more complicated process because it must find changes in each distributed database and make appropriate changes to make each database identical
D) None of the choices are correct.
Question
Which of the following is a legitimate use for data mining?

A) Performing "market-basket analysis" to identify new product bundles
B) Profiling customers
C) Finding the root cause of a quality or manufacturing problem
D) All of the choices are correct.
Question
Which of the following is true of data marts?

A) They hold data from many different data warehouses.
B) They are a subset of a data warehouse.
C) They focus on many generalized aspects of a company.
D) None of the choices are correct.
Question
Database administrators and database design analysts work with end users and systems analysts to do all of the following except:

A) Model business processes and the data they require
B) Determine what data definitions should be included in the database
C) Determine what structure or relationships should exist among the data elements
D) Enter live data into the system until it has proven to be reliable
Question
The physical design stage of database development:

A) Develops a model of business processes
B) Translates conceptual models into the data models
C) Determines the data storage structures and access methods
D) Defines the information needs of end users in a business process
Question
A _______________ is an overall logical view of the relationships needed to support specific end-user application programs that will access the database.

A) schema
B) subschema
C) logical data model
D) conceptual design
Question
What type of databases are employees using when they access online data banks, whether those data banks are free or paid for through subscriptions?

A) Common databases
B) Distributed databases
C) External databases
D) Local databases
Question
According to the textbook case, file processing in Hadoop is not halted by hardware failures because _______________.

A) Hadoop is a software product
B) Open-source products are not affected by hardware failures
C) Hadoop is an Internet product and does not need hardware
D) Hadoop keeps three (3) copies of all data
Question
All of the following contribute to problems when using a file management approach except:

A) Data redundancy
B) Lack of integration of data
C) Data independence
D) Lack of data integrity
Question
According to the text, most data warehouses will run _______________ in a column format.

A) 20 times faster
B) 50 times faster
C) 50 times slower
D) None of the choices are correct.
Question
A central source of data that have been cleaned, transformed, and cataloged so that they can be used for business analysis, market research, and decision support is called a _______________.

A) data mart
B) data warehouse
C) transaction processing mart
D) data repository
Question
A data warehouse contains data that have been processed in all the following ways except:

A) Separated
B) Cleaned
C) Transformed
D) Cataloged
Question
The primary challenge of a distributed database is:

A) Data accuracy
B) Data transmission speed
C) Storage costs
D) Data security
Question
According to the textbook case, the innovation of the open-source product Hadoop is _______________.

A) that it has not been sued by Google
B) that it actually works
C) that it has no proprietary predecessor
D) its algorithms run contrary to contemporary mathematics
Question
A _______________ is an overall logical view of the relationships among the data elements in a database.

A) schema
B) subschema
C) logical data model
D) conceptual design
Question
Which of the following is true of data in a data warehouse?

A) Data in operational databases is ever changing; data in data warehouses is static
B) Data in operational databases is static; data in data warehouses is ever changing
C) Data in operational databases can be cataloged; data in data warehouses cannot
D) None of the choices are correct.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/119
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 5: Data Resource Management
1
The project operation is used to create a subset of the columns contained in the temporary tables created by the select and join operations.
True
2
All of the relationships between the data elements in a relationally organized database need to be specified when the database is created.
False
3
Variable-length records contain a variable number of fields with fixed field lengths.
False
4
A master file is an integrated collection of logically related data elements.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
5
Database management packages based on the relational model can link data elements from various tables to provide information to users.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
6
Multidimensional databases have become the least popular structure for analytical databases that support online analytical process (OLAP) applications, in which fast answers to complex queries are expected.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
7
A data model serves as a logical framework on which to base the physical design of a database.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
8
The network model can easily handle ad hoc requests for information, whereas the hierarchical model cannot.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
9
When independent of any other files related to it, a single table is referred to as a compressed file.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
10
Databases contain data elements that describe both entities and the relationships among entities.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
11
A large database system is often distributed into smaller databases based on some logical relationship between the data and the location of the databases.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
12
Distributed databases can reside on network servers on the World Wide Web, on corporate intranets, or on corporate extranets.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
13
A database with a network data structure can easily handle a many-to-many data relationship, whereas a hierarchical model cannot.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
14
In a distributed database system, each location gains control of its local data, but loses access to data in other locations.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
15
Large organizations usually place control of enterprise-wide database development in the hands of database administrators (DBAs) and other database specialists.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
16
Relational databases are more difficult for programmers to work with and more difficult to maintain than the hierarchical and network models.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
17
The multidimensional database structure is considered one of the key technologies of a new generation of Web-based applications.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
18
Files are frequently classified by the application for which they are primarily used, such as a payroll file or an inventory file.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
19
An active data dictionary will prevent a data entry program from using a nonstandard definition of a customer record.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
20
A major benefit of multidimensional databases is that they are a compact and easy-to-understand way to visualize and manipulate data elements that have many interrelationships.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
21
In all information systems, data resources must be organized and structured in some logical manner, so that they can be:

A) Easily accessed
B) Processed efficiently
C) Retrieved quickly
D) All of the choices are correct.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
22
From a logical point of view, a(n) _______________ is the smallest data element that can be observed and manipulated.

A) character
B) bit
C) attribute
D) byte
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
23
Variable-length records contain:

A) both a variable number of fields and variable field lengths.
B) both a variable number of fields and fixed field lengths.
C) both a fixed number of fields and variable field lengths.
D) both a fixed number of fields and fixed field lengths.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
24
In file processing systems, it was easy for data elements, such as stock numbers and customer addresses, to be defined differently by different end users and applications.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
25
The Internet is nothing more than the world's largest database.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
26
Boolean logic was developed during the latter part of the 1900s.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
27
Databases contain data elements that describe both entities and the _______________ among entities.

A) relationships
B) disparities
C) subsets
D) applications
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
28
A(n) _______________ is an integrated collection of logically related data elements.

A) master file
B) program base
C) database
D) integrated file
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
29
When independent of any other files related to it, a single table is referred to as a(n):

A) Independent file
B) Flat file
C) Hierarchical file
D) Non-variable file
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
30
Having data in independent files makes it easier to provide end users with information for ad hoc requests.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
31
A record represents a collection of _______________ that describe an entity.

A) characters
B) fields
C) files
D) attributes
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
32
All the fields used to describe the attributes of an entity are grouped to form a(n) _______________.

A) field
B) record
C) file
D) database
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
33
In file processing systems, application programs typically contain references to the specific format of the stored data.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
34
Distributed databases require fewer resources when it comes to computing power and bandwidth.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
35
DBMS packages play a major role in application development.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
36
In a traditional file processing approach, each business application is designed to use one or more specialized data files containing only specific types of data records.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
37
A group of related records is a data file, or a _______________.

A) field
B) record
C) table
D) database
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
38
Fixed-length records contain:

A) both a variable number of fields and variable field lengths.
B) both a variable number of fields and fixed field lengths.
C) both a fixed number of fields and variable field lengths.
D) both a fixed number of fields and fixed field lengths.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
39
One drawback to the database duplication process is that no changes can ever be made to any database other than the master. Otherwise, local changes will be overwritten during the duplication process.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
40
Automobiles contain very little useful business information about consumers.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
41
The tables in a relational database are flat files which have rows and columns. Each row represents a _______________ in the file.

A) field
B) record
C) file
D) relation
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
42
Using a relational database, a user can temporarily combine two or more tables so that he/she can see relevant data in a form that looks like it is in one big table. This is the _______________ operation.

A) join
B) link
C) merge
D) select
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
43
Which database structure works effectively with complex data types, such as video clips, audio segments, and other subsets of Web pages, and is considered one of the key technologies of Web-based applications?

A) Hierarchical
B) Network
C) Object-oriented
D) Relational
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
44
According to one database pioneer, the future development of databases and data warehouses will depend on _______________.

A) rows
B) columns
C) transaction
D) All of the choices are correct.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
45
The _______________ model is the most widely used database structure today.

A) network
B) object-oriented
C) relational
D) hierarchical
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
46
The _______________ operation is used to create a subset of the columns contained in the temporary tables created by the select and join operations.

A) link
B) relate
C) project
D) merge
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
47
The object-oriented database model supports _______________. That is, new objects can be automatically created by replicating some or all of the characteristics of one or more parent objects.

A) inheritance
B) morphing
C) duplication
D) cloning
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
48
Which database model allows many-to-many relationships among records so that a data element can be accessed by following one of several paths?

A) Hierarchical
B) Network
C) Object-oriented
D) Relational
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
49
A database with a(n) _______________ data structure can easily handle a many-to-many data relationship.

A) hierarchical
B) network
C) relational
D) object-oriented
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
50
Object technology allows designers to do all of the following except:

A) Develop product designs
B) Replicate product designs and then modify them to create new product designs
C) Save designs as objects in an object-oriented database
D) Substantially reduce the file size of designs
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
51
A database with a(n) _______________ data structure can easily handle ad hoc requests for information.

A) hierarchical
B) network
C) relational
D) object-oriented
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
52
Early mainframe DBMS packages used the _______________ structure, in which all records are dependent and arranged in multilevel structures, consisting of one root record and any number of subordinate levels.

A) network
B) relational
C) hierarchical
D) object-oriented
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
53
In a(n) _______________ database structure, all of the relationships among records are one-to-many, because each data element is related to only one element above it.

A) hierarchical
B) relational
C) network
D) object-oriented
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
54
_______________ databases have become the most popular structure for analytical databases that support online analytical process (OLAP) applications, in which fast answers to complex queries are expected.

A) Relational
B) Object-oriented
C) Inter-relational
D) Multidimensional
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
55
The _______________ database structure is considered one of the key technologies of a new generation of Web-based applications.

A) hierarchical
B) relational
C) object-oriented
D) multidimensional
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
56
Large organizations usually place control of enterprise-wide database development in the hands of _______________.

A) Database administrators (DBAs)
B) Automated CASE tools
C) End users
D) All of the choices are correct.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
57
Database management packages based on the _______________ model can link data elements from various tables to provide information to users.

A) object-oriented
B) relational
C) network
D) hierarchical
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
58
The tables in a relational database are flat files which have rows and columns. Each column represents a _______________ in the file.

A) field
B) record
C) file
D) relation
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
59
In the relational database model, all data elements within the database are viewed as being stored in the form of simple two-dimensional tables, sometimes referred to as _______________.

A) records
B) rows
C) columns
D) relations
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
60
_______________ is the most commonly used database application for the PC.

A) Oracle 10g
B) Microsoft Access
C) DB2
D) SQL Server
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
61
The _______________ stage of database development translates the conceptual models into the data model of a DBMS.

A) data planning
B) requirements specification
C) conceptual design
D) logical design
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
62
_______________ are used to model the relationships among the many entities involved in business processes.

A) Entity-relationship diagrams
B) Data-flow diagrams
C) Schema diagrams
D) Subschema diagrams
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
63
According to the textbook case, on cars:

A) Cars are a goldmine of consumer information
B) Gathering consumer information from cars is not technologically feasible
C) Gathering consumer information from cars is not legal by federal right-to-privacy standards
D) Gathering consumer information from cars is not feasible from a financial perspective
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
64
Operational databases store the detailed data needed to support the business processes and operations of a company. They are also called _______________.

A) Subject area databases
B) Transaction databases
C) Production databases
D) All of the choices are correct.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
65
Which of the following statements concerning the replication and duplication process for updating distributed databases is correct?

A) The two terms are interchangeable because the processes work the same way
B) Duplication is the more complicated process because it has to identify one database as a master and prevent changes being made to any database other than the master
C) Replication is the more complicated process because it must find changes in each distributed database and make appropriate changes to make each database identical
D) None of the choices are correct.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
66
Which of the following is a legitimate use for data mining?

A) Performing "market-basket analysis" to identify new product bundles
B) Profiling customers
C) Finding the root cause of a quality or manufacturing problem
D) All of the choices are correct.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
67
Which of the following is true of data marts?

A) They hold data from many different data warehouses.
B) They are a subset of a data warehouse.
C) They focus on many generalized aspects of a company.
D) None of the choices are correct.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
68
Database administrators and database design analysts work with end users and systems analysts to do all of the following except:

A) Model business processes and the data they require
B) Determine what data definitions should be included in the database
C) Determine what structure or relationships should exist among the data elements
D) Enter live data into the system until it has proven to be reliable
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
69
The physical design stage of database development:

A) Develops a model of business processes
B) Translates conceptual models into the data models
C) Determines the data storage structures and access methods
D) Defines the information needs of end users in a business process
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
70
A _______________ is an overall logical view of the relationships needed to support specific end-user application programs that will access the database.

A) schema
B) subschema
C) logical data model
D) conceptual design
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
71
What type of databases are employees using when they access online data banks, whether those data banks are free or paid for through subscriptions?

A) Common databases
B) Distributed databases
C) External databases
D) Local databases
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
72
According to the textbook case, file processing in Hadoop is not halted by hardware failures because _______________.

A) Hadoop is a software product
B) Open-source products are not affected by hardware failures
C) Hadoop is an Internet product and does not need hardware
D) Hadoop keeps three (3) copies of all data
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
73
All of the following contribute to problems when using a file management approach except:

A) Data redundancy
B) Lack of integration of data
C) Data independence
D) Lack of data integrity
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
74
According to the text, most data warehouses will run _______________ in a column format.

A) 20 times faster
B) 50 times faster
C) 50 times slower
D) None of the choices are correct.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
75
A central source of data that have been cleaned, transformed, and cataloged so that they can be used for business analysis, market research, and decision support is called a _______________.

A) data mart
B) data warehouse
C) transaction processing mart
D) data repository
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
76
A data warehouse contains data that have been processed in all the following ways except:

A) Separated
B) Cleaned
C) Transformed
D) Cataloged
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
77
The primary challenge of a distributed database is:

A) Data accuracy
B) Data transmission speed
C) Storage costs
D) Data security
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
78
According to the textbook case, the innovation of the open-source product Hadoop is _______________.

A) that it has not been sued by Google
B) that it actually works
C) that it has no proprietary predecessor
D) its algorithms run contrary to contemporary mathematics
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
79
A _______________ is an overall logical view of the relationships among the data elements in a database.

A) schema
B) subschema
C) logical data model
D) conceptual design
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
80
Which of the following is true of data in a data warehouse?

A) Data in operational databases is ever changing; data in data warehouses is static
B) Data in operational databases is static; data in data warehouses is ever changing
C) Data in operational databases can be cataloged; data in data warehouses cannot
D) None of the choices are correct.
Unlock Deck
Unlock for access to all 119 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 119 flashcards in this deck.