MIS CH.6
14) A one-to-many relationship between two entities is symbolized in a diagram by a line that ends: A) in two short marks. B) in one short mark. C) with a crow's foot. D) with a crow's foot preceded by a short mark. E) in three short marks.
D
11) A field identified in a record as holding the unique identifier for that record is called the: A) primary key. B) key field. C) primary field. D) foreign key. E) identifying field.
B
15) A table that links two tables that have a many-to-many relationship is often called a(n): A) derived table. B) intersection relation. C) foreign table. D) entity-relationship table. E) derived relation.
B
17) Which of the following best describes the importance of creating an accurate data model for your business's database? A) It is not essential, as the data model itself is modified by the database continuously. B) It is critical, as without one, your data may be inaccurate, incomplete, or difficult to retrieve. C) It is essential, as table relationships cannot be created without an accurate data model. D) It is somewhat important, as the type of data model will define what kinds of data will be stored. E) It is unnecessary, as a well-designed database should not require one.
B
18) You are working in the IT department of a small paper supply company and planning a new database that monitors employee benefits and productivity. What would be the relationship you need to establish between Employee_ID in the Employee table and Parking_spot_number in the Perks table? A) One-to-many B) One-to-one C) Many-to-many D) Many-to-one E) One-to-all
B
3) Which of the following best illustrates the relationship between entities and attributes? A) The entity CUSTOMER with the attribute PRODUCT B) The entity CUSTOMER with the attribute ADDRESS C) The entity PRODUCT with the attribute PURCHASE D) The entity PRODUCT with the attribute CUSTOMER E) The entity ADDRESS with the attribute CUSTOMER
B
32) The project operation: A) combines relational tables to provide the user with more information than is otherwise available. B) creates a subset consisting of columns in a table. C) organizes elements into segments. D) identifies the table from which the columns will be selected. E) stores definitions of data elements.
B
49) All of the following are tools or technologies for extracting information from unstructured data sets except: A) sentiment analysis software. B) SQL queries. C) Hadoop. D) a non-relational DBMS. E) text mining.
B
5) What are the relationships that the relational database is named for? A) Relationships between rows and columns B) Relationships between entities C) Relationships between fields and records D) Relationships between databases E) Relationships between attributes
B
55) Tools for consolidating, analyzing, and providing access to vast amounts of data to help users make better business decisions are known as: A) DSS. B) business intelligence. C) OLAP. D) data mining. E) in-memory computing.
B
68) Links pointing to an online document are a sign of: A) richness or variety of topics covered. B) popularity. C) data quality. D) data usage. E) marketing.
B
90) The confusion created by ________ makes it difficult for companies to create customer relationship management, supply chain management, or enterprise systems that integrate data from different sources. A) batch processing B) data redundancy C) data independence D) online processing E) data freedom
B
30) In a relational database, the three basic operations used to develop useful sets of data are: A) select, project, and where. B) select, join, and where. C) select, project, and join. D) select, from, and join. E) who, what, and where.
C
34) Which of the following is the most prominent data manipulation language today? A) Access B) DB2 C) SQL D) Crystal Reports E) Hadoop
C
44) MongoDB and SimpleDB are both examples of: A) open-source databases. B) SQL databases. C) NoSQL databases. D) cloud databases. E) big data databases.
C
51) Which of the following database types would be best suited for storing multimedia? A) SQL DBMS B) Open-source DBMS C) Non-relational DBMS D) Cloud-based database E) NoSQL DBMS.
C
59) In terms of the data relationships found by data mining, associations refers to: A) events linked over time. B) patterns that describe a group to which an item belongs. C) occurrences linked to a single event. D) undiscovered groupings. E) classification when no groups have yet been defined.
C
62) Which of the following would you use to find out which websites with content related to database design were the most often linked to by other websites? A) Web usage mining B) Web server mining C) Web structure mining D) Web content mining E) Web protocol mining
C
63) Businesses use ________ tools to search and analyze unstructured data sets, such as emails and memos. A) Hadoop B) web mining C) text mining D) OLAP E) DBMS
C
64) Hadoop is a(n): A) NoSQL database technology that stores both data and procedures acting on the data as objects. B) data mining platform designed for storing and analyzing big data produced by web communications and transactions. C) open-source software framework designed for distributing data-processing over inexpensive computers. D) pre-configured hardware-software system designed for analyzing big data. E) high-speed platform used to analyze large data sets.
C
66) A(n) ________ is a dedicated computer in a client/server environment that hosts a DBMS. A) web server B) online server C) database server D) client server E) application server
C
91) Detecting and correcting data in a database or file that are incorrect, incomplete, improperly formatted, or redundant is called: A) data auditing. B) defragmentation. C) data scrubbing. D) data optimization. E) data repair.
C
28) The logical view of a database: A) shows how data are organized and structured on the storage media. B) presents an entry screen to the user. C) allows the creation of supplementary reports. D) presents data as they would be perceived by end users. E) shows the relationships between entities and attributes.
D
31) The select operation: A) combines relational tables to provide the user with more information than is otherwise available. B) creates a subset consisting of columns in a table. C) identifies the table from which the columns will be selected. D) creates a subset consisting of all records in the file that meet stated criteria. E) specifies the content of the database.
D
35) What is the purpose of a DBMS's data definition function? A) Storing and managing the data in the database B) Storing definitions of data elements C) Normalizing the database D) Structuring the database E) Ensuring consistency of relationships
D
45) Access is a: A) DBMS for mobile devices. B) popular open-source DBMS. C) DBMS for midrange computers. D) DBMS for desktop PC systems. E) DBMS for mainframe computers.
D
48) Data mining is more ________ than OLAP. A) data-focused B) multidimensional C) query oriented D) discovery driven E) streamlined
D
52) Pre-configured hardware-software systems that use both relational and non-relational technology optimized for analyzing large datasets are referred to as: A) hybrid DBMS. B) Hadoop. C) BI. D) analytic platforms. E) data marts.
D
53) Which of the following statements about data warehouses is not true? A) They store supply data to be used across the enterprise for management analysis and decision making. B) Data warehouse systems provide a range of ad hoc and standardized query tools, analytical tools, and graphical reporting facilities. C) They may include data from website transactions. D) Data warehouse systems provide easy-to-use tools for managers to easily update data. E) Data warehouses make data available for anyone to access as needed.
D
6) A characteristic or quality describing an entity is called a(n): A) field. B) tuple. C) key field. D) attribute. E) table.
D
7) The most basic business database is comprised of: A) three tables: for suppliers, parts, and sales. B) four tables: for customers, suppliers, parts, and sales. C) four tables: for customers, suppliers, sales, and employees. D) five tables: for customers, employees, suppliers, parts, and sales. E) attributes instead of tables.
D
12) A schematic of the entire database that describes the relationships in a database is called a(n): A) data dictionary. B) intersection relationship diagram. C) field key diagram. D) data definition diagram. E) entity-relationship diagram.
E
19) Relational database systems use ________ to ensure that relationships between coupled tables remain consistent. A) intersection relations B) one-to-one ordering C) entity-relationship diagrams D) foreign keys E) referential integrity rules
E
20) The smallest unit of data a computer can handle is called a: A) file. B) record. C) field. D) byte. E) bit.
E
27) A DBMS makes the: A) relational database available for different analytical views. B) logical database available for different analytical views. C) physical database available for different relational views. D) relational database available for different physical views. E) physical database available for different logical views.
E
29) Which of the following allows users to add, change, delete, or retrieve data in a database? A) Attribute generation B) Report generation tools C) Data dictionary D) Query wizard tool E) Data manipulation language
E
33) Which of the following is an automated or manual file that stores information about data elements and data characteristics such as usage, physical representation, ownership, authorization, and security? A) Referential integrity module B) Data definition diagram C) Entity-relationship diagram D) Relationship dictionary E) Data dictionary
E
4) Which of the following is the type of logical database model that treats data as if they were stored in two-dimensional tables? A) Two-tiered DBMS B) Pre-digital DBMS C) Open source DBMS D) Hierarchical DBMS E) Relational DBMS
E
47) MySQL is a: A) DBMS for mobile devices. B) programming language. C) mainframe relational DBMS. D) DBMS for desktop systems. E) popular open-source DBMS.
E
50) DBMS typically include report-generating tools in order to: A) retrieve and display data. B) display data in tables. C) display data in graphs. D) perform predictive analysis. E) display data in an easier-to-read-format.
E
56) Which of the following enables users to view the same data in different ways using multiple dimensions? A) Hadoop B) SQL C) Big data D) Data mining E) OLAP
E
58) Data mining is a tool for allowing users to: A) quickly compare transaction data gathered over many years. B) perform multidimensional data analysis. C) obtain online answers to ad hoc questions in a rapid amount of time. D) summarize massive amounts of data into much smaller, traditional reports. E) find hidden relationships in data.
E
67) Which of the following is an example of a company whose business model is based on access to large databases through the web? A) Gartner B) Fortune C) IBM D) Microsoft E) Facebook
E
8) In a table for customers, the information about a single customer would reside in a single: A) field. B) entity. C) column. D) table. E) row.
E
89) Within a corporate information services department, the task of establishing the physical database and its logical relations are responsibilities of the ________ function. A) data management B) data administration C) server administration D) data modeling E) database administration
E
93) Common data quality problems include all of the following except: A) misspelled names. B) transposed numbers. C) incorrect codes. D) missing codes. E) Internet connectivity problems.
E
A data warehouse is typically comprised of several smaller data marts.
F
A grouping of characters into a word, a group of words, or a complete number is called a record.
F
An information policy specifies the procedures and rules for defining the structure and content of corporate databases.
F
Common Gateway Interface is a specification for processing data on a web server.
F
Implementing a web interface for a database requires changes to the database itself.
F
In linking databases to the web, the role of the application server is to host the DBMS.
F
Most back-end databases are able to interpret HTML commands.`
F
OLAP is used to find hidden patterns and relationships in large databases, and infer rules from these to determine future behavior.
F
The two key services of Hadoop are HDFS and in-memory computing.
F
10) A field identified in a table as holding the unique identifier of the table's records is called the: A) primary key. B) key field. C) primary field. D) foreign key. E) identifying field.
A
13) A one-to-one relationship between two entities is symbolized in a diagram by a line that ends: A) in two short marks. B) in one short mark. C) with a crow's foot. D) with a crow's foot topped by a short mark. E) with a crow's foot topped by two short marks.
A
16) The process of streamlining data to minimize redundancy and awkward many-to-many relationships is called: A) normalization. B) data scrubbing. C) data cleansing. D) data administration. E) data management.
A
2) What is the first step you should take in managing data for a firm? A) Identify the data needed to run the business. B) Cleanse the data before importing it to any database. C) Normalize the data before importing to a database. D) Audit your data quality. E) Remove redundancy.
A
46) In clustering, a data mining tool will find: A) new groupings within data. B) related predictions from existing values. C) several events grouped by time. D) new associations. E) forecasts for future events.
A
54) A data mart usually can be constructed more rapidly and at lower cost than a data warehouse because: A) it typically focuses on a single subject area or line of business. B) all the information is historical. C) it uses a web interface. D) all of the information belongs to a single company. E) it is open-source.
A
57) OLAP is a tool that enables users to: A) obtain online answers to ad hoc questions in a rapid amount of time. B) view both logical and physical views of data. C) quickly diagram data relationships. D) normalize data. E) find hidden patterns in large databases.
A
60) In terms of the data relationships found by data mining, sequences refers to: A) events linked over time. B) patterns that describe a group to which an item belongs. C) occurrences linked to a single event. D) undiscovered groupings. E) classifications when no groups have yet been defined.
A
61) Which of the following would you use to find patterns in user interaction data recorded by web servers? A) Web usage mining B) Web server mining C) Web structure mining D) Web content mining E) Web protocol mining
A
65) A data ________ stores current and historical data of potential interest to decision makers throughout the company. A) warehouse B) mart C) archive D) mine E) center
A
69) Links coming out of an online document are a sign of: A) richness or variety of topics covered. B) popularity. C) data quality. D) data usage. E) marketing.
A
9) In a relational database, a record is also called a(n): A) tuple. B) key field. C) entity. D) field. E) table.
A
92) A(n) ________ is a structured survey of the accuracy and level of completeness of the data in an information system. A) data quality audit B) systems analysis C) systems audit D) data analysis E) data overview
A
Which of the following is an example of a pre-digital database? A) A library's card-catalog B) A cash register receipt C) A doctor's office invoice D) A list of sales totals on a spreadsheet E) An SQL database
A
A DBMS is special software for creating, storing, organizing, and accessing data from a database.
T
A data warehouse may include information from legacy systems.
T
A firm's information policy lays out who is responsible for updating and maintaining the information in a database system.
T
A foreign key is a field that links to a separate table.
T
A physical view shows data as it is organized on the storage media.
T
Both Oracle and Microsoft Access use SQL to retrieve information from a database.
T
DBMS simplify how end users work with databases by separating the logical and physical views of the data.
T
Data administration is a special organizational function that manages the policies and procedures through which data can be managed as an organizational resource.
T
Data cleansing is the same process as data scrubbing.
T
End users use a data manipulation language to manipulate data in the database.
T
Every record in a file should contain at least one key field.
T
Hadoop can process large quantities of any type of data, including video and Twitter feeds.
T
In-memory computing relies on a computer's main memory for storing data.
T
OLAP is a key tool of BI.
T
Redundant data often stems from the use of different codes to identify the same data in a firm's various information systems.
T
Web mining is the discovery of useful patterns on the web.
T