MSIS 2103: Exam #2

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

1/99

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

100 Terms

1
New cards

Data Definition Language (DDL)

• Collection of instructions and commands

• Defines and describes data and relationships in a specific database

2
New cards

Data Governence

• Defines roles, responsibilities, and processes

• Ensures data can be trusted and can be used by entire organization

3
New cards

Data Hierarchy

Wide to narrow (Bottom of triangle to top)

Attribute, Entity, File, and Database

4
New cards

Entity

Person, place, or thing (object) for which data is collected, stored, and maintained

5
New cards

File

Collection of entities

6
New cards

Fair Credit Reporting Act

Regulates credit-reporting bureaus regarding their collection, storage, and use of credit information

7
New cards

Fair and Accurate Credit Transaction Act

Consumers can request and obtain free credit report

8
New cards

Foreign Key

Attribute in one table that refers to the primary key in another table

9
New cards

Regression Analysis

• Determines relationship between a dependent variable and/or more independent variables

• Produces regression equation

10
New cards

Choice

Describes options customers have

11
New cards

First Amendment

Protects American's right to freedom of religion, freedom of expression, and freedom to assemble

12
New cards

Family Educational Rights and Privacy Act (FERPA)

Assigns certain rights to parents regarding their children's educational records

13
New cards

Safety-Critical Systems

A system whose failure may cause human injury or death

14
New cards

Fourth Amendment

Protects against unreasonable search and seizure

15
New cards

Right to Financial Privacy Act

Protects the records of financial institutions' customers from unauthorized scrutiny by the federal government

16
New cards

Internet Censorship

The control or suppression of the publishing or accessing of information on the Internet

17
New cards

Fair Information Practices

A set of guidelines that govern the collection and use of personal data

18
New cards

Professional Code of Ethics

States the principles and core values that an organization wishes to develop in its leaders and members

19
New cards

General Data Protection Regulation (GDPR)

• Set of data privacy requirements

• Applies to organizations that process info of individuals in the European Union

20
New cards

Visual Analytics

• Presentation of data pictorially or graphically

• Example: Word cloud & conversion funnel

21
New cards

Predictive Analysis

• Techniques to analyze current data

• Identifies future probabilities and trends/makes predictions about the future

22
New cards

Data Mining

• Explores large amounts of data for hidden patterns and is used in decision making

• BI Analytics tool

23
New cards

Scenario Analysis

Predicts future values based on certain potential events

24
New cards

Data Lake

• Takes a "store everything" approach to big data

• Saves all data in its raw and unaltered form (doesn't do the extract, transform, and load process)

25
New cards

Text Analysis

Process for extracting value from large quantities of unstructured text data

26
New cards

Access

How a customer can see what has been data collected and change/correct it if necessary

27
New cards

Redress

What a customer can do if privacy policy is not met

28
New cards

Better Business Bureau Template for Privacy Policy

• Policy

• Choice

• Access

• Security

• Redress

• Updates

29
New cards

Data Warehouse

• Large database

• Holds business information from many sources in the enterprise

• Covers all aspects of the company's processes, products, and customers

30
New cards

Software as a Service (SaaS)

• A software delivery approach that provides users with access to software remotely as a Web-based service

(Cloud Computing Services)

31
New cards

Control and React

• Individual devices each gather a small amount of data

• Automatic monitoring combined with remote control with trend analysis

• IoT Application

32
New cards

Connect and Monitor

• Individual devices each gather a small amount of data

• Enables manual monitoring using simple threshold-based exception alerting

• IoT Application

33
New cards

Predict and Adapt

• External data is used to augment sensor data

• Data used to perform predictive analysis & initiate preemptive action

• IoT Application

34
New cards

Transform and Explore

• Sensor data combined with external data is used to provide new insights

• New business models, products, and services are created

• IoT Application

35
New cards

Ethics

• Set of principles about right and wrong

• Used to make choices/ guide decisions

36
New cards

Law

• System of rules

• Defines what we can and cannot do

37
New cards

Legal Acts

Conforming to the Law

38
New cards

Ethical Acts

Conforming to what an individual believes is right or wrong

39
New cards

Hadoop

Open-source software framework that has modules that provide a means for storing and processing extremely large data sets

40
New cards

Monte Carlo Simulation

• Provides a spectrum of thousands of possible outcomes

• Considers range of potential values for each variable

41
New cards

Video Analysis

The process of obtaining information or insights from video footage

42
New cards

Online Transaction Processing Systems (OLTP)

• Traditionally used to capture data

• Does not support data analysis required today

• Data warehouses and data marts allow organizations to access_______________

43
New cards

Descriptive Analysis

A preliminary data processing stage used to identify patterns in the data and answer questions about who, what, where, when, and to what extent

44
New cards

Data Item

Specific value of a data attribute

45
New cards

Primary Key

Attribute or set of attributes that uniquely identifies the record

46
New cards

Data Normalization

• Eliminates data redundancy

(Manipulating data -> Relational database)

47
New cards

Projecting

• Eliminating columns in a table

(Manipulating data -> Relational database)

48
New cards

Record

Collection of attributes about a specific entity

49
New cards

Data Management

• Defines the processes by which data us obtained, certified fit for use, stored, secured, and processed (Ensures data accessibility, reliability, and timeliness meet the data users needs)

50
New cards

Database as a Service (DaaS)

• The database is stored on a service provider's servers

• The database is accessed by service subscriber, typically the Internet

• Database administration is handled by the service provider

51
New cards

Data Dictionary

• Detailed description of data stored in the database

• Makes it easy to share data among organizations

52
New cards

Concurrency Control

Addresses situation where two or more users or applications access the same record at the same time

53
New cards

Domain

The range of allowable values for a data attribute

54
New cards

Joining

• Combining two or more tables through common data attributes to create a new table

(Manipulating data -> Relational database)

55
New cards

Attribute

Characteristic of an entity

56
New cards

SQL

• Special-purpose programming language

• Used for accessing and manipulating relational database data

57
New cards

Selecting

• Eliminating rows according to certain criteria

(Manipulating data -> Relational database)

58
New cards

Database Management System (DBMS)

A group of programs provided by a supplier that are used to access and manage a database as well as provide an interface between the database and its users and other application programs

59
New cards

Data Scientist

• Highly inquisitive person who delivers real improvements in decision making

• Deep understanding of analytics

60
New cards

NoSQL Database

• Data modeled without 2-dimensional tabular relations

• Provides improved access speed and redundancy

61
New cards

Column NoSQL Database

Store Data into Columns

62
New cards

• Column

• Graph

• Document

• Key Value

Four Categories of NoSQL databases

63
New cards

Graph NoSQL Database

Type of NoSQL database that is well suited for analyzing interconnections

64
New cards

Document NoSQL Database

Store, retrieve, and manage document-oriented information

65
New cards

Key-Value NoSQL Database

Two columns ("key" and "value")

66
New cards

Infrastructure as a Service (IaaS)

• Organization outsources the equipment used to support its data processing operations

(Cloud Computing Services)

67
New cards

Defamation

Oral (slander) or written (libel) statement of alleged fact that is false and harms another person

68
New cards

Platform as a Service (PaaS)

• Users are provided with a computing platform, typically including an operating system, programming language execution environment, database services, and Web server

(Cloud Computing Services)

69
New cards

Data Mart

A subset of data warehouses that are used by small and medium businesses and departments within large companies

70
New cards

• Complex pricing arrangements

• Wide variations in performance over time

• Inadequate data security

• Vendor lock-in

Issues with public cloud computing:

71
New cards

Children's Online Privacy Protection Act (COPPA)

• Notify parents about data collection practices

• Must receive parental consent before collecting data

72
New cards

American Recovery and Reinvestment Act (Title XIII)

• Bans the sale of health information

• Provides right of access to patients

• Requires within notification within 60 days for individuals with exposed information

73
New cards

Health Insurance Portability and Accountability Act (HIPAA)

• Requires standardized electronic transactions, codes, and identifiers

• Enables fully digitalized medical records

• Requires health care providers to obtain written consent from patients prior to disclosing information

74
New cards

Section 230 of the Communications Decency Act (CDA)

Provides immunity to an Internet Service Provider (IPS) that publishes user-generated content

75
New cards

Benefits of Public Cloud Computing

• Reduced costs

• Flexible Computing Capacity

• Increased redundancy in the event of a disaster

76
New cards

Big Data

Enormous containing terabytes or more of information and very complex

77
New cards

Volume, Velocity, Value, Variety, and Veracity

Key characteristics of big data

78
New cards

Self-Service Analytics

Empower end users to work independently

79
New cards

Five Steps in the Ethical Decision-Making Process

1) Develop a problem statement

2) Identify alternatives (brainstorm)

3) Choose an alternative

4) Implement decision

5) Evaluate results (observe impact)

80
New cards

Four Key Benefits of Professional Code of Ethics

1) Improve ethical decision making

2) Sets high standards of practice and ethical behavior

3) Engineers trust and gains respect from the general public

4) Provides an evaluation benchmark

81
New cards

Business Benefits of IoT

• Reduce costs to achieve a competitive advantage

• Deepen the organization's understanding of consumer preferences and behaviors

• Improve customer service and experience

• Improve workplace safety

82
New cards

Private Cloud Computing

Type of cloud computing that has a single tenant, usually due to concerns about securing data

83
New cards

Public Cloud Computing

• Email, Databases, Networking

• Smartphones and laptops

84
New cards

Hybrid Cloud Computing

• Uses an integrated network that runs less security-sensitive applications on the public portion and more security-sensitive applications on the private portion

85
New cards

High-Quality Software Systems

• Easy to learn and use

• Perform quickly and efficiently

• Operate safely and reliably so that the system downtime is kept to a minimum

86
New cards

Time Series Analysis

• Uses statistical methods

• Analyzes time series data

• Extracts meaningful statistics and characteristics

87
New cards

Database

A well-designed, organized, and carefully managed collection of data

88
New cards

Database Approach to Data Management

• Description defining the databases logical and physical structure

• Identifies the table and attributes in each table

• Identifies the relationship between attributes and tables

89
New cards

Four ACID Properties

Atomicity, Consistency, Isolation, and Durability

90
New cards

Genetic Algorithms

A type of analytics that employs natural selection

91
New cards

Virtualization

Technological tool that allows users to access and interact with files and applications that are hosted and stored in the cloud

92
New cards

Schema

A(n) ________________ is a description defining the database's logical and physical structure and identifying the relationships between attributes and tables

93
New cards

Wearable

A smart watch that records heart rate and location is an example of what type of IoT device?

94
New cards

5G (Lower Latency and Higher Speed)

What technology has made the IoT possible?

95
New cards

Internet of Things

What does IoT stand for?

96
New cards

True

True/False: Complex pricing arrangements are an issue with public cloud computing

97
New cards

Security

A potential issue with IoT applications to your network

98
New cards

Visual Analytics

A conversion funnel is an example of _____________ in descriptive analysis

99
New cards

Unlike the EU, the U.S. has no single, overarching national data privacy policy

How do fair information practices in the United States and The European Union differ?

100
New cards

Problem Statement

The step in the ethical decision-making process where you develop a clear, concise description of the issue being addressed