Info Systems and more!
Data? I just met her
Exam 1 Potpourri
Toxic Relationships
Double D's
Double P'S
100
Wendy's makes cash deposits at the bank twice a day.  This is an example of what type of processing?

Batch processing

100

I'm one of the 5 V's of big data.  I represent the trustworthiness of data, i.e. Garbage in is Garbage out!

Data Veracity
100

Hi, I'm the unique identifier in a table!

Primary Key

100

Help! I need to add a new product to the product table but I can't without it being associated with a product yet.  What type of anomaly is this?

Insert Anomaly
100

I'm the type of analytic that will make a recommendation on what to do next!

Prescriptive Analytic

200

Which cycle consists of - Give goods/services - Get Cash?

Revenue

200
Simply put, I'm data with context

Information

200

This type of schema is an enterprise wide view of the entire database

Conceptual Level Schema

200

Billy has created a customer table in a relational database.  He says the Customer ID will be the primary key, but when I look at the table, there are some primary keys that don't have values.  He broke this rule:

Entity Integrity - Primary Key cannot be null

200

You determined the total sales revenue for 2022!  You must have done this type of analytic?

Descriptive Analytic

300

I'm the type of journal that records routine sales transactions

Specialized Journal

300

I'm data that probably hangs out in a data lake.  Specifically I'm a tweet that contains a meme.

Unstructured Data

300

The four types of processing are: (Hint CRUD!)

Creating new records
Reading existing data
Updating previous record or data
Deleting data

300

For some reason, Jenny, one of our new employees, has multiple cities in the same field for her home address.  This table has broken the rule of:

Atomicity -  Every row in a column must be single valued

300

Your boss wants you to find out why there was a 32% increase quarter over quarter in marketing expense.  You should run this type of analytic.

Diagnostic Analytic

400

I'm a list of all of a company's financial accounts within in AIS.

Chart of Accounts

400

I'm one of the 14 characteristics that makes data useful.  Specifically, my characteristic means that two independent people can produce the same information

Verifiable

400

I'm the attribute that creates relationships in a relational database.  Show some respect.

Foreign Key

400

For some reason Tina Treford shows up three times in my customer table.  Once as Tina Treford, once as T. Treford and once as Teena Treford.  This is what type of anomaly issue?

Update Anomaly

400

Your boss wants you to evaluate a new supplier.  He wants you use past data to determine if you think the new vendor will be a good vendor, an okay vendor, or a bad vendor.  You should run this type of analytic.

Predictive Analytic

500

Data languages:

Creating an empty table in a relational database requires the use of a  ___________, and filling the table with data requires the use of a  ___________________

DDL, DML

500

I'm one of the 14 characteristics that makes data useful.  Specifically, my characteristic means that the data does not omit important aspects of events or activities

Complete

500

If a subsystems goals do not align with the goals of other subsystems or the system as a whole, this has occurred.

Goal Conflict

500

Invoice #35343 says that it is related to customer #118, however, there is no customer #118 in the customer table.  This has broken which rule?

Referential Integrity

500

Edward notices that his total sales are down quarter over quarter so he drills down into the sales journal to see what transactions are driving the reduction.

Diagnostic Analytic