Chapter 13 review

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:38 AM on 8/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

Normalizing fact tables improves data access performance and saves data storage space.

False

2
New cards

_____ are in charge of presenting data to the end user in a variety of ways.

Data visualization tools

3
New cards

Which type of data describes numeric facts or measures that can be can be counted, ordered, and aggregated?

quantitative

4
New cards

Queries against operational data typically are broad in scope and high in complexity.

False

5
New cards

Which of the following is a personal analytics vendor for BI applications?

MicroStrategy

6
New cards

A data warehouse designer must define common business dimensions that will be used by a data analyst to expand a search.

False

7
New cards

A star schema is designed to optimize data query operations rather than data update operations.

True

8
New cards

The ROLLUP extension is used with the GROUP BY clause to generate aggregates by the listed columns, including the last one.

False

9
New cards

A _____ is a dynamic table that not only contains the SQL query command to generate the rows, but also stores the actual rows.

materialized view

10
New cards

From a data analyst's point of view, decision support data differ from operational data in three main areas: time span, granularity, and _____.

Dimensionality

11
New cards

_____ tools focus on the strategic and tactical use of information.

business intelligence

12
New cards

_____ provide a unified, single point of entry for information distribution.

portals

13
New cards

Decision support data tends to be non-normalized, _____, and pre-aggregated.

duplicated

14
New cards

Business intelligence (BI) architecture is composed of data, people, processes, and technology working together to facilitate and enhance a business's management and governance.

True

15
New cards

Operational data are commonly stored in many tables, and the stored data represents information about a given _____ only.

transaction

16
New cards

Periodicity, usually expressed as current year only, previous years, or all years, provides information about the time span of the data stored in a table.

True

17
New cards

In a star schema, attributes are often used to search, filter, or classify _____.

facts

18
New cards

Master data management's main goal is to provide a partial and segmented definition of all data within an organization.

False

19
New cards

Conceptually, MDBMS end users visualize the stored data as a three-dimensional cube known as a _____.

Data cube

20
New cards

Data _____ implies that all business entities, data elements, data characteristics, and business metrics are described in the same way throughout the enterprise.

integration

21
New cards

The attribute hierarchy provides a top-down data organization that is used for two main purposes: _____ and drill-down/roll-up data analysis.

aggregation

22
New cards

_____ splits a table into subsets of rows or columns and places the subsets close to the client computer to improve data access time.

partitioning

23
New cards

The data warehouse development life cycle differs from classical systems development.

True

24
New cards

An multidimensional database management systems (MDBMS) uses proprietary techniques to store data in _____ n-dimensional arrays.

matrix-like

25
New cards

A _____ index is based on 0 and 1 bits to represent a given condition.

bitmapped

26
New cards

The basic star schema has four components: facts, _____, attributes, and attribute hierarchies.

dimensions

27
New cards

Bill Inmon and Chuck Kelley created a set of 12 rules to define a(n) _____.

data warehouse

28
New cards

The CUBE extension enables you to get a subtotal for each column listed in the expression, in addition to a grand total for the last column listed.

True

29
New cards

Computed or derived facts, at run time, are sometimes called _____ to differentiate them from stored facts.

metrics

30
New cards

Data warehouse data are organized and summarized by table, such as CUSTOMER and ADDRESS.

False

31
New cards

By default, the fact table's primary key is always formed by combining the superkeys pointing to the dimension tables to which they are related.

False

32
New cards

Operational data and decision support data serve the same purpose.

False

33
New cards

In a typical star schema, each dimension record is related to thousands of _____ records.

Fact

34
New cards

Data visualization has its roots in the _____ sciences, which focus on how the human brain receives, interprets, organizes, and processes information.

cognitive

35
New cards

Multidimensional data analysis techniques include advanced computational functions.

True

36
New cards

Advanced OLAP feature become more useful when access to them is kept simple.

True

37
New cards

A data store is used by data analysts to create queries that access the database.

False

38
New cards

In business intelligence framework, data are captured from a production system and placed in _____ on a near real-time basis.

data warehouse

39
New cards

Decision support data is a snapshot of the operational data at a given point in time.

True

40
New cards

A _____ is optimized for decision support and is generally represented by a data warehouse or a data mart.

data store

41
New cards

In star schema representation, a fact table is related to each dimension table in a _____ relationship.

many-to-one (M:1)

42
New cards

The reliance on _____ as the design methodology for relational databases is seen as a stumbling block to its use in OLAP systems.

Normalization

43
New cards

Business intelligence is a framework that allows a business to transform data into information, information into knowledge, and knowledge into wisdom.

True

44
New cards

The _____ schema must support complex (non-normalized) data representations.

decision support database

45
New cards

ROLAP and MOLAP vendors are working toward the integration of their respective solutions within a unified decision support framework.

True

46
New cards

Relational data warehouses use the star schema design technique to handle multidimensional data.

True

47
New cards

Fact and dimension tables are related by _____ keys.

foreign

48
New cards

_____ extends SQL so that it can differentiate between access requirements for data warehouse data and operational data.

ROLAP

49
New cards

_____ can serve as a test vehicle for companies exploring the potential benefits of data warehouses.

Data marts

50
New cards

A _____ schema is a type of star schema in which dimension tables can have their own dimension tables.

snowflake