Home
Subjects
Textbook solutions
Create
Study sets, textbooks, questions
Log in
Sign up
Upgrade to remove ads
Only $35.99/year
Chapter 6 quiz
STUDY
Flashcards
Learn
Write
Spell
Test
PLAY
Match
Gravity
Terms in this set (20)
A database
maintains information about various types of objects, events, people, and places.
primary key
a field (or group of fields) that uniquely identifies a given entity in a table
Prediction
is a statement about what will happen or might happen in the future, for example, estimating future sales or employee turnover.
analyze popular vacation locations with current flight listings
How would the airline industry use business intelligence?
Infographics
can present the results of large data analysis looking for patterns and relationships that monitor changes in variables over time.
A database can support many logical views.
Which of the following is correct in reference to a database?
Advanced analytics
focuses on forecasting future trends and producing insights using sophisticated quantitative methods, including statistics, descriptive and predictive data mining, simulation, and optimization.
veracity
In terms of big data, what includes the uncertainty of data, including biases, noise, and abnormalities?
static information
includes fixed data incapable of change in the event of a user action
Structured query language
asks users to write lines of code to answer questions against a database.
relational
integrity constraint does not allow someone to create an order for a nonexistent customer.
data marts
ultimate outcome of a data warehouse
relational database management system
Which of the following systems allow users to create, read, update, and delete data in a relational database?
extraction, transformation, and loading
a process that extracts information from internal and external databases, transforms it using a common set of enterprise definitions, and loads it into a data warehouse
data-driven website
is an interactive website kept constantly updated and relevant to the needs of its customers using a database.
Web analytics
analyzes unstructured data associated with websites to identify consumer behavior and website navigation.
predict hardware failures
How would the technology industry use business intelligence?
Structured data
has a defined length, type, and format and includes numbers, dates, or strings such as customer address.
Classification
is a form of data mining that assigns records to one of a predefined set of classes.
master data management
What is the practice of gathering data and ensuring that it is uniform, accurate, consistent, and complete, including such entities as customers, suppliers, products, sales, employees, and other critical entities that are commonly integrated across organizational systems?
Sets with similar terms
CIS Chapter 6
23 terms
BUAD 320 Final Chapter 6
30 terms
Chatper 6 Quiz (MIS)
28 terms
MIS ch 6
47 terms
Sets found in the same folder
MIS 180 chapter 5
27 terms
MIS Chapter 5 Quiz
24 terms
MIS 180 Chapter 9
77 terms
BIS Chapter 9
50 terms
Other sets by this creator
chapter 6
29 terms
chapter 5
13 terms
chapter 7
9 terms
Chapter 10
24 terms
Verified questions
COMPUTER SCIENCE
T F All functions that overload unary operators must have a dummy parameter.
COMPUTER SCIENCE
Write code that opens the file data.txt for both input and output, but first determines if the file exists. If the file does not exist, the code should create it, then open it for both input and output.
COMPUTER SCIENCE
Why is it a good idea to first write out an algorithm in pseudocode rather than jumping immediately to Phyton code?
COMPUTER SCIENCE
Write an if-else statement that assigns 0 to the variable b if the variable a is less than 10. Otherwise, it should assign 99 to the variable b.
Other Quizlet sets
510 Chapter 4
11 terms
info management exam 2
61 terms
MIS Final 6,8,9,10
44 terms
TITULOS DE ARTIGOS
19 terms
Related questions
QUESTION
An action query that changes selected field values from selected records in one or more tables.
QUESTION
Can you use Opportunity Access on the Opportunity Team member setup to limit a role to less access than they'd have with Opportunity Organization-Wide Defaults?
QUESTION
The data dictionary defines the format necessary to enter data into a database. (True or False)
QUESTION
Write an SQL statement to show the WarehouseID and average QuantityOnHand of all items stored in a warehouse managed by 'Lucille Smith'. Use a subquery.