Chapter 16 Flashcards

1
Q

loyalty program

A

Systems that provide rewards and usage incentives, typically in exchange for a method that provides a more detailed tracking and recording of customer activity. In addition to enhancing data collection, loyalty cards can represent a significant switching cost.

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

online analytical processing (OLAP)

A

A method of querying and reporting that takes data from standard relational databases, calculates and summarizes the data, and then stores the data in a special database called a data cube.

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

data mart

A

A database or databases focused on addressing the concerns of a specific problem (e.g., increasing customer retention, improving product quality) or business unit (e.g., marketing, engineering).

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

data cube

A

A special database used to store data in OLAP reporting.

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

database management system (DBMS)

A

Sometimes referred to as database software; software for creating, maintaining, and manipulating data.

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

Hadoop

A

A set of mostly open source tools to manage massive amounts of unstructured data for storage, extraction, and computation.

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

query tools

A

A tool to interrogate a data source or multiple sources and return a subset of data, possibly summarized, based on a set of criteria.

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

transaction

A

Some kind of business exchange.

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

analytics

A

A term describing the extensive use of data, statistical and quantitative analysis, explanatory and predictive models, and fact-based management to drive decisions and actions.

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

data mining

A

The process of using computers to identify hidden patterns in, and to build models from, large datasets.

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

CAPTCHAs

A

An acronym standing for completely automated public Turing test to tell computers and humans apart. The Turing test is, rather redundantly, an idea (rather than an official test) that one can create a test to tell computers apart from humans.

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

OCR

A

Optical Character Recognition. Software that can scan images and identify text within them.

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

data

A

Raw facts and figures.

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

self-supervised learning

A

Sometimes called unsupervised learning, where systems build pattern-recognizing algorithms using data that has not been pre-classified.

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

ETL

A

Extract, Transform, Load—copying data from multiple, disparately organized data sources, transforming (or cleaning) the data into a common format, and loading it into a combined usable format. ETL is a key step in getting data into a data warehouse or data mart.

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

neural networks

A

Statistical techniques used in AI and particularly in machine learning. Neural networks hunt down and expose patterns, building multilayered relationships that humans can’t detect on their own.

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

change management

A

Refers to techniques to facilitate organization change, including preparing individuals for change and offering training and support during and after implementation. Change management is especially important in IS use, as many information systems implementations involve radical change to the way a firm conducts business or the way individuals and teams operate within the organization.

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

information

A

Data presented in a context so that it can answer a question or support decision-making.

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

omnichannel

A

Providing customers with a unified experience across customer channels, which may include online, mobile, catalog, phone, and retail. Pricing, recommendations, and incentives should reflect a data-driven, accurate, single view of the customer.

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

knowledge

A

Insight derived from experience and expertise.

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

Python

A

A general purpose programming language that is also popular for data analytics.

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

legacy systems

A

Older information systems that are often incompatible with other systems, technologies, and ways of conducting business. Incompatible legacy systems can be a major roadblock to turning data into information, and they can inhibit firm agility, holding back operational and strategic initiatives.

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

Turing test

A

Conceived by Alan Turing, a Turing test of software’s ability to exhibit behavior equivalent to, or indistinguishable from, a human being.

24
Q

row or record

A

A row in a database table. Records represent a single instance of whatever the table keeps track of (e.g., student, faculty, course title).

25
Q

column or field

A

A column in a database table. Columns represent each category of data contained in a record (e.g., first name, last name, ID number, date of birth).

26
Q

table or file

A

A list of data, arranged in columns (fields) and rows (records).

27
Q

relational database

A

The most common standard for expressing databases, whereby tables (files) are related based on common keys.

28
Q

dynamic pricing

A

Dynamic ticket pricing use takes off, and teams hope it’ll lure fans back into sports stadiums.

29
Q

artificial intelligence

A

Computer software that can mimic or improve upon functions that would otherwise require human intelligence.

30
Q

structured query language (SQL)

A

A language used to create and manipulate databases.

31
Q

business intelligence (BI)

A

A term combining aspects of reporting, data exploration and ad hoc queries, and sophisticated data modeling and analysis.

32
Q

data warehouse

A

A set of databases designed to support decision-making in an organization.

33
Q

dashboards

A

A heads-up display of critical indicators that allow managers to get a graphical glance at key performance metrics.

34
Q

R

A

A programming language specifically created for analytics, statistical, and graphical computing.

35
Q

semi-supervised learning

A

A type of machine learning where the data used to build models contains data with explicit classifications, but is also free to develop its own additional classifications that may further enhance result accuracy.

36
Q

data lake

A

A catch-all term for storage and access technologies used in Big Data. Data lakes are systems that allow for the storage of data in both structured as well as “raw,” “unfiltered” formats. Data lakes also provide the tools to “pipe out” data, filter it, and refine it so that it can be turned into information.

37
Q

data cloud

A

Sometimes referred to as cloud data warehousing, this term refers to a cloud service that provides tools to extract and transform data from disparate sources so that it can be interrogated as needed. Unlike data warehouses, data lakes, or similar tools that an organization might run on-site, a data cloud can be spun up to temporarily hold a very large amount of data for short-term use, then disbanded when it is no longer needed. Snowflake is the best known of the many firms providing services in this space.

38
Q

shallowfakes

A

Manipulating media without the using artificial intelligence. Examples might include using Photoshop or simply slowing down a video and passing the distortion off as truth.

39
Q

transaction processing systems (TPS)

A

Systems that record a transaction (some form of business-related exchange), such as a cash register sale, ATM withdrawal, or product return.

40
Q

canned reports

A

Reports that provide regular summaries of information in a predetermined format.

41
Q

genetic algorithms

A

AI technologies that seek an optimal model by transforming or “mutating” an algorithm (versus neural networks, which add weights and mappings to a combination of inputs)—iteratively testing the result and choosing the best outcome.

42
Q

Big Data

A

A general term used to describe the massive amount of data available to today’s managers. Big Data are often unstructured and are too big and costly to easily work through use of conventional databases, but new tools are making these massive datasets available for analysis and insight.

43
Q

data visualization

A

The graphical representation of data and information.

44
Q

database

A

A single table or a collection of related tables.

45
Q

serverless computing

A

A type of cloud computing where a third-party vendor manages servers, replication, fault-tolerance, computing scalability, and certain aspects of security, freeing software developers to focus on building “Business Solutions” and eliminating the need to spend time and resources managing the technology complexity of much of the underlying “IT Solution.”

46
Q

graphical query tools

A

Allow a user to create a query through a point-and-click or drag-and-drop interface, rather than requiring programming knowledge.

47
Q

machine learning

A

A type of artificial intelligence that leverages massive amounts of data so that computers can improve the accuracy of actions and predictions on their own without additional programming.

48
Q

database administrator (DBA)

A

Job title focused on directing, performing, or overseeing activities associated with a database or set of databases. These may include (but not necessarily be limited to): database design, creation, implementation, maintenance, backup and recovery, policy setting and enforcement, and security.

49
Q

data aggregators

A

Firms that collect and resell data.

50
Q

ad hoc reporting tools

A

Tools that put users in control so that they can create custom reports on an as-needed basis by selecting fields, ranges, summary conditions, and other parameters.

51
Q

over-engineer

A

Build a model with so many variables that the solution arrived at might only work on the subset of data you’ve used to create it.

52
Q

deep learning

A

A type of machine learning that uses multiple layers of interconnections among data to identify patterns and improve predicted results. Deep learning most often uses a set of techniques known as neural networks and is popularly applied in tasks like speech recognition, image recognition, and computer vision.

53
Q

e-discovery

A

The process of identifying and retrieving relevant electronic information to support litigation efforts.

54
Q

supervised learning

A

A type of machine learning where algorithms are trained by providing explicit examples of results sought, like defective versus error-free, or stock price.

55
Q

expert systems

A

A set of technologies used in the development of AI systems that use a set of programmed decision rules or example outcomes to perform a task in a way that mimics applied human expertise.

56
Q

deepfake

A

Creates bogus media—images, sound, or video—created by artificial intelligence that distort media in a way that makes it appear that a false event actually took place.