22
PPTTEST 06/27/22 10:34 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

Embed Size (px)

Citation preview

Page 1: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

1

IT

Ron Williams

Business Innovation Through Information Technology

Hardware

Page 2: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

2

IT

Ron Williams

IT Spending

2001

32%

21%17%

13%

14% 3%

Internal Staff

Hardware

Software

Data & VoiceCommunications

External Services

Other

Source: Gartner 2001

Page 3: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

3

IT

Ron Williams

Some of the Costs

HardwareDepreciationMaintenance Electricity & Space

SoftwareCost/DepreciationUpgrades

Internal Staff (Salaries)

OperationsDevelopmentMaintenance

Installation & TestTechnology ScanExternal Services

CommunicationsHardwareServices (Lines)

What About Downtime, Obsolescence, Opportunity Costs?

Page 4: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

4

IT

Ron Williams

Input

• Input: collecting raw data to be processed

• Forms of input include:– Keyboard (most widely used input device)– Pointing devices, such as mouse, trackball, touch pad, touch-

sensitive screen, pen– Scanners, including desktop systems with OCR programs, POS

terminals, MICR– Voice recognition

Page 5: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

5

IT

Ron Williams

Output

• Output: converting computer data into a form usable by humans

• Forms of output include:– screens (monitors)– printers– voice (audio)

Page 6: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

6

IT

Ron Williams

Conceptual View of Processing

CPUCPU

Primary Primary MemoryMemory

Other System ComponentsOther System Components

DataData

Programs Programs (Software)(Software)

Storage

Page 7: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

7

IT

Ron Williams

Central Processing Unit (CPU)

• Two main components that must work with the primary memory in order for processing to occur in the CPU:

(1) control unit, which interprets instructions and manages the sequence of operations, such as sending of data in and out during processing

(2) arithmetic-logic unit, where arithmetic (mathematical) and logical (comparison) operations are actually performed

Page 8: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

8

IT

Ron Williams

Machine Cycle

• Sequence of events for CPU to interpret and execute a program instruction

• Instruction cycle: part of the machine cycle during which an instruction is obtained and interpreted

• Execution cycle: part of the machine cycle during which operations are performed based on results of instruction cycle

• MIPS: millions of instructions per second; used as a computer speed comparison measure for many larger systems

Page 9: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

9

IT

Ron Williams

Microprocessors - Speed Factors

• Clock speed (number of electronic pulses produced each second)

• Word size (number of bits that can be processed at one time)

• Bus width (number of bits that can travel at one time)

• Memory capabilities (how much data and instructions can be available at a time)

• Cache size and type (some cache is closer to the processor and thus has faster access)

Page 10: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

10

IT

Ron Williams

Primary Memory

• Primary memory temporarily stores instructions, data, and results; referred to as “volatile”; contents of memory may be lost if the power goes off

• Contents are replaced by other data brought in to the same location, a write process that is referred to as “destructive”; accessing data but not changing it is a read process, which is “nondestructive”

Page 11: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

11

IT

Ron Williams

RAM versus ROM

• Random-Access Memory (RAM)– Working area for various activities– Temporary holding place for data/programs– Contents retained only when computer is on

• Read-Only Memory (ROM)– Location of startup procedures– Holding place for all permanent internal instructions– Contents retained when computer is on or off

Page 12: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

12

IT

Ron Williams

Differences in Storage Sizes

Gigabyte>1 billion bytes

Megabyte>1 million bytes

Kilobyte>1 thousand bytes

Page 13: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

13

IT

Ron Williams

Magnetic Disk Storage Media

• Disks are direct access storage devices (DASD), because each storage position has a unique address that can be accessed directly instead of limited to the sequential design of magnetic tape media

• Disks have tracks that are subdivided into “sectors”; the tracks and sectors are part of the data’s address used for access

• Two forms of magnetic disk are floppy disks and hard disks

Page 14: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

14

IT

Ron Williams

Floppy Disks

• Most microcomputers today have a 3 1/2” floppy disk drive and may also have a Zip disk drive

• Disk drives have read/write heads (also used with magnetic tape systems), which are on access arms that move over a disk

• Access time: how long it takes for a seek operation (reaching the appropriate track) and a search operation (reaching the appropriate position on the track); then data is transferred to memory

Page 15: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

15

IT

Ron Williams

Hard Disks

• Use of a disk drive with one or more metal disks, usually built into the computer hardware and tightly sealed

• Operates similarly to a floppy disk drive, but hard disk drive can rotate faster

• May include multiple disks arranged as a disk pack, in which disks rotate together with access arms in between disks; a particular track location on all disks is called a cylinder and is used as part of an address of data stored on a disk

Page 16: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

16

IT

Ron Williams

Optical Disk Storage Media

• Uses laser technology

• Has a longer shelf life than magnetic media

• Cost of storage is higher than for magnetic media

• Can be used for permanent storage of data, in which what is stored is never changed, and also for data that can be erased so that the disk can be reused

• Used extensively for storage of images

Page 17: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

17

IT

Ron Williams

“Write-Once” Disks

• WORM technology: acronym for “write once, read many”; data that is stored cannot be erased but can be read as often as desired

• Disk may continue to be used for data storage until it is full, although existing data cannot be changed

• Permanence of storage has allowed data stored in this way to be used as legal evidence and for other permanent records

• CD-ROM is written to only once, usually all at one time, rather than being able to add data later

Page 18: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

18

IT

Ron Williams

Storage Media Comparison

• Magnetic tape– Widely used for backup copies, in which sequential arrangement is

acceptable

• Magnetic disk– Useful for day-to-day activities requiring direct access

• Optical disk– Useful when storage of photos and other images is required– Backup copies as prices decrease

Page 19: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

19

IT

Ron Williams

DBMS

Database

Server

ApplicationProcessing

Distributed computing

Client

Client

Client

Clients & Servers

DesktopApplicationProcessing

Department/Division/Enterprise

Page 20: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

20

IT

Ron Williams

Server (Multi-user)NT (Dell, HP, IBM, Compaq)UNIX (Sun, HP, IBM)OS/400 or MVS (IBM)LINIX (IBM, Dell, Sun, etc)

Operating SystemUNIXNTOS/400OS390LINIX

Distributed computing

Intel Client

Client

Client (Single-user)

Hardware & Operating System are Closely Linked

Windows

Page 21: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

21

IT

Ron Williams

Rapid Decline in Hardware Costs

• Moore’ Law (Semiconductors)– Gordon Moore, co-founder of Intel, observed in 1965 that chip density of integrated

circuits had double every year since invented– Moore’s Law later modified to say that chip density would double every 18 months

• Has proven true• Predicted to hold for at least next 21 decades

– Implication – one gets 2X the computer power for the same price every 18 months – Example

• 1974: Intel 8080 3500 Transistors 8 bit addressing .06 MIPS (Million of Instructions per minute)

• 2000: Intel Pentium IV 25,000,000 Transistors 32 bit addressing > 1500 MIPS

• Storage Costs– 1980 - $1000/megabyte– 1992 - $1/megabyte– 2002 - $1/gigabyte

Page 22: PPTTEST 9/15/2015 04:45 1 IT Ron Williams Business Innovation Through Information Technology Hardware

PPTTEST 04/19/23 15:48

22

IT

Ron Williams

Rich-Con Steel Concerns

• Why did Rich-Con keep the hardware so long?

• How did that impact software decisions?

• How did they both impact the business?

• What should they have done over time?

• What should they be concerned about now with regard to hardware and software?