Exam 1 Study Flashcards

(35 cards)

1
Q

Porter’s Five Forces

A

supplier power, buyer power, competitive rivalry, threat of substitution, threat of new entry

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

digitization vs. digitalization vs. digital transformation

A

Digitization: a business shifts from manual and paper-based ways of processing data and information to computerized approaches.

Digitalization: an organization shifts from isolated islands of digital technologies to networked and integrated technology systems

Digital transformation: an organization uses technology to critically change the way it competes as well as its internal capabilities and internal digital assets. Digital transformation leverages digital technology to radically improve, restructure, or entirely create new value to their customers.

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

What is DARSIL for and what are each of the steps?

A

to understand why they need digital transformation, what they need to improve, and how they will integrate tech

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

Functional requirements

A

what must it have to complete this task. Includes hardware & software requirements

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

Business requirements:

A

why

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

Design requirements:

A

how will a functional requirement be made to work

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

how are the types of requirements related

A

Business –> functional –> design

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

Functional vs non-functional requirements

A

functional: what it does, nonfunctional: easy/difficult/available/compatibility

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

strategic activities

A

Activities that are carried out for the future, e.g. decisions about events to happen 3 to 5 years in the future by senior- and upper-level managers

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

tactical activities

A

Activities that are carried out periodically, e.g. monthly, quarterly by employees and lower- and mid-level managers.

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

transactional activities

A

Activities that are carried out daily or weekly by employees and front-line staff

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

performance measures for output hardware

A

size, speed, quality (accuracy [resolution], brightness, sharpness)

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

Types of primary storage

A

RAM (volatile)

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

table fridge metaphor

A

table is RAM, fridge is long-term storage

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

Size of RAM determines:

A

type of OS that can run on the computer (software have minimum RAM reqs)

type of software that can run on a computer

number of software that can be concurrently opened on a laptop

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

Types of secondary storage

A

Magnetic hard drive (HDD hard disk drive), SSD solid state drive

17
Q

Secondary storage

A

Magnetic Hard drive - devices and storage discs that hold instructions, data, software, permanently as magnetic information. Nonvolatile. Sensitive to magnetic energy

18
Q

Advantages of solid state drives

A

no moving parts, quiet; slower write/faster read; consumes less energy, faster data access speeds, insensitivity to magnetic forces

19
Q

ALU

A

Arithmetic & logical unit: manages the math & logic tasks

20
Q

CU

A

control unit: manages the other tasks and softwares

21
Q

Impacts of moore’s law

A

> faster processing of transactions
larger numbers could be processed
larger size of primary storage could be used by the CPU
multiple software applications could be run concurrently on a PC
improvement in performance/cost ratio for customers
relatively cheaper to build large computers
energy efficiency of CPUs is improved

22
Q

challenges of moore’s law:

A

> packing pathways tightly together creates problems associated with size, heat, power (chip starts to melt when processor gets smaller)
chips can’t get smaller forever (get too small > quantum tunneling)

23
Q

CPU vs GPU

A

gpu is graphics

24
Q

Apps vs Application:

A

application: functional tasks- (like desktop(excel/word), functional(sales/accounting), enterprise)

apps: gaming apps, learning apps- single purpose/single function or very few functions

25
Features of MASs:
landing pages w CTAs, ads, social media, campaigns, lead management, web pages content designs, marketing analytics, email automation
26
For data to be valuable it must be
fompass flexible organized manipulatable protected accurate searchable scalable
27
structured vs semistructured vs unstructured
structured: can be organized into tables semistructured: has some structured data and some unstructured data, like an email unstructured: like images, web pages/documents
28
4 operations that DBMS use to process DB:
read insert modify delete rimd
29
SQL databases are…
relational
30
distributed database
stored on multiple server computers at different locations, but that present themselves as a single database to users
31
centralized database
atabase that is stored on a single machine at a single location
32
cloud database
group of databases stored on servers across different data centers and different locations
33
Problems With the Traditional Approach for Storing Data:
• High data redundancy • Rigid program-data dependence • Lack of data integrity • High storage costs • High data inaccuracy issues • Lack of data integration
34
MAS enables orgs to support workflows for
interacting, nurturing, managing, and transforming raw leads into qualified potential customers
35
2 differences between SQL databases and No SQL databases
SQL is structured data, nosql is unstructured. Sql data is organized in tables