SlideShare a Scribd company logo
Hardware
Technology Guide Outline TG1.1 Introduction TG1.2 The Central Processing Unit TG1.3 Computer Memory TG1.4 Computer Hierarchy TG1.5 Input and Output Technologies TG1.6 General Technological Trends TG1.7 Strategic Hardware Issues
Learning Objectives Identify the major hardware components of a computer system. Describe the design and functioning of the central processing unit. Describe the main types of primary and secondary storage. Distinguish between primary and secondary storage along the dimensions of speed, cost, and capacity.
Learning Objectives (Continued) Define enterprise storage and describe the various types of enterprise storage. Describe the hierarchy of computers according to power and their respective roles. Differentiate the various types of input and output technologies and their uses.
Learning Objectives (Continued) Describe what multimedia systems are and what technologies they use. Discuss the general trends in hardware technology. Discuss strategic issues that link hardware design to business strategy.
Introduction Hardware  refers to the physical equipment used for the input, processing, output and storage activities of a computer system. Central processing unit (CPU)  manipulates the data and controls the tasks performed by the other components. Primary storage  internal to the CPU; temporarily stores data and program instructions during processing.
Hardware Secondary storage  external to the CPU; stores data and programs for future use. Input technologies  accept data and instructions and convert them to a form that the computer can understand. Output technologies  present data and information in a form people can understand.
Hardware (Continued) Communication technologies  provide for the flow of data from external computer networks  (e.g. the Internet and intranets) to the CPU, and from the CPU to computer networks.
The Central Processing Unit Central processing unit (CPU)  performs the actual computation or “number crunching” inside any computer. Microprocessor  made up of millions of microscopic transistors embedded in a circuit on a silicon chip. Control unit  sequentially accesses program instructions, decodes them and controls the flow of data to and from the ALU, the registers, the caches, primary storage, secondary storage and various output devices.
CPU (Continued) Arithmetic-logic unit (ALU)  performs the mathematic calculations and makes logical comparisons. Registers  are high-speed storage areas that store very small amounts of data and instructions for short periods of time.
How the CPU Works
How the CPU Works (Continued) Binary form:  The form in which data and instructions can be read by the CPU – only 0s and 1s. Machine instruction cycle :  The cycle of computer processing, whose speed is measured in terms of the number of instructions a chip processes per second. Clock speed : The preset speed of the computer clock that times all chip activities, measured in  megahertz and gigahertz. Word length: The number of bits (0s and 1s) that can be processed by the CPU at any one time. Bus width : The size of the physical paths down which the data and instructions travel as electrical impulses on a computer chip. Line width : The distance between transistors; the smaller the line width, the faster the chip.
Advances in Microprocessor Design Moore’s Law  is that  microprocessor complexity would double every two years as a result of the following changes: Increasing miniaturization of transistors. Making the physical layout of the chip’s components as compact and efficient as possible.  Using materials for the chip that improve the conductivity (flow) of electricity. Targeting the amount of basic instructions programmed into the chip.
Microprocessors & Microcontrollers The two most common microprocessor architectures are  complex instruction set computing (CISC)  and  reduced instruction set computing (RISC) .  Microcontrollers  are computer chips, embedded in products and technologies, that usually cost less and work in less-demanding applications than microprocessors.
Computer Memory  Two basic c ategories of computer memory:  Primary  storage and  secondary  storage.  Primary  stores small amounts of data and information that will be immediately used by the CPU. Secondary  stores much larger amounts of data and information (an entire software program, for example) for extended periods of time.
Memory Capacity Bit : Short for binary digit (0s and 1s), the only data that a CPU can process. Byte : An 8-bit string of data, needed to represent any one alphanumeric character or simple mathematical operation.
Hierarchy of Memory Capacity Kilobyte  (KB): approximately one thousand bytes. Megabyte  (MB): approximately one million bytes (1,048,576 bytes, or 1,024 x 1,024). Gigabyte  (GB): actually 1,073,741,824 bytes (1,024 x 1,024 x 1,024 bytes). Terabyte : One trillion bytes. Petabyte : Approximately 10 15  bytes. Exabyte : Approximately 10 18  bytes.
Primary Storage Primary storage  or  main memory  stores three types of information for very brief periods of time: Data to be processed by the CPU; Instructions for the CPU as to how to process the data; Operating system programs that manage various aspects of the computer’s operation. Primary storage  takes place in chips mounted on the computer’s main circuit board, called the  motherboard . Four main types of primary storage: register, random access memory (RAM), cache memory and read-only memory (ROM).
Main Types of Primary Storage Registers : registers are part of the CPU with the least capacity, storing extremely limited amounts of instructions and data only immediately before and after processing. Random access memory (RAM):  The part of primary storage that holds a software program and small amounts of data when they are brought from secondary storage. Cache memory : A type of primary storage where the computer can temporarily store blocks of data used more often.
Primary Storage (Continued) R ead-only memory (ROM) :  Type   of primary storage where certain critical instructions are safeguarded; the storage is nonvolatile and retains the instructions when the power to the computer is   turned off. F lash memory :  A form of rewritable read-only memory that is compact, portable, and requires little energy.
Secondary Storage Memory capacity   that can store very large   amounts of data for extended periods of time. It is nonvolatile. It takes much more time to retrieve data because of the electromechanical nature.  It is cheaper than primary storage. It can take place on a variety of media
Secondary Storage (Continued) Magnetic tape : A secondary storage medium on a large open reel or in a smaller cartridge or cassette. Sequential access : Data access in which the computer system must run through data in sequence in order to locate a particular piece. Magnetic disks : A form of secondary storage on a magnetized disk divided into tracks and sectors that provide addresses for various pieces of data; also called hard disks.
Secondary Storage (Continued) Hard drives : A form of secondary storage that stores data on platters divided into concentric tracks and sectors, which can be read by a read/write head that pivots across the rotating disks. Direct access : Data access in which any piece of data be retrieved in a nonsequential manner by locating it using the data’s address. Magnetic diskettes : A form of easily portable secondary storage on flexible Mylar disks; also called floppy disks.
Optical Storage Devices Optical storage devices : A form of secondary storage in which a laser reads the surface of a reflective plastic platter. Compact disk, read-only memory (CD-ROM) : A form of secondary storage that can be only read and not written on. Digital video disk (DVD) : An optical storage device used to store digital video or computer data. Fluorescent multilayer disk (FMD-ROM):  An optical storage device with much greater storage capacity than DVDs.
More Storage Options Memory cards : Credit-card-size storage devices that can be installed in an adapter or slot in many personal computers (i.e.  memory sticks ,  thumb drives ). Expandable storage devices : Removable disk cartridges, used as backup storage for internal hard drives of PCs.
Enterprise Storage Systems & RAID Enterprise storage system: An independent, external system with intelligence that includes two or more storage devices.  Redundant arrays of independent disks (RAID):  An enterprise storage system that links groups of standard hard drives to a specialized microcontroller that coordinates the drives so they appear as a single logical drive.
Storage Area Networks (SANs) Storage area network (SAN):  An enterprise storage system architecture for building special, dedicated networks that allow rapid and reliable access to storage devices by multiple servers. Storage over IP : Technology that  uses the Internet Protocol to transport stored data between devices within a SAN; sometimes called IP over  SCSI  or  iSCSI .
Network-Attached Storage Network-attached storage (NAS)  device is a special-purpose server that provides file storage to users who access the device over a network; plug-and-play.
Computer Hierarchy The first generation of computers, from 1946 to about 1956, used vacuum tubes to store and process information. The second generation of computers, from 1957 to 1963, used transistors for storing and processing information.
Computer Hierarchy (Continued) Third-generation computers, from 1964 to 1979, used integrated circuits for storing and processing information. Early to middle fourth-generation computers, from 1980 to 1995, used very-large-scale integrated (VLSI) circuits to store and process information. Late fourth-generation computers, from 1996 to the present, use grand-scale integrated (GSI) circuits to store and process information.
Computer Categories Supercomputers Mainframe Computers Midrange Computers Workstations Notebooks and Desktop Computers Appliances
Input and Output Technologies Input technologies allow people and other technologies to put data into a computer. The two main types of input devices are: human data-entry  devices include keyboards, mouse, trackball, joystick, touchscreen, stylus and voice recognition;  source-data automation  devices input data with minimal human intervention (e.g. barcode reader).  Speed up data collection; Reduce errors; Gather data at the source of a transaction or other event.
Input and Output Technologies (Continued) Output generated by a computer can be transmitted to the user over several output devices and media. Includes monitors, printers, plotters and voice.
Multimedia Technology Multimedia technology  is the computer-based integration of text, sound, still images, animation and digitized motion video. Merges capabilities of computers with televisions, VCRs, CD players, DVD players, video and audio recording equipment, music and gaming technologies.
Emerging Technologies Grid computing  involves applying the resources of many computers in a network to a single problem at the same time. Utility computing  (also called  subscription computing  and  on-demand computing ) is when a service provider makes computing resources and infrastructure management available to a customer as needed for a charge based on specific usage rather than a flat rate. Nanotechnology  refers to the creation of materials, devices and systems at a scale of 1 to 100 nanometers (billionths of a meter).
Strategic Hardware Issues How do organizations keep up with the rapid price and performance advancements in hardware? How often should an organization upgrade its computers and storage systems? Will upgrades increase personal and organizational productivity? How can organizations measure such increase? How do organizations manage telecommuting?

More Related Content

PPT
OPERATING SYSTEM
PPTX
Computer hardware
PPT
Operating systems By Awais
PPTX
Secondary Storage Management
PPT
What is Computer Memory.ppt
PPTX
Introduction to computer system
PPTX
Main memory of computer .ppt
PPTX
OPERATING SYSTEM
Computer hardware
Operating systems By Awais
Secondary Storage Management
What is Computer Memory.ppt
Introduction to computer system
Main memory of computer .ppt

What's hot (20)

PPT
Memory Unit
PDF
Ram and its types
PPTX
Software components
PPTX
Ram and its types
PPTX
Memory organisation ppt final presentation
PPTX
CPU-Central Processing Unit (With History and Complete Detail)
PPT
File system
PDF
Computer basics
PPTX
Distributed os
PPT
Organization of a computer
PDF
Embedded systems basics
PPT
Computer System Organization
PPTX
Types of Computer - Digital Thinker Help
PPTX
Operating system 11 system calls
PPT
Functions of Operating Systems
PPT
Ch02 early system memory management
PPTX
CHAPTER 9-EMERGING TRENDS.pptx
PPTX
Operating system memory management
PPTX
Computer Memory
PPTX
Types of computer
Memory Unit
Ram and its types
Software components
Ram and its types
Memory organisation ppt final presentation
CPU-Central Processing Unit (With History and Complete Detail)
File system
Computer basics
Distributed os
Organization of a computer
Embedded systems basics
Computer System Organization
Types of Computer - Digital Thinker Help
Operating system 11 system calls
Functions of Operating Systems
Ch02 early system memory management
CHAPTER 9-EMERGING TRENDS.pptx
Operating system memory management
Computer Memory
Types of computer
Ad

Viewers also liked (20)

PPT
Computer hardware component. ppt
PPT
Introduction to computer hardware
PPTX
Computer hardware presentation
PPTX
introduction to computer hardware
PPTX
COMPUTER MEMORY
PPTX
Types and components of computer system
PPTX
Components of a computer system
PPT
Parts of a Computer
PPT
How the cpu works
PDF
Rapid Autoclave Blowdown 04.15doc
PPTX
Lesson 10 computer systems hardware
PPTX
Computer Hardware
PPT
Hardware and input devices
PPT
13 computer hardware
PPT
Verification strategies
PPT
2 memory-and-io-devices
PDF
Hardware software
PPTX
Computer Hardware
PPSX
Types of software
PPTX
Introduction to computers
Computer hardware component. ppt
Introduction to computer hardware
Computer hardware presentation
introduction to computer hardware
COMPUTER MEMORY
Types and components of computer system
Components of a computer system
Parts of a Computer
How the cpu works
Rapid Autoclave Blowdown 04.15doc
Lesson 10 computer systems hardware
Computer Hardware
Hardware and input devices
13 computer hardware
Verification strategies
2 memory-and-io-devices
Hardware software
Computer Hardware
Types of software
Introduction to computers
Ad

Similar to Computer Hardware (20)

PPT
PPT
Tg01
PPT
Tg01
PPT
1 hardware
PPT
Basicarchitecturememory
PPT
PDF
Basic+machine+organization
PPTX
LECTURE 6 Of Computer Pharm D 3rd Year .
PPTX
CIS99_Ch_01 (1).pptx
PDF
Computer Organization
PPT
1.Lec # 1 Introduction to Computer -.ppt
PPT
Introduction to Hardware in computer systems
PPT
3945319.ppt
PDF
Free Hardware & Networking Slides by ITE Infotech Private Limited
PPT
Presentation on memory
PPTX
Day_1_Basics of Computers to learns.pptx
PPTX
Lecture 1 ,2 g gvggv g g gComputer.pptx
PPT
3945319.ppt
PPTX
Computer summary
PPTX
Gr 12 Unit 2 part II Gr 12 Unit 2 part II.pptx
Tg01
Tg01
1 hardware
Basicarchitecturememory
Basic+machine+organization
LECTURE 6 Of Computer Pharm D 3rd Year .
CIS99_Ch_01 (1).pptx
Computer Organization
1.Lec # 1 Introduction to Computer -.ppt
Introduction to Hardware in computer systems
3945319.ppt
Free Hardware & Networking Slides by ITE Infotech Private Limited
Presentation on memory
Day_1_Basics of Computers to learns.pptx
Lecture 1 ,2 g gvggv g g gComputer.pptx
3945319.ppt
Computer summary
Gr 12 Unit 2 part II Gr 12 Unit 2 part II.pptx

More from Dr. C.V. Suresh Babu (20)

PPTX
Data analytics with R
PPTX
Association rules
PPTX
PPTX
Classification
PPTX
Blue property assumptions.
PPTX
Introduction to regression
PPTX
Expert systems
PPTX
Dempster shafer theory
PPTX
Bayes network
PPTX
Bayes' theorem
PPTX
Knowledge based agents
PPTX
Rule based system
PPTX
Formal Logic in AI
PPTX
Production based system
PPTX
Game playing in AI
PPTX
Diagnosis test of diabetics and hypertension by AI
PPTX
A study on “impact of artificial intelligence in covid19 diagnosis”
PDF
A study on “impact of artificial intelligence in covid19 diagnosis”
Data analytics with R
Association rules
Classification
Blue property assumptions.
Introduction to regression
Expert systems
Dempster shafer theory
Bayes network
Bayes' theorem
Knowledge based agents
Rule based system
Formal Logic in AI
Production based system
Game playing in AI
Diagnosis test of diabetics and hypertension by AI
A study on “impact of artificial intelligence in covid19 diagnosis”
A study on “impact of artificial intelligence in covid19 diagnosis”

Recently uploaded (20)

PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Cell Types and Its function , kingdom of life
PPTX
GDM (1) (1).pptx small presentation for students
PDF
Complications of Minimal Access Surgery at WLH
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Lesson notes of climatology university.
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Pre independence Education in Inndia.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Insiders guide to clinical Medicine.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Computing-Curriculum for Schools in Ghana
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Cell Types and Its function , kingdom of life
GDM (1) (1).pptx small presentation for students
Complications of Minimal Access Surgery at WLH
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Lesson notes of climatology university.
PPH.pptx obstetrics and gynecology in nursing
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
O5-L3 Freight Transport Ops (International) V1.pdf
Pre independence Education in Inndia.pdf
human mycosis Human fungal infections are called human mycosis..pptx
Final Presentation General Medicine 03-08-2024.pptx
Insiders guide to clinical Medicine.pdf
Supply Chain Operations Speaking Notes -ICLT Program
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Computing-Curriculum for Schools in Ghana
102 student loan defaulters named and shamed – Is someone you know on the list?

Computer Hardware

  • 2. Technology Guide Outline TG1.1 Introduction TG1.2 The Central Processing Unit TG1.3 Computer Memory TG1.4 Computer Hierarchy TG1.5 Input and Output Technologies TG1.6 General Technological Trends TG1.7 Strategic Hardware Issues
  • 3. Learning Objectives Identify the major hardware components of a computer system. Describe the design and functioning of the central processing unit. Describe the main types of primary and secondary storage. Distinguish between primary and secondary storage along the dimensions of speed, cost, and capacity.
  • 4. Learning Objectives (Continued) Define enterprise storage and describe the various types of enterprise storage. Describe the hierarchy of computers according to power and their respective roles. Differentiate the various types of input and output technologies and their uses.
  • 5. Learning Objectives (Continued) Describe what multimedia systems are and what technologies they use. Discuss the general trends in hardware technology. Discuss strategic issues that link hardware design to business strategy.
  • 6. Introduction Hardware refers to the physical equipment used for the input, processing, output and storage activities of a computer system. Central processing unit (CPU) manipulates the data and controls the tasks performed by the other components. Primary storage internal to the CPU; temporarily stores data and program instructions during processing.
  • 7. Hardware Secondary storage external to the CPU; stores data and programs for future use. Input technologies accept data and instructions and convert them to a form that the computer can understand. Output technologies present data and information in a form people can understand.
  • 8. Hardware (Continued) Communication technologies provide for the flow of data from external computer networks (e.g. the Internet and intranets) to the CPU, and from the CPU to computer networks.
  • 9. The Central Processing Unit Central processing unit (CPU) performs the actual computation or “number crunching” inside any computer. Microprocessor made up of millions of microscopic transistors embedded in a circuit on a silicon chip. Control unit sequentially accesses program instructions, decodes them and controls the flow of data to and from the ALU, the registers, the caches, primary storage, secondary storage and various output devices.
  • 10. CPU (Continued) Arithmetic-logic unit (ALU) performs the mathematic calculations and makes logical comparisons. Registers are high-speed storage areas that store very small amounts of data and instructions for short periods of time.
  • 11. How the CPU Works
  • 12. How the CPU Works (Continued) Binary form: The form in which data and instructions can be read by the CPU – only 0s and 1s. Machine instruction cycle : The cycle of computer processing, whose speed is measured in terms of the number of instructions a chip processes per second. Clock speed : The preset speed of the computer clock that times all chip activities, measured in megahertz and gigahertz. Word length: The number of bits (0s and 1s) that can be processed by the CPU at any one time. Bus width : The size of the physical paths down which the data and instructions travel as electrical impulses on a computer chip. Line width : The distance between transistors; the smaller the line width, the faster the chip.
  • 13. Advances in Microprocessor Design Moore’s Law is that microprocessor complexity would double every two years as a result of the following changes: Increasing miniaturization of transistors. Making the physical layout of the chip’s components as compact and efficient as possible. Using materials for the chip that improve the conductivity (flow) of electricity. Targeting the amount of basic instructions programmed into the chip.
  • 14. Microprocessors & Microcontrollers The two most common microprocessor architectures are complex instruction set computing (CISC) and reduced instruction set computing (RISC) . Microcontrollers are computer chips, embedded in products and technologies, that usually cost less and work in less-demanding applications than microprocessors.
  • 15. Computer Memory Two basic c ategories of computer memory: Primary storage and secondary storage. Primary stores small amounts of data and information that will be immediately used by the CPU. Secondary stores much larger amounts of data and information (an entire software program, for example) for extended periods of time.
  • 16. Memory Capacity Bit : Short for binary digit (0s and 1s), the only data that a CPU can process. Byte : An 8-bit string of data, needed to represent any one alphanumeric character or simple mathematical operation.
  • 17. Hierarchy of Memory Capacity Kilobyte (KB): approximately one thousand bytes. Megabyte (MB): approximately one million bytes (1,048,576 bytes, or 1,024 x 1,024). Gigabyte (GB): actually 1,073,741,824 bytes (1,024 x 1,024 x 1,024 bytes). Terabyte : One trillion bytes. Petabyte : Approximately 10 15 bytes. Exabyte : Approximately 10 18 bytes.
  • 18. Primary Storage Primary storage or main memory stores three types of information for very brief periods of time: Data to be processed by the CPU; Instructions for the CPU as to how to process the data; Operating system programs that manage various aspects of the computer’s operation. Primary storage takes place in chips mounted on the computer’s main circuit board, called the motherboard . Four main types of primary storage: register, random access memory (RAM), cache memory and read-only memory (ROM).
  • 19. Main Types of Primary Storage Registers : registers are part of the CPU with the least capacity, storing extremely limited amounts of instructions and data only immediately before and after processing. Random access memory (RAM): The part of primary storage that holds a software program and small amounts of data when they are brought from secondary storage. Cache memory : A type of primary storage where the computer can temporarily store blocks of data used more often.
  • 20. Primary Storage (Continued) R ead-only memory (ROM) : Type of primary storage where certain critical instructions are safeguarded; the storage is nonvolatile and retains the instructions when the power to the computer is turned off. F lash memory : A form of rewritable read-only memory that is compact, portable, and requires little energy.
  • 21. Secondary Storage Memory capacity that can store very large amounts of data for extended periods of time. It is nonvolatile. It takes much more time to retrieve data because of the electromechanical nature. It is cheaper than primary storage. It can take place on a variety of media
  • 22. Secondary Storage (Continued) Magnetic tape : A secondary storage medium on a large open reel or in a smaller cartridge or cassette. Sequential access : Data access in which the computer system must run through data in sequence in order to locate a particular piece. Magnetic disks : A form of secondary storage on a magnetized disk divided into tracks and sectors that provide addresses for various pieces of data; also called hard disks.
  • 23. Secondary Storage (Continued) Hard drives : A form of secondary storage that stores data on platters divided into concentric tracks and sectors, which can be read by a read/write head that pivots across the rotating disks. Direct access : Data access in which any piece of data be retrieved in a nonsequential manner by locating it using the data’s address. Magnetic diskettes : A form of easily portable secondary storage on flexible Mylar disks; also called floppy disks.
  • 24. Optical Storage Devices Optical storage devices : A form of secondary storage in which a laser reads the surface of a reflective plastic platter. Compact disk, read-only memory (CD-ROM) : A form of secondary storage that can be only read and not written on. Digital video disk (DVD) : An optical storage device used to store digital video or computer data. Fluorescent multilayer disk (FMD-ROM): An optical storage device with much greater storage capacity than DVDs.
  • 25. More Storage Options Memory cards : Credit-card-size storage devices that can be installed in an adapter or slot in many personal computers (i.e. memory sticks , thumb drives ). Expandable storage devices : Removable disk cartridges, used as backup storage for internal hard drives of PCs.
  • 26. Enterprise Storage Systems & RAID Enterprise storage system: An independent, external system with intelligence that includes two or more storage devices. Redundant arrays of independent disks (RAID): An enterprise storage system that links groups of standard hard drives to a specialized microcontroller that coordinates the drives so they appear as a single logical drive.
  • 27. Storage Area Networks (SANs) Storage area network (SAN): An enterprise storage system architecture for building special, dedicated networks that allow rapid and reliable access to storage devices by multiple servers. Storage over IP : Technology that uses the Internet Protocol to transport stored data between devices within a SAN; sometimes called IP over SCSI or iSCSI .
  • 28. Network-Attached Storage Network-attached storage (NAS) device is a special-purpose server that provides file storage to users who access the device over a network; plug-and-play.
  • 29. Computer Hierarchy The first generation of computers, from 1946 to about 1956, used vacuum tubes to store and process information. The second generation of computers, from 1957 to 1963, used transistors for storing and processing information.
  • 30. Computer Hierarchy (Continued) Third-generation computers, from 1964 to 1979, used integrated circuits for storing and processing information. Early to middle fourth-generation computers, from 1980 to 1995, used very-large-scale integrated (VLSI) circuits to store and process information. Late fourth-generation computers, from 1996 to the present, use grand-scale integrated (GSI) circuits to store and process information.
  • 31. Computer Categories Supercomputers Mainframe Computers Midrange Computers Workstations Notebooks and Desktop Computers Appliances
  • 32. Input and Output Technologies Input technologies allow people and other technologies to put data into a computer. The two main types of input devices are: human data-entry devices include keyboards, mouse, trackball, joystick, touchscreen, stylus and voice recognition; source-data automation devices input data with minimal human intervention (e.g. barcode reader). Speed up data collection; Reduce errors; Gather data at the source of a transaction or other event.
  • 33. Input and Output Technologies (Continued) Output generated by a computer can be transmitted to the user over several output devices and media. Includes monitors, printers, plotters and voice.
  • 34. Multimedia Technology Multimedia technology is the computer-based integration of text, sound, still images, animation and digitized motion video. Merges capabilities of computers with televisions, VCRs, CD players, DVD players, video and audio recording equipment, music and gaming technologies.
  • 35. Emerging Technologies Grid computing involves applying the resources of many computers in a network to a single problem at the same time. Utility computing (also called subscription computing and on-demand computing ) is when a service provider makes computing resources and infrastructure management available to a customer as needed for a charge based on specific usage rather than a flat rate. Nanotechnology refers to the creation of materials, devices and systems at a scale of 1 to 100 nanometers (billionths of a meter).
  • 36. Strategic Hardware Issues How do organizations keep up with the rapid price and performance advancements in hardware? How often should an organization upgrade its computers and storage systems? Will upgrades increase personal and organizational productivity? How can organizations measure such increase? How do organizations manage telecommuting?