Bus 101 Information Systems Midterm

studied byStudied by 382 people
5.0(1)
Get a hint
Hint

Moore’s Law

1 / 90

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

91 Terms

1

Moore’s Law

The number of transistors per square inch on an integrated chip doubles every 18 months

New cards
2

Moore’s Law Implications

Computers are getting exponentially faster. The cost of data processing is approaching zero.

New cards
3

Metcalfe’s Law

The value of a network is equal to the square of the number of users connected to it

New cards
4

Metcalfe’s Law Implications

More digital devices are being connected together. The value of digital and social networks is increasing exponentially.

New cards
5

Nielsen’s Law

Network connection speeds for high-end users will increase by 50% per year.

New cards
6

Nielsen’s Law Implications

Network speed is increasing. Higher speeds enable new products, platforms, and companies.

New cards
7

Kryder’s Law

The storage density on magnetic disks is increasing at an exponential rate.

New cards
8

Kryder’s Law Implications

Storage capacity is increasing exponentially. The cost of storing data is approaching zero.

New cards
9
New cards
10

Bell's law

Today’s highly successful business could be bankrupt quickly because technology changed and it didn’t.

New cards
11

How Can Intro to MIS Help You Learn Non-Routine Skills? (Systems Thinking)

  • Model system components and show how components’ inputs and outputs relate to one another

    • Ability to discuss, illustrate, critique systems; compare alternative systems; apply different systems to different situations

New cards
12

How Can Intro to MIS Help You Learn Non-Routine Skills? (Abstract Reason)

  • Ability to make and manipulate models

    • Learn how to use and construct abstract models

New cards
13

How Can Intro to MIS Help You Learn Non-Routine Skills? (Collaboration)

People working together to achieve a common goal, result, or work product

New cards
14

How Can Intro to MIS Help You Learn Non-Routine Skills? (Ability to experiment)

Make reasoned analysis of an opportunity; develop and evaluate possible solutions

New cards
15

Difference between IT and IS

You cannot buy an IS: Can buy, rent, lease hardware, software, databases, and predesigned procedures

IS involves IT, people, and procedures.

New cards
16

Information

  • Knowledge derived from data.

  • Meaningful context.

  • Processed data, or data processed by summing, ordering, averaging, grouping, comparing, or similar operations.

New cards
17

Characteristics of Data

Accurate, timely, relevant (to context/subject), sufficient, worth its cost

New cards
18

2 key characteristics of collaboration

  • Successful collaboration

    • People working together to achieve a common goal

    • Feedback and iteration

  • Importance of critical feedback

    • members learn from each other

    • provide constructive criticism

    • Be willing to express different ideas

    • Avoid groupthink

New cards
19

Hackman’s Criteria for Judging Team Success

  • Successful outcome

  • Improve team capability over time

  • Meaningful and satisfying experience

New cards
20

4 primary purposes of collaboration

  • Become informed

    • Share data & communicate interpretations

    • Develop & document shared understandings

  • Make decisions

  • Solve problems

  • Manage projects

New cards
21

Requirements for a collaboration information system

  • Hardware

  • Software

  • Data / metadata

  • Procedures

  • People

New cards
22

Requirement for making decisions

Share decision criteria, alternative descriptions, evaluation tools, evaluation results, implementation plan

New cards
23

Requirement for solve problems

Share problem, solution alternatives, cost/benefits, alternative evaluations, solution implementation plan

New cards
24

Requirements for manage projects

Support starting, planning, doing, and finalizing project phases

New cards
25

Collaboration tools to improve team communication

  • Virtual Meetings

    • Skype, Google Hangouts, etc

  • Shared content w/ version control

  • Microsoft Sharepoint

    • large/complex app for collaboration

New cards
26

Five Forces Determine Industry Structure

  • Bargaining power of customers

  • Threat of substitutions

  • Bargaining power of suppliers

  • Threat of new entrants

  • Rivalry

New cards
27

Porter’s Four Generic Competitive Strategies

  • Industry-wide

  • Cost

  • Focus

  • Differentiation

<ul><li><p>Industry-wide</p></li><li><p>Cost</p></li><li><p>Focus</p></li><li><p>Differentiation </p></li></ul>
New cards
28

Primary Activities of the value chain

  • inbound logistics

  • operations/manufacturing

  • outbound logistics

  • sales and marketing

  • customer service

New cards
29

inbound logistics (value chain)

receiving, storing, and disseminating inputs to the products

New cards
30

operations/manufacturing (value chain)

transforming inputs into the final products

New cards
31

outbound logistics (value chain)

collecting, storing, and physically distributing the products to buyers

New cards
32

sales and marketing (value chain)

inducing buyers to purchase the products and providing a means for them to do so

New cards
33

customer service (value chain)

assisting customers use of the products and thus maintaining and enhancing the products’ value

New cards
34

Using IS to create competitive advantages

  • Enhance existing products

    • differentiate products

      • lock in customers

        • raise barriers to market entry

          • increase profit margins by decreasing costs and decreasing errors

Ex: maintain customer account data (IS collects info and saves customer time by automatically filling in part of form)

package & information delivery system: Helps customer to select delivery address and generate shipping labels

New cards
35

Why use a database?

Organize and keep track of things. If there are multiple themes.

New cards
36

Rows and columns are equivalent to…

Records and fields

New cards
37

Components of a database

tables or files + relationships among rows in tables + metadata

New cards
38

Database Management System (DBMS)

program to create, process, administer a database. licensed from vendors (IBM, Oracle, Microsoft, etc)

New cards
39

Processing the database

DBMS Process Operations

  • Read

  • insert

  • modify

  • delete data

Structured query language (SQL): international standard used by nearly all DBMS

<p>DBMS Process Operations</p><ul><li><p>Read</p></li><li><p>insert</p></li><li><p>modify</p></li><li><p>delete data</p></li></ul><p>Structured query language (SQL): international standard used by nearly all DBMS</p>
New cards
40

Forms (database)

view data; insert new, update existing, delete existing data

New cards
41

Queries (database)

Search using values provided by user

New cards
42

Reports (database)

Structured presentation of data using shorting, grouping, filtering, other operations

New cards
43

Application programs (database)

Provide security, data consistency, special purpose processing (ex: handle out-of-stock situations)

New cards
44

Entity-Relationship Data Model

  • Entities

    • Something to track (order, customer, item, donation)

  • Attributes

    • Describe characteristics of entity (OrderNumber, CustomerNumber, PhoneNumber)

  • Identifier

    • Uniquely identifies one entity instance from other instances (StudentIDNumber)

New cards
45
<p>1:N (DB Relationship)</p>

1:N (DB Relationship)

One department may have many advisers, but an adviser may be in only one department

New cards
46
<p>N:M (DB Relationship)</p>

N:M (DB Relationship)

Adviser may have many students, and one student may have many advisers

New cards
47
<p>Crow’s-Foot Diagram (What do the arrows mean)</p>

Crow’s-Foot Diagram (What do the arrows mean)

1: Maximum cardinality─maximum number of entities in a relationship. Vertical bar on a line means at least one entity required.

2: Minimum cardinality—minimum number of entities in a relationship. Small oval means entity is optional; relationship need not have entity of that type

<p>1: Maximum cardinality─maximum number of entities in a relationship. Vertical bar on a line means at least one entity required.</p><p>2: Minimum cardinality—minimum number of entities in a relationship. Small oval means entity is optional; relationship need not have entity of that type</p>
New cards
48

Database Normalization

  • Converting poorly structured tables into 2 or more well-structured ones

    • Goal: construct table w/ single theme or entity

    • purpose: minimize data integrity problems

<ul><li><p>Converting poorly structured tables into 2 or more well-structured ones</p><ul><li><p>Goal: construct table w/ single theme or entity</p></li><li><p>purpose: minimize data integrity problems</p></li></ul></li></ul>
New cards
49

Cloud

elastic leasing of pooled computer resources over the internet

  • elastic: automatically adjusts for unpredictable demand, limits financial risks.

  • pooled: same physical hardware, economies of scale.

New cards
50

Benefits of the cloud

  • lower costs

  • ubiquitous access

  • improved scalability

  • elasticity

  • virtualization technology

  • internet-based standards enable flexible, standardized processing capabilities

New cards
51

In-House Hosting Benefits

  • control of data location

    • in-depth visibility of security/disaster preparedness

New cards
52

In-House Hosting Negatives

  • significant capital required

  • significant development effort

  • difficult to accommodate fluctuating demand

  • ongoing support costs

  • maintenance costs

  • obsolescence

New cards
53

SaaS - software as a service (cloud service)

users are employees and customers. allows users to connect to and use cloud-based apps over the Internet (ex: iCloud)

New cards
54

PaaS - platform as a service (cloud service)

users are app developers/testers. software and hardware that provides an operating system on which developers can create and deploy solutions without administrating the underlying system software. (ex: AWS)

New cards
55

IaaS - Infrastructure as a service (cloud service)

users are network architects and system admins. It provides scalability, servers, data storage, and network hardware upon which a company can install and manage its operating system and database management to host its applications on the cloud. (ex: Amazon EC2)

New cards
56

content delivery network (CDN)

stores user data in many different geographical locations and makes data available on demand

  • specialized type of PaaS

New cards
57

CDN Benefits

  • decreased loadtime

  • reduced load on origin server

  • increased reliability

New cards
58

Personal area network (PAN)

Devices connected around a single person

<p>Devices connected around a single person</p>
New cards
59

Local area network (LAN)

computers connected at a single physical site

New cards
60

Wide area network (WAN)

Computers connected between two or more separated sites

New cards
61

Router

Device that forwards data packets along networks. A router is connected to at least 2 networks located at gateways, the places where two or more networks connect. Use headers and forwarding tables to determine best path for forwarding the packets, and use protocols such as ICMP to communicate with each other and configure the best route.

New cards
62

Switch

Device that filters and forwards packets between LAN segments. LANS that use switches to join segments are called switched LANs or, in the case of ethernet networks, switched ethernet LANs

New cards
63

Hub

common connection point for devices in a network. Commonly used to connect segments of LAN. Contains multiple ports. When a packet arrives at one port, its copied to all other ports so that all segments of LAN can see all packets

New cards
64

Switches vs routers

Switches create a network. Routers connect networks.

New cards
65

Domain Name System (DNS)

unique name affiliated with a public IP address. multiple domain names for same IP address.

New cards
66

URL (Uniform Resource Locator)

internet address protocol, such as http://

New cards
67

Public IP address

identifies a unique device on internet. assigned by ICANN. one public IP address per LAN.

New cards
68

Private IP address

identifies a device on a private network, usually a LAN. Assignment is controlled by LAN. Eliminates registering public IP with ICANN. Protects against direct attack.

New cards
69

Transmission Control Protocol (TCP)

communications standard for delivering data and messages through networks

New cards
70

Virtual Private Network (VPN)

a mechanism for creating a secure connection between a computing device and a computer network, or between two networks, using an insecure communication medium such as the public Internet.

New cards
71

Structured Processes

formally defined, standardized processes that involve day-to-day operations.

New cards
72

Dynamic Processes

flexible, informal, and adaptive processes that normally involve strategic and less specific managerial decisions and activities.

New cards
73

Workgroup

Support one or more _____ processes. 10–100 users; procedures often formalized; problem solutions within group; workgroups can duplicate data; somewhat difficult to change (ex: doctors office)

New cards
74

Enterprise

Support one or more _______ processes. 100–1,000+ users; procedures formalized; problem solutions affect enterprise; eliminate workgroup data duplication; difficult to change (ex: hospital)

New cards
75

inter-enterprise

Support one or more _______ processes. 1,000+ users; systems procedures formalized; problem solutions affect multiple organizations; can resolve problems of duplicated enterprise data; very difficult to change (ex: healthcare exchange)

New cards
76

information silo problems

  • data duplicated

  • data inconsistency

  • data isolated

  • disjointed processes

  • lack of integrated enterprise information

  • inefficient (decisions made in isolation)

New cards
77

Solving problem of information silos

  • integrate into single database

  • revise applications

<ul><li><p>integrate into single database</p></li><li><p>revise applications</p></li></ul>
New cards
78

Business Process Reengineering (BPR)

Integrated data, enterprise systems create stronger, faster, more effective linkages in value chains.

  • difficult, slow, expensive

  • requires high-level and expensive skills/time

New cards
79

Customer relationship management (CRM)

suite of applications, database, set of inherent processes. manage all interactions with customer through four phases of customer life cycle. supports customer-centric organization.

New cards
80

Enterprise Resource Planning (ERP)

software system that helps you run your entire business, supporting automation and processes in finance, human resources, manufacturing, supply chain, services, procurement, and more.

New cards
81

Enterprise Application Integration (EAI)

  • connects system islands

  • enables communicating and sharing data

  • provides integrated information

  • provides integrated layer on top of existing systems while leaving functional application as is

  • enables gradual move to ERP

New cards
82

True ERP Have Application that Integrate:

  • supply chain

  • manufacturing

  • CRM

  • Human resources

  • Accounting

New cards
83

challenges of implementing and upgrading to ERP

  • collaborative management

  • requirement gaps

  • transition problems

  • employee resistance

  • new technology

New cards
84

Social media information system (SMIS)

sharing content among networks of users

New cards
85

3 SMIS Roles

  • Social media providers

    • FB, Google, etc

  • Users

    • individuals/organizations

  • Communities

    • Mutual interests that transcend geographic boundaries

New cards
86

Five Components of SMIS

  • Hardware

  • Software

  • Data

  • Procedures

  • People

<ul><li><p>Hardware</p></li><li><p>Software</p></li><li><p>Data</p></li><li><p>Procedures</p></li><li><p>People</p></li></ul>
New cards
87

Social CRM

  • Customers craft own relationship.

  • Wikis, blogs, discussion lists, frequently asked questions, sites for user reviews and commentary, other dynamic content.

  • Customers search content, contribute reviews and commentary, ask questions, create user groups, etc.

  • Not centered on customer lifetime value.

New cards
88

How do social networks add value to businesses

Progressive organizations have social media

  • encourage customers and interested parties to leave comments

  • risk - encouraging excessively critical feedback

  • klout score - measure of individuals social capital

New cards
89

Earning revenue from social media

  • transform interactions w/ customers, employees, and partners into mutually satisfying relationships with them and their communities

  • you are the product (renting your eyeballs to an advertiser)

  • monetization

New cards
90

Revenue models for social media

  • Advertising

    • pay per click

  • freemium

    • offers user basic service for free, charge for premium features

  • sales

    • apps and virtual goods, donations, affiliate commissions

New cards
91

Enterprise Social Networks (ESN)

software platform uses SM to facilitate cooperative work of people within an organization. improve communication, collaboration, knowledge sharing, problem solving, decision making.

New cards

Explore top notes

note Note
studied byStudied by 42 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 7 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 289 people
Updated ... ago
4.3 Stars(6)
note Note
studied byStudied by 16 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 391 people
Updated ... ago
4.0 Stars(1)
note Note
studied byStudied by 115 people
Updated ... ago
4.8 Stars(4)

Explore top flashcards

flashcards Flashcard35 terms
studied byStudied by 12 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard105 terms
studied byStudied by 123 people
Updated ... ago
4.0 Stars(1)
flashcards Flashcard54 terms
studied byStudied by 35 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard21 terms
studied byStudied by 2 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard80 terms
studied byStudied by 37 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard41 terms
studied byStudied by 15 people
Updated ... ago
4.0 Stars(1)
flashcards Flashcard50 terms
studied byStudied by 11 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard47 terms
studied byStudied by 62 people
Updated ... ago
5.0 Stars(1)