Top Banner
Hardware and Software Fundamentals by David Kroenke Using MIS 5e International Edition Chapter 4
40
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: kroenke_umis5e_inppt04IE.ppt

Hardware and Software Fundamentalsby David Kroenke

Using MIS 5e International Edition

Chapter 4

Page 2: kroenke_umis5e_inppt04IE.ppt

Chapter 4-2Copyright © 2013 Pearson Education

"... if we don’t have an iPad App, we don’t have a business."

• GearUp not competitive because they don’t have iPad app

• Don’t know what they’re doing and could waste a lot of money and time

• Outsourcing to India? Open source?

• Need to find out what others have done

• Conflict between low cost and technical competitiveness

Page 3: kroenke_umis5e_inppt04IE.ppt

Chapter 4-3Copyright © 2013 Pearson Education

Study Questions

Q1: What do business professionals need to know about computer hardware?

Q2: What do business professionals need to know about software?

Q3: Is open source software a viable alternative?

Q4: How can you use this knowledge?

Q5: 2022?

Page 4: kroenke_umis5e_inppt04IE.ppt

Chapter 4-4Copyright © 2013 Pearson Education

Q1: What Do Business Professionals Need to Know About Computer Hardware?

Page 5: kroenke_umis5e_inppt04IE.ppt

Chapter 4-5Copyright © 2013 Pearson Education

Computer Data

Page 6: kroenke_umis5e_inppt04IE.ppt

Chapter 4-6Copyright © 2013 Pearson Education

Storage Capacity Terminology

Page 7: kroenke_umis5e_inppt04IE.ppt

Chapter 4-7Copyright © 2013 Pearson Education

In Fewer Than 300 Words, How Doesa Computer Work?

Page 8: kroenke_umis5e_inppt04IE.ppt

Chapter 4-8Copyright © 2013 Pearson Education

How Does a Computer Work? (cont’d)

Main memory (RAM) –Program instructions–Operating system instructions

Operating system (OS)

–Program that controls computer’s resources and blocks of data

–Provides services to application programs and users

Page 9: kroenke_umis5e_inppt04IE.ppt

Chapter 4-9Copyright © 2013 Pearson Education

Memory Swapping

• When RAM is too small to hold all open programs and data

• CPU loads new program segments into free memory If none available, operating system swaps

out existing instructions, or data, to a disk and copies requested program, or data, to freed space

• Swapping slows down computer

Page 10: kroenke_umis5e_inppt04IE.ppt

Chapter 4-10Copyright © 2013 Pearson Education

Why Does a Manager Care How a Computer Works? (cont’d)

• Simple tasks do not need fast CPU

• 64-bit dual processor, 8+GB RAM for large, complicated spreadsheets, large database files, large picture, sound, movie files

• Cache and main memory are volatile, so save frequently

Page 11: kroenke_umis5e_inppt04IE.ppt

Chapter 4-11Copyright © 2013 Pearson Education

What Is Difference Between a Client and a Server?

Page 12: kroenke_umis5e_inppt04IE.ppt

Chapter 4-12Copyright © 2013 Pearson Education

What Is Difference Between a Client and a Server? (cont’d)

Page 13: kroenke_umis5e_inppt04IE.ppt

Chapter 4-13Copyright © 2013 Pearson Education

Ethics Guide: Churn and Burn

Conspiracy among hardware and software vendors?•Hardware vendors create new, faster computers•Software vendors create new products with more features only needed by some users•Time-consuming to learn

Churning1.New software needs new hardware to run.2.New hardware becomes obsolete fast.3.Repeat steps 1 and 2.

Page 14: kroenke_umis5e_inppt04IE.ppt

Chapter 4-14Copyright © 2013 Pearson Education

Ethics Guide: Churn and Burn (cont’d)

• Products have defects–Vendors turn these into a sales advantage

• Should users accept these problems?

• Should they rise up in protest?

• What should vendors do?

Page 15: kroenke_umis5e_inppt04IE.ppt

Chapter 4-15Copyright © 2013 Pearson Education

Q2: What a Manager Needs to Know About Software

Page 16: kroenke_umis5e_inppt04IE.ppt

Chapter 4-16Copyright © 2013 Pearson Education

Own Versus License

License– Right to use specified number of copies– Limits vendor’s liabilitySite License

– Flat fee to install software product on all company computers or all computers at a specific site

Open Source– No license fee

Page 17: kroenke_umis5e_inppt04IE.ppt

Chapter 4-17Copyright © 2013 Pearson Education

Virtualization

Windows Server Computer Hosting Two Virtual Machines

Page 18: kroenke_umis5e_inppt04IE.ppt

Chapter 4-18Copyright © 2013 Pearson Education

Virtualization (cont’d)How Virtual Machine VM3 Appears to a User

Page 19: kroenke_umis5e_inppt04IE.ppt

Chapter 4-19Copyright © 2013 Pearson Education

Types of Virtualization

PC virtualization• Personal computer hosts several different

operating systemsServer virtualization

• Server computer hosts other server computers

• Makes cloud computing feasibleVirtual desktop• Allows access from any computer a user

has authorization to use

Page 20: kroenke_umis5e_inppt04IE.ppt

Chapter 4-20Copyright © 2013 Pearson Education

What Types of Applications Exist, and How Do Organizations Obtain Them?

Page 21: kroenke_umis5e_inppt04IE.ppt

Chapter 4-21Copyright © 2013 Pearson Education

How Do Thin Clients Compare to Thick Clients?

Page 22: kroenke_umis5e_inppt04IE.ppt

Chapter 4-22Copyright © 2013 Pearson Education

What Is Firmware?

Computer software installed on read-only memory

• Printers, print servers, communication devices

• Coded like other software

• Can be changed and upgraded

Page 23: kroenke_umis5e_inppt04IE.ppt

Chapter 4-23Copyright © 2013 Pearson Education

Q3: Is Open Source Software a Viable Alternative?

GNU general public license agreement

• Standard for open source software

• Successful open source projects– OpenOffice (Microsoft Office look-alike)– FireFox (Web browser)– MySQL (DBMS, see Chapter 5) – Apache (Web server, see Chapter 8)– Ubuntu (Windows-like desktop operating system)– Android (mobile-phone operating system)

Page 24: kroenke_umis5e_inppt04IE.ppt

Chapter 4-24Copyright © 2013 Pearson Education

Why Do Programmers Volunteer Their Services?

• It’s fun

• Freedom to choose projects

• Exercise creativity on interesting and fulfilling projects

• Exhibit one’s skill to get a job

• Start a business selling services

Page 25: kroenke_umis5e_inppt04IE.ppt

Chapter 4-25Copyright © 2013 Pearson Education

How Does Open Source Work?

• Collaboration of many programmers

• Examines source code and identifies a need, creates new feature or redesigns existing feature, or fixes a problem

• Code evaluated and extended by others

• Iteration, peer reviews and well-managed project yield high-quality code

Page 26: kroenke_umis5e_inppt04IE.ppt

Chapter 4-26Copyright © 2013 Pearson Education

So, Is Open Source Viable?

• Depends on requirements and constraints of situation.

• “Free” open source software still requires support and operational costs that could cost more than a licensing fee.

• Future will involve a blend of both proprietary and open source software.

Page 27: kroenke_umis5e_inppt04IE.ppt

Chapter 4-27Copyright © 2013 Pearson Education

Using MIS In-Class 4 A Group Exercise: Choosing a Computer• Identify most appropriate computer for three

different scenarios.

• Determine:– Hardware and software requirements– Size and type of computer – Processor speed– Size of main memory and disk– Operating system and application programs– Maintenance and support agreements– Any other factors you deem appropriate.

Page 28: kroenke_umis5e_inppt04IE.ppt

Chapter 4-28Copyright © 2013 Pearson Education

Q4: How Can You Use This Knowledge?

•What Buying Decisions Do You Make? Specification of client hardware and

software Specification of client hardware and

software for employees• Large organizations, IS department sets

formal standards• Medium to small organizations, managers

take active role in setting specifications

Page 29: kroenke_umis5e_inppt04IE.ppt

Chapter 4-29Copyright © 2013 Pearson Education

Sources of System Costs

Page 30: kroenke_umis5e_inppt04IE.ppt

Chapter 4-30Copyright © 2013 Pearson Education

Business Manager’s Role in Hardware and Software Specifications

Page 31: kroenke_umis5e_inppt04IE.ppt

Chapter 4-31Copyright © 2013 Pearson Education

What Process Should You Use to Establish a Computer Budget?

Page 32: kroenke_umis5e_inppt04IE.ppt

Chapter 4-32Copyright © 2013 Pearson Education

What Process Should You Use to Establish a Computer Budget? (cont’d)

Reasons you may need more equipment• Substantial change in head count• Important new departmental functions or

responsibilities• Upgrading to major new versions of operating

system or other software• Implementation of new systems requires

additional hardware• Change in overhead expense allocation

Page 33: kroenke_umis5e_inppt04IE.ppt

Chapter 4-33Copyright © 2013 Pearson Education

What Process Should You Use to Establish a Computer Budget? (cont’d)

• Review and revise budget

• Consider refurbished equipment

• Delay upgrades to new operating system

• Reallocate hardware among employees

• Document results

• Keep spreadsheet and notes used to prepare and justify budget

Page 34: kroenke_umis5e_inppt04IE.ppt

Chapter 4-34Copyright © 2013 Pearson Education

Q5: 2022?

• Can Microsoft take Office 365 into mobile market via its Skype acquisition?

• PC mules will be rare

• Large-screen computing/connectivity devices available everywhere

• Use a public device and connect to cloud

• Won’t need desktop office applications

• Cost performance issues of desktop virtualization will be gone

Page 35: kroenke_umis5e_inppt04IE.ppt

Chapter 4-35Copyright © 2013 Pearson Education

Guide: Keeping Up to Speed

• Pace of change in technology is relentless• 21st century business professional cannot bury

head in sand• Use knowledge of IT to gain competitive

advantage• Don’t ignore technology

Read articles, technology ads, attend seminars and workshops

• Get involved as a user representative in technology committees

Page 36: kroenke_umis5e_inppt04IE.ppt

Chapter 4-36Copyright © 2013 Pearson Education

Guide: Questioning Your Questions

• Learn how to discern quality of judgment and evaluate answers.

• Most difficult and creative tasks are generating questions and formulating a strategy for getting answers.

• Be able to ask good questions and obtain good answers.

• Learning about new IS alternatives and how to apply them.

Page 37: kroenke_umis5e_inppt04IE.ppt

Chapter 4-37Copyright © 2013 Pearson Education

Guide: Questioning Your Questions

Questions can be bad in three ways:1.Irrelevant: Answer won’t tell you why2.Dead: Provides no insight into subject 3.Asked the wrong source Don’t ask “What is it?” questions of

valuable or expensive sources. Ask: “How can I use it? Is it the best

choice for our company or situation?”

Page 38: kroenke_umis5e_inppt04IE.ppt

Chapter 4-38Copyright © 2013 Pearson Education

Active Review

Q1:What do business professionals need to know about computer hardware?

Q2: What do business professionals need to know about software?

Q3: Is open source software a viable alternative?

Q4: How can you use this knowledge?

Q5: 2022?

Page 39: kroenke_umis5e_inppt04IE.ppt

Chapter 4-39Copyright © 2013 Pearson Education

The Apple of Your i

• Tripled its market in three years

• Second largest public company in world

• Apple pioneered well-engineered home computers and innovative interfaces for students and knowledge workers.

• Every sales success feeds other sales successes.

Page 40: kroenke_umis5e_inppt04IE.ppt

Copyright © 2013 Pearson Education