Final Review (Unit 10)

25 July 2022
4.7 (114 reviews)
39 test answers

Unlock all answers in this set

Unlock answers (35)
question
Which of the following would not be considered a database data type?​​
answer
SELECT
question
Which database data type is a collection of binary data stored in a single field of a database?​
answer
BLOB
question
One of the ways that databases are classified is by their structure.​
answer
True
question
The entire Internet contains about a zettabyte of data.​
answer
False
question
__________ are the most commonly used database clients.​​
answer
Browsers
question
__________ refers to a branch of data mining that analyzes current and historical data to predict future trends.​
answer
Predictive analytics
question
An efficiently designed database uses computed fields whenever possible because they do not require manual data entry.
answer
True
question
It is not possible to extract analytical data from operational databases.​
answer
False
question
In a case-sensitive database, uppercase letters are equivalent to their lowercase counterparts.​
answer
False
question
A(n) _____________ is a specification that the database designer sets up to filter data entered into a particular field.​
answer
Field validation rule
question
FileMaker Pro and Microsoft Access are DBMSs.​
answer
True
question
SQL statements contain command words but do not contain data.​
answer
False
question
A(n) ________________ is a software tool for specifying the content and format for a database report. ​
answer
Report generator
question
Which of the following is not considered to be type of database client?​ a. ​Local software b. ​Browsers c. ​Apps d. ​all of the above
answer
all of the above
question
Spreadsheet software offers database capabilities for establishing relationships between different record types.
answer
False
question
In a relational database, relationships are specified by joining common data stored in records from different tables.
answer
True
question
Which of the following is not one of the main activities associated with operational databases?​ a. ​providing an executive dashboard for decision makers b. ​Update and find data c. ​organizing and distributing data d. ​Collect, store, and view data
answer
providing an executive dashboard for decision makers
question
A __________ solution for data storage adds resources to a single device, while a __________ solution adds more devices to a system.​
answer
​scale up, scale out
question
The relationship between record types can be depicted graphically with a(n) _________.​
answer
ERD
question
Which database tool is best for simple flat files that involve calculations?​
answer
Spreadsheet software
question
A(n) _________ database is used to collect, modify, and maintain data on a daily basis.​
answer
operational
question
Modern database tools support ________________, which entails separating data from the programs that manipulate data.​
answer
data independence
question
The SQL ________ command allows you to temporarily join and simultaneously access the data in more than one table.​
answer
JOIN
question
The acronym ____________ refers to software that manages data stored in a database.​​
answer
DBMS
question
The goal of normalization is to minimize data redundancy.
answer
True
question
An emerging computing platform that is likely to drive innovation and disruption through the next decade called __________ has massive scale, not only in cloud-based hardware technology, but also in the vast amount of data that will be generated, consumed, and analyzed.​
answer
The 3rd platform
question
A(n) __________ is the column of data in a database that is used as the basis for rearranging the data.​
answer
sort key
question
​In a database, a(n) __________ contains the smallest unit of meaningful information
answer
field
question
A table's physical sort order is the order in which records are arranged on storage devices.​
answer
True
question
Dynamic scaling for database servers can be a challenge because the additional sharding has to be handled on the fly by the DBMS.​
answer
True
question
A DBMS feature known as __________ ensures that transactions are updated in an orderly manner by establishing update rules.​
answer
Serializability
question
__________ is a data analysis technique used by decision makers to quickly get answers to complex queries that encompass multiple factors, such as locations, revenue, time periods, and employee status.​
answer
OLAP
question
SQL keywords must be entered in all uppercase letters because they are case-sensitive.​
answer
False
question
A(n) _________ sort uses one field, to arrange records. A(n) _________ sort arranges information by more than one field.​
answer
single-level, multi-level
question
A filing cabinet full of folders and papers would be classified as a structured file because every document has a unique structure.​
answer
False
question
A lookup routine validates an entry by checking data in an in-house or third-party database.​
answer
True
question
Dedicated enterprise database applications may allow cosmetic changes, but they do not encourage modifications of core data structures.​
answer
True
question
In a key-value database, each data item has a key that is a unique identifier similar to a relational database key
answer
True
question
Programmers insert documentation called facts into the program code.​
answer
False