Exam Slides 1-33 Flashcards

1
Q

business analytics is the use of…(5)

A

data
info tech
stat analysis
quantitative methods
math/computer-based models

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

business intelligence

A

tech-driven process; analysis + presenting actionable info to help managers (etc) make informed decisions

descriptive analysis + diagnostic analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

descriptive analysis answers…

A

what happened?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

diagnostic analysis answers…

A

why did it happen?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

categorical

A

no inherent order
ex. brown, black

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ordinal

A

clear ranking
ex. pant size 0, 2, 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

ratio

A

true zero point with meaningful ratios
ex. weight, height

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

interval

A

equal intervals but no true zero point
ex. temperature

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

reliability

A

data is accurate + consistent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

validity

A

data correctly measures what it is supposed to measure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

ex. a tire pressure gage that consistently reads several pounds below the true level (reliable? valid?)

A

not reliable, but valid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ex. # of calls to a customer service desk might be counted correctly each day, but may be used to assess customer dissatisfaction (reliable? valid?)

A

reliable, but not valid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

ex. a survey question that asks a customer to rate the quality of the food in a restaurant as a measure of satisfaction (reliable? valid?)

A

neither reliable nor valid – diff customers will have diff exp; if intent is to measure satisfaction, that will include more than quality of food

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

problem solving process w/ data mining (4)

A
  1. use large amounts of data
  2. examine large-scale datasets to find links b/w variables
  3. using already collected data/analyses to see if links can be found
  4. allows formation of hypotheses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

architecture of an ERP system (draw it)

A

refer to slide 12

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

an ERP is designed to process ________ ___________ __ ____ ____, working from a _____ database

A

business transactions in real time,
single

17
Q

____ _______ ________ may be added to facilitate queries, but not originally built into an ERP system

A

data warehouse software

18
Q

(T/F) without standard terminology, integration is impossible, ex. what is a product? a unit of measure?

19
Q

an ERP requires… (4)

A
  • capacity for transaction processing
  • consistent # across all applications
  • software that is multifunctional, integrated, and modular
  • routine decision making
20
Q

what it means to sell to a company with an ERP system: what is the process, the action, and the modules updated:

become a vendor
financial and purchasing module
get added to approved vendor list

A

become a vendor –> process
get added to list –> ERP action
financial/purch module updated –> modules updated

21
Q

database developers/programmers

A

create the databases/tables
usually from a separate software company, ex. SAP

22
Q

database administrator, DBA

A

installs software on a database, maintains database, gives security access

23
Q

analyst, MIS or Supply Chain

A

designs and executes ‘Select’ queries to database but does NOT change information in any way

24
Q

5-6 command SQL queries
Select
Count
Where
Like
And/Or

A
  • get data out of table
  • make sure you’re not selecting a million rows to slow down the system
  • filter the results
  • get a partial response
  • combine multiple filters
25
Q

5 common SQL queries
Between
<>
Order by
Select, followed by column name
Round

A
  • for data ranges, ex. month, quarter
  • select a value NOT equal to
  • sort the results a certain way
  • select only certain columns
  • calculate a new field and round results
26
Q

3 common SQL queries

Inner Join
Left Outer Join

A
  • simple connection of 2 tables, what they have in common
  • returns everything (what two tables have in common and what they don’t) on the left, returning uncommon info as NULL
    ex. connecting customers and orders; if a customer has not ordered anything it will still be returned w/ NULL
27
Q

call references can be ________ or ________. using a dollar sign before a row/column creates an ________ reference.

A

relative; absolute
absolute

28
Q

using a $ before a ROW label keeps…
using a $ before a COLUMN label keeps…
using a $ before BOTH keeps…

A
  • the reference fixed to the row, allows column reference to change if formula is copied to another cell
  • reference fixed to the column, allows row reference to change
  • reference to the exact cell no matter where formula is copied
29
Q

=COUNTA

A

counts # of nonblank cells

30
Q

=COUNTBLANK

A

counts blank cells

31
Q

=COUNTIFS

A

finds # of cells within multiple ranges that meet specific criteria for each range

32
Q

what is the difference between a NULL, a blank cell, and a 0 in excel?

A

null- excel doesn’t have NULL function, so a completely blank cell
blank- empty/blank
0- value of zero