+ All Categories
Home > Documents > Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian...

Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian...

Date post: 18-Jan-2018
Category:
Upload: felicia-york
View: 222 times
Download: 1 times
Share this document with a friend
Description:
1-3 S3 copyright © 2012 McGraw-Hill Ryerson Limited Learning Outcomes 4.List the common input, output, storage, and communication devices 5.Describe the eight categories of computers by size 6.Define the relationship between operating system software and utility software
27
Appendix A Appendix A Hardware & Software Basics Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition
Transcript
Page 1: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

Appendix AAppendix A

Hardware & Software BasicsHardware & Software Basics

Baltzan, Business Driven Information Systems, 3rd Canadian Edition

Page 2: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-2

S2copyright © 2012 McGraw-Hill Ryerson Limited

Learning Outcomes

1. Describe the six major categories of hardware and provide an example of each

2. Identify the different computer categories and explain their potential business uses

3. Explain the difference between primary and secondary storage

Page 3: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-3

S3copyright © 2012 McGraw-Hill Ryerson Limited

Learning Outcomes

4. List the common input, output, storage, and communication devices

5. Describe the eight categories of computers by size

6. Define the relationship between operating system software and utility software

Page 4: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-4

S4copyright © 2012 McGraw-Hill Ryerson Limited

Introduction

• Information technology (IT)– any computer-based tool that people use to work

with information and support the information and information-processing needs of an organization

• Hardware– the physical devices associated with a computer system

• Software – the set of instructions that the hardware executes to carry

out specific tasks

Page 5: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-5

S5copyright © 2012 McGraw-Hill Ryerson Limited

Hardware Basics

• Computer– an electronic device operating under the control

of instructions stored in its own memory that can accept, manipulate, and store data

Page 6: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-6

S6copyright © 2012 McGraw-Hill Ryerson Limited

Hardware Components

• Central processing unit (CPU)• Primary storage• Secondary storage• Input device• Output device• Communication device

Page 7: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-7

S7copyright © 2012 McGraw-Hill Ryerson Limited

Hardware Basics

Page 8: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-8

S8copyright © 2012 McGraw-Hill Ryerson Limited

Central Processing Unit• Central processing unit (CPU) (or microprocessor)

– the actual hardware that interprets and executes the program (software) instructions and coordinates how all the other hardware devices work together

• Control unit – interprets software instructions and literally tells the other hardware

devices what to do, based on the software instructions• Arithmetic-logic unit (ALU)

– performs all arithmetic operations (for example, addition and subtraction) and all logic operations (such as sorting and comparing numbers)

Page 9: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-9

S9copyright © 2012 McGraw-Hill Ryerson Limited

Central Processing Unit

• The number of CPU cycles per second determines the speed of a CPU – Megahertz (MHz)

• the number of millions of CPU cycles per second

– Gigahertz (GHz)• the number of billions of CPU cycles per second

Page 10: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-10

S10copyright © 2012 McGraw-Hill Ryerson Limited

Central Processing Unit• CPU speed factors

– Clock speed– Word length– Bus width– Chip line width

• Binary digit (bit)– the smallest unit of information that a computer can process

• Byte– a group of eight bits representing one natural language character

Page 11: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-11

S11copyright © 2012 McGraw-Hill Ryerson Limited

Advances in CPU Design• Complex instruction set computer (CISC) chip

– type of CPU that can recognize as many as 100 or more instructions, enough to carry out most computations directly

• Reduced instruction set computer (RISC) chip– limit the number of instructions the CPU can execute to

increase processing speed• Virtualization

– a protected memory space created by the CPU allowing the computer to create virtual machines

Page 12: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-12

S12copyright © 2012 McGraw-Hill Ryerson Limited

Primary Storage

• Primary storage– the computer’s main memory, which consists of

the random access memory (RAM), cache memory, and the read-only memory (ROM) that is directly accessible to the CPU

Page 13: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-13

S13copyright © 2012 McGraw-Hill Ryerson Limited

Random Access Memory (RAM)

• Random access memory (RAM) – the computer’s primary working memory, in

which program instructions and data are stored so that they can be accessed directly by the CPU via the processor’s high-speed external data bus

• RAM is volatile meaning information is lost if power is interrupted

• Cache memory used for frequently accessed data

Page 14: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-14

S14copyright © 2012 McGraw-Hill Ryerson Limited

Read-Only Memory (ROM)

• Read-only memory (ROM)– the portion of a computer’s primary storage that

does not lose its contents when one switches off the power

• Flash memory • Memory card• Memory stick

Page 15: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-15

S15copyright © 2012 McGraw-Hill Ryerson Limited

Secondary Storage

• Secondary storage– consists of equipment designed to store large

volumes of data for long-term storage• Megabyte (MB or M or Meg)

– roughly 1 million bytes• Gigabyte (GB)

– roughly 1 billion bytes• Terabyte (TB)

– roughly 1 trillion bytes

Page 16: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-16

S16copyright © 2012 McGraw-Hill Ryerson Limited

Secondary Storage

Page 17: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-17

S17copyright © 2012 McGraw-Hill Ryerson Limited

Magnetic Medium

• Magnetic medium– a secondary storage medium that uses magnetic techniques to store

and retrieve data on disks or tapes coated with magnetically sensitive materials

• Magnetic tape– an older secondary storage medium that uses a strip of thin plastic

coated with a magnetically sensitive recording medium

• Hard drive– a secondary storage medium that uses several rigid disks coated with

a magnetically sensitive material and housed together with the recording heads in a hermetically sealed mechanism

Page 18: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-18

S18copyright © 2012 McGraw-Hill Ryerson Limited

Optical Medium

• Optical medium types include:– Compact disk-read-only memory (CD-ROM) – Compact disk-read-write (CD-RW) drive– Digital video disk (DVD) – DVD-ROM drive– Digital video disk-read/write (DVD-RW)

Page 19: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-19

S19copyright © 2012 McGraw-Hill Ryerson Limited

Input Devices• Input device - equipment used to capture

information and commands– Manual input devices

• Joystick• Keyboard• Microphone

– Automated input devices• Bar code scanner• Digital camera• Magnetic ink character reader

Page 20: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-20

S20copyright © 2012 McGraw-Hill Ryerson Limited

Output Devices

• Output device– equipment used to see, hear, or otherwise accept

the results of information processing requests • Cathode-ray tube (CRT)• Liquid crystal display (LCD)• Laser printer• Ink-jet printer• Plotter

Page 21: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-21

S21copyright © 2012 McGraw-Hill Ryerson Limited

Communication Devices

• Communication device– equipment used to send information and receive

it from one location to another• Dial-up access• Cable• Digital subscriber line• Wireless• Satellite

Page 22: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-22

S22copyright © 2012 McGraw-Hill Ryerson Limited

Computer Categories

• For the past 20 years, federally funded supercomputing research has given birth to some of the computer industry’s most significant technology breakthroughs including:– Clustering – Parallel processing– Mosaic browser

Page 23: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-23

S23copyright © 2012 McGraw-Hill Ryerson Limited

Computer Categories

• Computer categories include:– Smartphone – Laptop– Tablet– Desktop– Workstation – Minicomputer – Mainframe computer– Supercomputer

Page 24: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-24

S24copyright © 2012 McGraw-Hill Ryerson Limited

Software Basics

• System software– controls how the various technology tools work

together along with the application software• Operating system software • Utility software • Application software

Page 25: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-25

S25copyright © 2012 McGraw-Hill Ryerson Limited

Software Basics

• Operating System Software• Linux• Macintosh OS X• Microsoft Windows• MS-DOS• UNIX• Mac iOS

Page 26: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-26

S26copyright © 2012 McGraw-Hill Ryerson Limited

Utility Software

• Types of utility software– Crash-proof – Disk image– Disk optimization – Encrypt data– File and data recovery – Text protect– Preventative security – Spyware – Uninstaller

Page 27: Appendix A Hardware & Software Basics Baltzan, Business Driven Information Systems, 3 rd Canadian Edition.

1-27

S27copyright © 2012 McGraw-Hill Ryerson Limited

Application Software

• Types of application software– Browser– Communication– Data management– Desktop publishing– E-mail– Groupware– Presentation graphics– Programming– Spreadsheet– Word processing


Recommended