fundamentals of information systems, sixth edition chapter 2 part # 2 hardware and software

33
Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Upload: drusilla-nicholson

Post on 11-Jan-2016

223 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Fundamentals of Information Systems, Sixth

Edition

Chapter 2 part # 2

Hardware and Software

Page 2: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Overview of Software Computer programs:

◦ Sequences of instructions for the computer

Documentation:◦ Describes program functions to help the user operate the computer system

Types of software:

- Systems software :

is the set of programs designed to coordinate the activities and functions of the hardware and various programs throughout the computer system.

- Application software:

consists of programs that help users solve particular computing problems.

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 2

Page 3: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Systems Software

Includes:◦ Operating systems◦ Utility programs

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 3

Page 4: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Operating Systems Set of programs that controls computer hardware and acts as an interface with application programs.

Can control one computer or multiple computers, or

Can allow multiple users to interact with one computer

Combinations of OSs, computers, and users:◦ Single computer with a single user◦ Single computer with multiple users◦ Multiple computers with multiple users◦ Special-purpose computers

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 4

Page 5: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Operating Systems (continued)

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 5

Page 6: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Operating Systems (continued)

Activities performed by the operating system:◦ Perform common computer hardware functions◦ Provide a user interface and input/output management◦ Provide a degree of hardware independence◦ Manage system memory◦ Manage processing tasks◦ Provide networking capability◦ Control access to system resources◦ Manage files

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 6

Page 7: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Operating Systems (continued)

Common hardware functions:◦ Get input from keyboard or another input device◦ Retrieve data from disks◦ Store data on disks◦ Display information on a monitor or printer

- OS acts as an intermediary between the application and the hardware.

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 7

Page 8: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Operating Systems (continued)

User interface and input/output management:◦ User interface:

◦ Allows individuals to access and command the computer system

◦ Command-based user interface:◦ Requires that text commands be given to the computer to perform basic activities

◦ Graphical user interface (GUI):◦ Uses icons and menus displayed on screen to send commands to the computer system

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 8

Page 9: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Operating Systems (continued)

Hardware independence:◦ Application program interface (API):

◦ Allows applications to make use of the operating system

- Programmers can use APIs to create application software without understanding the inner workings of the operating system.(figure 2.10)

Memory management:◦ Allows computer to execute program instructions effectively and to speed

processing.

virtual memory: allocates space on the hard disk to supplement the immediate, functional memory capacity of RAM.

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 9

Page 10: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Operating Systems (continued)

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 10

Page 11: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Operating Systems (continued)

Processing tasks:◦ Multitasking:

◦ More than one program can run at the same time

◦ Time-sharing:◦ Allows more than one person to use a computer system at the same time

◦ Scalability:◦ Ability of the computer to handle an increasing number of concurrent users smoothly

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 11

Page 12: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Operating Systems (continued)

Networking capability:◦ Allows computers in a network to send and receive data and share

computing resources

Access to system resources and security:◦ Protection against unauthorized access◦ OS establishes a logon procedure

File management:◦ Ensures that files in secondary storage are available when needed and that

they are protected from access by unauthorized users

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 12

Page 13: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Current Operating Systems

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 13

Page 14: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Utility Programs Help to perform maintenance or correct problems with a computer system

Some can help computer systems run better and longer without problems

Can help to secure and safeguard data

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 14

Page 15: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Utility Programs (continued)

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 15

Page 16: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Application Software Application programs:

◦ Interact with systems software ◦ Help you perform common tasks, such as:

◦ Creating and formatting text documents◦ Performing calculations◦ Managing information

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 16

Page 17: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Types and Functions of Application Software

Proprietary software:◦ One-of-a-kind program for a specific application, usually developed and

owned by a single company

Off-the-shelf software:

o Software mass-produced by software vendors to address needs that are common across businesses, organizations, or individuals.

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 17

Page 18: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 18

Page 19: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Types and Functions of Application Software

Application service provider (ASP):◦ Company that can provide software, support, and computer hardware on

which to run the software from the user’s facilities over a network

- advantages :

•contract customization of off-the-shelf software.

•speed deployment of new applications while helping IS managers avoid implementation headaches .

•reducing the need for many skilled IS staff members.

•decreasing project start-up expenses.

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 19

Page 20: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Types and Functions of Application Software

- disadvantages :

•sensitive information could be compromised in a number of ways, including unauthorized access by employees or computer hackers.

• the ASP might not be able to keep its computers and network up and running as consistently as necessary.

• a disaster could disable the ASP’s data center, temporarily putting an organization out of business.

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 20

Page 21: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Overview of Application Software (continued)

Software as a service (SaaS):◦ Allows businesses to subscribe to Web-delivered business application

software by paying a monthly service charge or a per-use fee◦ Can reduce expenses by sharing its running applications among many

businesses

Cloud computing:◦ Use of computing resources on the Internet (the cloud) rather than on local

computers

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 21

Page 22: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Personal Application Software

Word processing

Spreadsheet analysis

Database applications

Graphics program

Personal information managers

Software suites and integrated software packages

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 22

Page 23: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 23

Page 24: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Personal Application Software

-word processing :

•If you write reports, letters, or term papers, word-processing applications can be indispensable.

•checking spelling, creating tables, inserting formulas, creating graphics, and much more.

-Spreadsheet Analysis:

•Used to prepare budgets, forecast profits, analyze insurance programs, summarize income tax data, and analyze investments.

•Has Features include graphics, limited database capabilities, statistical analysis, built-in business functions.

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 24

Page 25: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Personal Application Software

-Database Applications:

•are ideal for storing, manipulating, and retrieving data. These applications are particularly useful when you need to manipulate a large amount of data and produce reports and documents.

-Graphic Programs :

•can be used to develop advertising brochures, announcements, and full-color presentations.

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 25

Page 26: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Personal Application Software

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 26

-Personal Information Managers (PIMs) :

help individuals, groups, and organizations store useful information, such as a list of tasks to complete or a list of names and addresses.

- Software Suites and Integrated Software Packages:

•A software suite is a collection of single programs packaged together in a bundle.

Page 27: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Mobile Application Software

Operating systems designed for smartphones include:◦ OS X iPhone, Android, and WebOS

Tens of thousands of applications have been: ◦ Developed by third parties for the iPhone

Palm WebOS:◦ Has only recently released its software development kit

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 27

Page 28: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Mobile Application Software

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 28

Page 29: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Workgroup Application Software

Support teamwork, whether people are in the same location or dispersed around the world

Groupware:◦ Software that helps groups of people work together more effectively

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 29

Page 30: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Enterprise Application Software

Software that benefits an entire organization

Enterprise resource planning (ERP) software:◦ Set of integrated programs that manage a company’s vital business

operations for an entire multisite, global organization

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 30

Page 31: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Programming Languages

Sets of keywords, symbols, and a system of rules for constructing statements:

◦ By which humans can communicate instructions to be executed by a computer

Programming:◦ Involves translating what a user wants to accomplish into instructions that

the computer can understand and execute

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 31

Page 32: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Summary Hardware:

◦ The physical components of a computer that perform the input, processing, storage, and output activities of the computer

Software:◦ Consists of programs that control the workings of the computer hardware

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 32

Page 33: Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software

Summary (continued) Operating system (OS):

◦ Set of computer programs that controls the computer hardware to support users’ computing needs

◦ Manages tasks to allocate computer resources through multitasking and time-sharing

Application software:◦ Applies the power of the computer to solve problems and perform specific

tasks

FUNDAMENTALS OF INFORMATION SYSTEMS, SIXTH EDITION 33