CSCI 113i LT 1

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/61

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:14 AM on 3/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

62 Terms

1
New cards

Mission

Why a company exists

2
New cards

Vision

What a company wants to be

3
New cards

Values

What the company believes in and how they will behave

4
New cards

Competitive Advantage

are traits or ways an organization has that keep them ahead of their competitors; these are traits that their rivals desire.

5
New cards

Differentiation Advantage

 Customer’s perceived value is greater than its competitors

6
New cards

Low Cost Advantage

Company’s profit margin is higher than its competitors

7
New cards

Differentiation and Low Cost Advantage

The

state where both differentiation and low cost advantage are achieved by a company

8
New cards

Value Chain

A series of activities in an organization’s operations that add value to its final product or service.

9
New cards

Inbound Logistics, Operations, Outbound Logistics, Marketing and Sales, Service

Value Chain Primary Activities (ILOOL MSS)

10
New cards

Inbound Logistics

Receiving and storing of raw materials

11
New cards

Operations

Conversion of raw materials into finished goods

12
New cards

Outbound Logistics

Storing and distributing finished goods to customers

13
New cards

Marketing and Sales

Making the customers aware of the product or service and provides them with an opportunity to buy

14
New cards

Service

Activities after the point of sale (training, installation, and support)

15
New cards

Firm Infrastructure, Human Resource Management, IT, Procurement

Four Value Chain Supporting Activities (FHIP)

16
New cards

Firm Infrastructure

Organizes a firm for it to function

17
New cards

Human Resource Management

Supports all concerns related to staffing

18
New cards

IT

Supports the organization’s IT infrastructure

19
New cards

Procurement

Supports purchasing of materials for production

20
New cards

Corporate Strategy

An organization’s gameplan. Consists of a Goal, Scope, and Means

21
New cards

Objective, Score, and Advantage

The basic elements of a strategy statement are….

22
New cards

Balanced Scorecard

How we will implement and monitor that plan

23
New cards

Measures

A unit-specific term used to describe business objects or entities

(e.g. 1M USD in revenue, 1000 monthly sales)

24
New cards

Metrics

A quantifiable measurement used to track and assess the performance

of a business process (e.g. 10% increase in month on month sales, 5% increase

in subscriber growth)

25
New cards

KPI

A subset of metrics used to measure how well a business is achieving its

goals (e.g. After migrating from On-premise servers to Cloud servers, there is a 30% cost reduction in IT operations)

26
New cards

Data Strategy

A subset of the

corporate strategy

that is specifically

focused on data

27
New cards

Alignment Across Organizations, Value Creation from Data, Improved Decision-Making, Operational Efficiency

A Data Strategy should always have these 4 things. If not, then most likely, it will not be viable (AVIO)

28
New cards

Alignment Across Organizations, Value Creation from Data, Improved Decision-Making, Operational Efficiency

A Data Strategy should always have these 4 things. If not, then most likely, it will not be viable (AVIO)

29
New cards

Data Governance and Stewardship

The exercise of authority,

control, and shared decision-making (planning, monitoring, and enforcement)

over the management of data assets

30
New cards

Data Architecture

 Identifying the needs of the enterprise (regardless of

the structure) and designing and maintaining the master blueprints to meet

those needs. Using master blueprints to guide data integration, control data

assets, and align data investments with business strategy

31
New cards

Data Modeling and Design

The process of

discovering, analyzing, and scoping data requirements, and then representing

and communicating these data requirements in a precise form called the data

model. This process is iterative and involves conceptual, logical, and physical

models

32
New cards

Data Storage and Operations

The design, implementation, and

support of stored data to maximize its value

33
New cards

Data Security

The planning, development, and execution of security

policies and procedures to provide proper authentication, authorization, access,

and auditing of data and information assets within cultural and regulatory

considerations

34
New cards

Data Integration and Interoperability

________ the movement and consolidation of data within and between data stores,

applications, and organizations. _________ is the ability for multiple

systems to communicate.

35
New cards

Document and Content Management

Controlling the capture,

storage, access, and use of data and information stored predominantly outside

relational databases.

36
New cards

Reference and Master Data

Managing reconciled and integrated data

through stewardship and semantic consistency in support of enterprise-wide

needs to share its data assets

37
New cards

Data Warehousing and Business Intelligence

Planning,

implementation, and managing an integrated data system to support

knowledge workers engaged in reporting, query, and analysis

38
New cards

Metadata Management

Planning, implementation, and control activities

that contributes to the ability to process, maintain, integrate, secure, audit and

govern other data

39
New cards

Data Quality Management

The planning, implementation, and control

of activities that apply techniques for collecting and handling data ensuring it

addresses the needs of the enterprise and local consumer is fit for use.

40
New cards

Data Lifecycle

outlines the stages

that a particular set of data goes

through in analytics projects.

41
New cards

Generation, Collection, Processing, Storage, Management, Analysis, Visualization, Interpretation

Stages of Data Lifecycle

42
New cards

Data Pipelines

support the Collection,

Processing, and Storage stages of the Data

Lifecycle. They are micro services that

perform different tasks to prepare the data for

analytics.

43
New cards

Batch, Streaming, Cloud-Native

Types of Data Pipelines

44
New cards

Batch

Data pipelines that are run on a

specific schedule, and on specific

intervals.

45
New cards

Streaming

Data pipelines that are

continuously running and ingesting

data from one place to another.

46
New cards

Cloud-Native

Data pipelines that use cloud

managed services in performing

their tasks. This can be batch or

streaming

47
New cards

Data Mining

Sometimes referred to as

exploratory data analysis due

to analysis of large quantities

of data using statistical,

technical, and business

knowledge.

48
New cards

Cross Industry Standard Process for

Data Mining (CRISP-DM)

provides a

framework to structure our thinking

about data analytics problems.

49
New cards

Data Warehouse

A physically separate store of data transformed from the

operational environment

50
New cards

Dimensional Modeling

is used to

model data in Data Warehouses

51
New cards

Facts

Entities that contain measures

that the business is tracking.

52
New cards

Dimensions

Describe the objects

being measured in the fact

tables. They are sometimes

called Lookup tables because of

how they are used in Analytical

Queries.

53
New cards

Star Schema, Snowflake Schema, Fact Constellation

Common Forms of Dimensional Model

54
New cards

Star Schema

Fact tablesare

surrounded by

dimension tables

forming a star shape.

Each row in the fact

table represents a

measure while each row

in the dimension table

represents an attribute

of the dimension.

55
New cards

Snowflake Schema

An extension of the Star

Schema where

dimensions have other

dimensions linked to

them to minimize

redundancy. (There is

some form of

normalization)

56
New cards

Fact Constellation

Multiple fact tables

sharing common or

conformed dimension

tables.

57
New cards

Cube

a truly multidimensional

data structure for capturing and

analyzing data. Mathematically, a

hypercube, it can support multiple

dimensions and hierarchies.

58
New cards

Hierarchies

dimensions that

are organized together in a

parent-child structure to define

granularity.

59
New cards

Roll up

summarize data by climbing up hierarchy or by dimension

reduction

60
New cards

Drill Down

reverse of roll-up from higher level summary to lower

level summary or detailed data, or introducing new dimensions

61
New cards

Slice and Dice

Project and select

62
New cards

Pivot

reorient the cube, visualization, 3D to series of 2D planes

Explore top notes

note
Chapter 10: Waves
Updated 1027d ago
0.0(0)
note
Unit 5: Cell Division Study Guide
Updated 403d ago
0.0(0)
note
Stone and Wilcox, Adshade, Cohen
Updated 1154d ago
0.0(0)
note
GOV'T VOCAB 5&6
Updated 1246d ago
0.0(0)
note
Chapter 10: Waves
Updated 1027d ago
0.0(0)
note
Unit 5: Cell Division Study Guide
Updated 403d ago
0.0(0)
note
Stone and Wilcox, Adshade, Cohen
Updated 1154d ago
0.0(0)
note
GOV'T VOCAB 5&6
Updated 1246d ago
0.0(0)

Explore top flashcards

flashcards
Exercise Physiology
49
Updated 830d ago
0.0(0)
flashcards
Uso de los uniformes
62
Updated 422d ago
0.0(0)
flashcards
D1 L14 Chores and Activities
23
Updated 298d ago
0.0(0)
flashcards
Neuro E2- CN disorders
76
Updated 403d ago
0.0(0)
flashcards
Other Senses
25
Updated 1088d ago
0.0(0)
flashcards
Health Exam Revision
73
Updated 1011d ago
0.0(0)
flashcards
Comp 301 Final Quizlet
115
Updated 683d ago
0.0(0)
flashcards
Exercise Physiology
49
Updated 830d ago
0.0(0)
flashcards
Uso de los uniformes
62
Updated 422d ago
0.0(0)
flashcards
D1 L14 Chores and Activities
23
Updated 298d ago
0.0(0)
flashcards
Neuro E2- CN disorders
76
Updated 403d ago
0.0(0)
flashcards
Other Senses
25
Updated 1088d ago
0.0(0)
flashcards
Health Exam Revision
73
Updated 1011d ago
0.0(0)
flashcards
Comp 301 Final Quizlet
115
Updated 683d ago
0.0(0)