IS 2000 Exam #1

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/65

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.

66 Terms

1
New cards

process

a way of doing something

2
New cards

information systems

a collection of components, including but not limited to computer, that stores and retrieves data and produces information

3
New cards

information

meaningful insight that helps employee do their job

4
New cards

Management Information Systems (information systems)

Creating, monitoring, and adapting processes, information systems, and information to help organizations achieve their strategies

5
New cards

Abstract reasoning

ability to make and manipulate models which serve to solve problems, understand complex systems and apply knowledge

6
New cards

Systems thinking

the ability to see the whole, not just the parts. It is the ability to model the components of a system and to connect the inputs and outputs among those components into a sensible whole

7
New cards

Collaboration

“isn’t about being nice” – also not about being mean – its working together to achieve a goal – give and receive constructive feedback

8
New cards

Experiment

making a careful and reasoned analysis of an opportunity, envisioning potential products or solutions or applications of technology, and then developing those ideas that seem to have the most promise, consistent with the resources you have. – why did something work, why didn’t it work, what did we learn from both, how does this change our approach next time?

9
New cards

Threat of substitutes

performs the same or similar function as another product

10
New cards

Threat of new entrants

can be controlled by barriers to entry

11
New cards

Barriers to entry

factors that make it difficult for new competitors to exist

12
New cards

Existing rivals

how many companies are doing what you are doing

13
New cards

Bargaining power suppliers

how many orgs supply this product / service

14
New cards

Bargaining power of customers

can customers shop elsewhere.

15
New cards

Competitive Strategy

long term plan of a particular company in order to gain a competitive advantage over its competitors in an industry.

16
New cards

Value Chain

a network of value-creating activities

17
New cards

Primary activity

directly impacts what the org does

18
New cards

Support activity

behind the scenes – makes job easier / better (information system)

19
New cards

Business process

a sequence of activities for accomplishing a function

20
New cards

Activity

a task within a business process

21
New cards

BPMN

Business Process Model and Notation (very similar to workflow diagram - Makes word documentation much easier to create, update, and understand quickly)

22
New cards

Repository

a collection of something – commonly stored in a DB

23
New cards

Swimlanes

activities associated to a specific user within the BPMN

24
New cards

System

a group of components that interact to achieve a purpose

25
New cards

Information system

a group of components that interact to produce information

26
New cards

5 component framework

hardware, software, data, procedures, people

27
New cards

Procedure

a set of instructions for a person to follow when operating an information system (Creating an account, Uploading a file, Entering data)

28
New cards

Structured processes

formally defined, standardized processes. Structured processes are commonly used to support day to day operations – scheduling shifts, calculations.(Steps are fixed and are the same every time)

29
New cards

Dynamic processes

informal, more adaptive and even intuitive- can be used to help make decisions - landscaping, hiring, growing (Steps can be different depending on the circumstances)

30
New cards

information

knowledge derived from data

31
New cards

data

recorded facts or figured

32
New cards

data characteristics

accurate, timely, relevant, just sufficient, worth its cost

33
New cards

ISP – internet service provider

offer various speeds and various data limits

34
New cards

PAN

Personal area network

35
New cards

LAN

local area network

36
New cards

WAN

wide area networks

37
New cards

Wired connections

Ethernet, Fiber

38
New cards

Wireless connections

Radio waves, Microwaves

39
New cards

Protocol

set of standard rules that two communicating devices follow, Broken down into different layers based on what they are communicating

40
New cards

Markup language

documentation

41
New cards

HTML

hypertext markup language – websites

42
New cards

CSS

cascading style sheets – support html

43
New cards

XML

extensible markup language

44
New cards

the cloud

the elastic leasing of pooled computer resources (servers) over the internet.

• Virtualized environment.

• These servers can dynamically allocate resources as needed and are pooled by different

organizations.

• Built on Internet protocols (software layer) and are standardized.

• Cost vs "on prem" or in house.

• Best-in-breed for security and

recovery.

• New levels of cloud allow for

increased flexibility.

• Big players (AWS, Azure, Google)

• Outsourcing skills

45
New cards

public cloud options

Software as a Service

(SaaS)

• Platform as a Service

(PaaS)

• Infrastructure as a Service

(IaaS)

• Desktop as a Service

(DaaS)

• Malware as a Service

(MaaS)

46
New cards

Private Cloud

• Cloud owned and operated by an organization for its own benefit

• Resources not pooled, more direct access.

• Organizational or Government regulations.

• Much more expensive

47
New cards

Public cloud

• The resources are pooled amongst multiple systems.

• Provides the IaaS, PaaS, and Saas options

• Is cheaper than private cloud

48
New cards

database

a self describing collection of integrated records; a collection of related tables

49
New cards

Contents of a database

Characters/Byte, Columns (fields), Rows (records), Table (file)

50
New cards

Relational databases

databases that carry their data in the form of tables and represent relationships using primary and foreign keys

51
New cards

Object oriented / object related databases

database in which information is represented in the form of objects. Sometimes known as OODB.

• Commonly used in the cloud

52
New cards

Primary Key

column or group of columns that identifies a unique row in a table

53
New cards

Foreign Key

a value in one table that appears as a primary key in another table to which it relates

54
New cards

Metadata

data that describes data, documentation about the information contained w/in a database

55
New cards

Database management system 

software used to create, process, and administer databases

56
New cards

DBA

job / person responsible for the DBMS

57
New cards

Database applications

a collection of forms, reports, queries and application programs that use the DBMS to process a database

58
New cards

IT

write queries directly against the DB for information

59
New cards

End users

application (very commonly web) that interacts / performs the functions requested (read, write, query) with the DB

60
New cards

Form

a view that is used to read, insert, modify, and delete data (Ex – mybgsu update personal information) - A controlled environment that only allows users to enter specific data in a specific format

61
New cards

Reports

view showing requested data in a structured context

62
New cards

Queries

the coding used to generate the report (End users create query for report via GUI interface created by IT team)

63
New cards

Data model

describes the relationships that will be stored in the DB.

• Requires input from reporters and generators – tech team

64
New cards

Entity-Relationship (E-R) data model

Tool for constructing data models

Developers use it to describe the content of a data model by defining things(entities) that will be stored into a DB and the relationship of those entities

65
New cards

Crows feet

Short hand to show relationship between tables

66
New cards

normalization

converting a poorly structured table into multiple well structured tables