Transforming Business with Information Systems Final Exam Study Notes

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/52

flashcard set

Earn XP

Description and Tags

Flashcards for Final Exam Study Notes on Transforming Business with Information Systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

53 Terms

1
New cards

What is a database?

A collection of data organized to service many applications at the same time by storing and managing data so that they appear to be in one location.

2
New cards

How does a relational database organize data?

Organize data into two-dimensional tables (relations) with columns and rows.

3
New cards

What is an Entity in a relational database?

Person, place, thing or event recorded in the database and is usually its own table

4
New cards

What are Attributes in a relational database?

Specific characteristic or quality within a particular entity, usually a column heading.

5
New cards

What is a Primary Key?

A field that uniquely identifies each record in a table.

6
New cards

What is a Foreign Key?

A field used to link tables by linking to a primary key in another table.

7
New cards

What is Normalization in relational databases?

A method for analyzing and reducing a relational database to its most streamlined form to ensure minimum redundancy, maximum data integrity and optimal processing performance.

8
New cards

What is SQL?

A standardized language that all databases should implement, and that all software applications should use.

9
New cards

What is a data model?

A diagram that represents the main items of interest to us (entities) in the database and the relationships that connect them.

10
New cards

What is the difference between logical and physical database design?

Logical design models the database from a business perspective, while physical design is concerned with how data are actually organized and structured on physical storage media.

11
New cards

Define Cardinality in ERDs.

The number of relationships or instances one entity has with another

12
New cards

What is a 'domain' entity type?

An entity that describes a core business element of a database, each domain contains one or more entities.

13
New cards

What do linking entities do?

Changes the cardinality of the relationships – the solution to any ‘many to many’ relationship.

14
New cards

Define Null Values in SQL.

A special marker in SQL to indicate that a value does not exist in the database – in the SQL specification, NULL is defined as “missing information and inapplicable information”

15
New cards

What are lookup values?

Values which complement a domain entity and, most importantly, may NOT always be present in that domain entity.

16
New cards

Why might businesses be more interested in big data?

Big datasets offer more patterns and insights than smaller datasets, for example on customer behaviour and weather patterns.

17
New cards

What is a Data Warehouse?

A central repository of information that stores current and historical data that can be analysed to make more informed decisions.

18
New cards

What is a Data Mart?

A subset of a data warehouse in which a summarised or highly focused portion of the organisation’s data is placed in a separate database for a specific population of users.

19
New cards

What is Data Mining?

Provides insights into business data that cannot be obtained with OLAP by finding hidden patterns and relationships in large databases and inferring rules from them to predict future behaviour.

20
New cards

What is Association in data mining?

A pattern is discovered based on a relationship between items in the same transaction, occurrences linked to a single event.

21
New cards

What is Sequencing in data mining?

Discover or identify similar patterns, regular events or trends in transaction data over a period (e.g. a month, a year etc)

22
New cards

What is classification in data mining?

Patterns describing a group an item belongs to

23
New cards

What is clustering in data mining?

Partitioning a database into groups of customers based on demographics and type of personal investments.

24
New cards

What is forecasting in data mining?

Uses series of values to forecast future values, forecasting finds patterns in data to help managers estimate the future of value continuous variables such as sales figures

25
New cards

What is Hadoop?

An open source framework that is used to efficiently store and process large datasets ranging in size from gigabytes to petabytes of data. Useful for handing unstructured and structured data.

26
New cards

What is OLAP?

An approach to quickly answer multi-dimensional analytical queries.

27
New cards

What is an OLAP Cube?

A snapshot of data from the production database at a specific point in time, perhaps at the end of a specific day, week, month or year.

28
New cards

What is Predictive Analysis?

Extracts information from data to predict future trends and behaviour patterns

29
New cards

What is Artificial Intelligence (AI)?

The attempt to build computer systems that think and act like humans.

30
New cards

What is an Expert System?

Model human knowledge as a set of rules that are called a knowledge base. Can’t explain how they make decisions.

31
New cards

What is Machine Learning?

Computers improving performance by using algorithms to learn patterns from data and examples. Main focus on finding patterns in data, and classifying data inputs into known (and unknown) outputs.

32
New cards

What do Neural Networks do?

Find patterns and relationships in very large amounts of data. Humans train the network by feeding it a set of outcomes they want the machine to learn.

33
New cards

VLOOKUP: What is 'lookup_value'?

What am I looking at? (E.g. which person you want to find commission for)

34
New cards

VLOOKUP: What is 'table_array'?

Where am I looking for the lookup value in a table? (whole table)

35
New cards

VLOOKUP: What is 'Colindexnum'?

What do I want to get as an outcome? (column of what you're trying to find)

36
New cards

VLOOKUP: What does 'TRUE' mean?

Approximate match (e.g. when looking up a range $100-$200)

37
New cards

VLOOKUP: What does 'FALSE' mean?

Exact match (e.g. a name or a date)

38
New cards

FILTER: What is 'Array'?

Entire list of people/things you’re looking for

39
New cards

FILTER: What is 'Include'?

A specific column that influences the list you’re looking in

40
New cards

What does CONCAT do?

Joins strings of text together

41
New cards

IF: What is a 'Logical Test'?

Using >, >=, <, <=

42
New cards

What does IFERROR do?

If put in the front of a formula such as vlookup, and the function produces an error message, it can display a pre-defined message.

43
New cards

What does the LEFT formula do?

Keeps a select number of letters from left to right

44
New cards

What does the RIGHT formula do?

Keeps a select number of letters from right to left

45
New cards

AVERAGEIF: What is 'Range'?

Column which your lookup value is in

46
New cards

AVERAGEIF: What is 'Criteria'?

Lookup value

47
New cards

AVERAGEIF: What is 'Average range'?

Different column you want to find average of

48
New cards

GOAL SEEK: What is 'Set Cell'?

Cell you want to get specific $ amount of

49
New cards

GOAL SEEK: What is 'To value'?

What value you want displayed in said cell

50
New cards

GOAL SEEK: What is 'By changing cell'?

What cell/cells have to be modified to get that amount (e.g. sales)

51
New cards

SOLVER: What does 'Binary' mean?

Means numbers in the column/row must be either 0 or 1

52
New cards

SOLVER: What does 'Integer (Int)' mean?

Whole number, no points such as 1.1

53
New cards

SOLVER: What does 'Different (Dif)' mean?

If you want each cell in the range to have different values