SlideShare a Scribd company logo
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill Technology Education
McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved.
Edited by:Edited by:
Rahman Ali, Lecturer inRahman Ali, Lecturer in
Computer Science, QACC,Computer Science, QACC,
University of PeshawarUniversity of Peshawar
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill Technology Education
Chapter 1B
Looking Inside the
Computer System
1B-3
Parts of the Computer System
• Computer systems have four parts
– Hardware
– Software
– Data
– User
1B-4
Parts of the Computer System
• Hardware
– Mechanical devices in the computer
– Anything that can be touched
• Software
– Tell the computer what to do
– Also called a program
– Thousands of programs exist
1B-5
Parts of the Computer System
• Data
– Pieces of information
– Computer organize and present data
• Users
– People operating the computer
– Most important part
– Tell the computer what to do
1B-6
Information Processing Cycle
• All the steps that are followed to process
data into information is called IPC.
– Input
– Processing
– Output
– Storage
Information Processing Cycle
1B-7
1B-8
Essential Computer Hardware
• Computers use the same basic
hardware
• Hardware categorized into four types:
– Input
– Memory devices
– Processor
– Output
– Storage
Essential Computer Hardware
1B-9
1B-10
Input devices
• Input devices
– Allows the user to interact with the
computer
– Input devices accept data
• Keyboard, mouse
1B-11
Memory devices
• Memory devices
– Computer Memory are internal storage
areas in the computer used to either
temporarily or permanently store data or
instructions to be processed
Memory devices
• Types of memory
– Primary memory is also called
• main memory or internal memory or volatile
memory)
1B-12
Memory devices …
• Primary memory
– RAM
– ROM
– CPU registers
– Cache memory
1B-13
Memory devices …
• Random Access Memory (RAM)
– RAM is a type of memory device within the
computer system which is responsible for storing
data on temporary basis
– The data from the RAM is washed out when it is
switched off
– The data from the RAM is accessed by the
processor for processing
1B-14
Memory devices
• RAM types
– Static RAM (SRAM):
• Not refreshed, more power consumption, faster
than DRAM
– Dynamic RAM (DRAM):
• Refreshed regularly, consume less power,
slower than SRAM
• Examples are:
– SDRAM, DDR and Rambus DRAM
• Size of RAM
– 2GB, 4GB, 8GB, 16GB and 24GB (installed on
Core i7)
1B-15
Memory devices …
• Read Only Memory (ROM)
– This type of memory is active, regardless of
whether the system is turned on or is switched off.
– It is a kind of permanent non-volatile storage
memory.
– As the name 'read only' suggests, the contents in it
cannot be changed or modified.
– It is an integrated circuit which is pre-programmed
with important data that should necessarily be
present for the computer to carry out its normal
functionalities.
1B-16
Memory devices …
1B-17
• ROM chips
– It usually contains a small startup program
(BIOS) that is used to bootstrap the
computer
Memory devices …
• Read Only Memory (ROM) Types
– ROM –
• Read Only Memory
– PROM –
• Programmable Read Only Memory : Programmed once
– EPROM –
• Erasable Programmable Read Only Memory: Programed
many times
– EEPROM –
• Electrically Erasable Programmable Read Only Memory
– Flash EEPROM memory
1B-18
Memory devices …
• CPU register
– Processor registers are located inside the
processor.
– Each register typically holds a word of data
(often 32 or 64 bits).
– Registers are the fastest of all forms of
computer data storage.
1B-19
Memory devices …
• Cache memory
– Processor cache is an intermediate stage between
ultra-fast registers and much slower main memory
– It is used to reduce the speed mismatch between
fastest speed registers and slow speed RAM
– It's introduced solely to increase performance of
the computer.
– Cache is divided into multiple level
• Level 1 (L1) cache or primary cache
– being smallest, fastest and located inside the processor
• Level 2 (L2) and Level 3 (L3) cache or secondary cache
– larger and slower than level 1 and located outside the CPU on motherboard
1B-20
Memory devices …
1B-21
1B-22
Processing devices (CPU)
• Processing devices
– Brains of the computer
– Carries out instructions from the program
– Manipulate the data
– Most computers have several processors
– Central Processing Unit (CPU)
– Secondary processors
– Processors made of silicon and copper
Processor
1B-23
Processor …
1B-24
Processor …
1B-25
Processor…
• Components of processor
– CU (Control Unit):
• The control unit control all the activities of the processor
• It communicates with both the arithmetic/logic unit and memory
(registers)
– ALU (Arithmetic Logic Unit):
• Perform arithmetic and logical operations
• Arithmetic operation: X=a+b
• Logical operation:
– X>Y or
– percentage>=70 && percentage<80 then grade=A
– Registers:
• A processor register is a small amount of storage available as
a part of a CPU
• 64 bits registers and 128 bits registers are used in latest CPU’s
1B-26
Output devices
• Output devices deliver data
– Monitor, printer, speaker
1B-27
Input/output devices
• Some devices are input and output both
– Touch screens
1B-28
1B-29
Storage devices …
• Secondary storage (also known as external
memory or auxiliary storage), is a permanent
storage that stores a large volume of data
• It differs from primary storage in that it is not
directly accessible by the CPU and is also a
permanent storage
• Types of secondary storage
– Magnetic storage
– Optical storage
Storage devices …
• Magnetic storage
– Floppy and hard drive
– Uses a magnet to access data
1B-30
Storage devices …
• Optical storage
– CD and DVD drives
– Uses a laser to access data
1B-31
Storage devices …
• Other secondary storage devices
– Flash Memory: This is another non-volatile
(permanent) kind of memory which is
intended to contribute to portable storage
and a convenient transfer of data from one
computer to another
• Memory cards and
• USB flash drives are some modes of this type of
memory storage.
1B-32
1B-33
Software Runs The Machine
• Softwares are the computers programs
that tell the computer to perform a
specific task
• Two types
– System software
– Application software
1B-34
Software Runs The Machine
• System software
– These are the most important softwares
that control the computer hardwares and
make them ready for users operations
System softwares
• Types of system softwares
– Operating system
• Is the most important system software that that controls
the computer hardwares and run other application
softwares.
• Examples: Windows XP, Vista, Windows 7
– Network operating system (OS)
• Allows computers to communicate and share data across
a network
• Examples: Windows Server 2003
– Utility
• These are computer programs that are used to perform
highly specialized tasks
• Examples: Symantec AntiVirus, disk management,
calculator etc.1B-35
1B-36
Application software
• Application software
– Accomplishes a specific task
– Most common type of application softwares
• Word processing
– MS Word
• Graphics
• Spreadsheet
– MS Excel
• Database management
– MS Access
• Multimedia
• Web designing
1B-37
Computer data
• Fact with no meaning on its own
• Stored using the binary number system
• Data can be organized into files
• Always be in raw form
• Cannot be used for decision making
purpose
• Always used as input to the computers
1B-38
Computer users
• Role depends on ability
– Setup the system
– Install software
– Mange files
– Maintain the system
• “Userless” computers
– Run with no user input
– Automated systems
– Controlled by the installed operating system
– Examples: washer and dryers machines, automatic
cars etc.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill Technology Education
Chapter 1B
End of Chapter

More Related Content

PPT
Intro ch 01_b
PPTX
PPTX
Computer Organisation & Architecture (chapter 1)
PPTX
Embedded networking
PPTX
Computer system
PPT
Chapter 01 - Introduction
PPTX
Intro to the unit
Intro ch 01_b
Computer Organisation & Architecture (chapter 1)
Embedded networking
Computer system
Chapter 01 - Introduction
Intro to the unit

What's hot (20)

PPT
Functional units of computer
PPTX
Lec 4 oraganization
PPTX
BASIC COMPUTER ARCHITECTURE
PPT
Co module1a introdctnaddressingmodes
PPTX
Software
PPTX
Chapter 1 basic structure of computers
PPTX
Computer system
PPTX
Basic computer architecture
PPT
Computer Structure Slides
PPTX
Block diagram of a computer
PPT
3rd the cpu
PPTX
Cba lecture 2 intro_ch_01_br
PPT
Computer !
PPTX
The Basic Organization of Computers
PDF
3. basic organization of a computer
PPTX
Basics of Computer! BATRA COMPUTER CENTRE IN AMBALA
PPTX
Computer programming1
 
PPT
Computer Organisation and Architecture
PPT
Foedu med hardware and sowftware 40 16
PPT
FoeduMed: Hardware and Software 40_16
Functional units of computer
Lec 4 oraganization
BASIC COMPUTER ARCHITECTURE
Co module1a introdctnaddressingmodes
Software
Chapter 1 basic structure of computers
Computer system
Basic computer architecture
Computer Structure Slides
Block diagram of a computer
3rd the cpu
Cba lecture 2 intro_ch_01_br
Computer !
The Basic Organization of Computers
3. basic organization of a computer
Basics of Computer! BATRA COMPUTER CENTRE IN AMBALA
Computer programming1
 
Computer Organisation and Architecture
Foedu med hardware and sowftware 40 16
FoeduMed: Hardware and Software 40_16
Ad

Viewers also liked (20)

PPT
sPen Data Management
PPT
Chap04alg
KEY
History of Creationism, Parts II & III
PPTX
How We Got Where We Are: 40 Years of Planning...
KEY
Ancient Ideas of Creation & Evolution
PDF
A history of science (volume 1)
PPT
Tri Merge Sorting Algorithm
KEY
One Long Argument
PPS
Ds 4
PPTX
Sorting pnk
PPTX
Why Ben Stein Is Wrong About History & Science
PPTX
Chapter one
KEY
Introduction to "Origins, Evolution & Creation"
PPT
Dc parent 14 2
PPT
Google at a glance 1998 - 2008
PPTX
Was There A Darwinian Revolution
PPT
simple-sorting algorithms
KEY
The Chemical Revolution
PPTX
Introduction to Algorithms
PPTX
National Air And Space Museum Washington DC
sPen Data Management
Chap04alg
History of Creationism, Parts II & III
How We Got Where We Are: 40 Years of Planning...
Ancient Ideas of Creation & Evolution
A history of science (volume 1)
Tri Merge Sorting Algorithm
One Long Argument
Ds 4
Sorting pnk
Why Ben Stein Is Wrong About History & Science
Chapter one
Introduction to "Origins, Evolution & Creation"
Dc parent 14 2
Google at a glance 1998 - 2008
Was There A Darwinian Revolution
simple-sorting algorithms
The Chemical Revolution
Introduction to Algorithms
National Air And Space Museum Washington DC
Ad

Similar to Introduction to Information Technology ch 01_b (20)

PPT
Comp hardware Introduction
PPTX
Computer System Overview Class XI CS
PPTX
HW and SW components.pptx
PPTX
class 11 fill chapetr with alla answers
PPT
1-ComputerBasics.ppt
PPTX
computer funda.pptx
PPTX
Computer Hardware
PPTX
Computer Basics
PPTX
1 Types and components of computer systems
PPTX
5_6097975312522412493.pptx
PPT
Multimedia Technology
PPT
INTRODUCTION TO COMPUTER
PPTX
computer fundamentals
PDF
Multimedia Chapter 2 - Multimedia Technology Part 1.pdf
PPTX
Computer system and organization types of memory
PPTX
Computer Organisation
PPTX
ch1notes IP.pptx
PPT
Computer hardware and its components
PPTX
Fundamental_of_Digital_Computer and its architecture
PDF
Intro_Ch_01B.pdf
Comp hardware Introduction
Computer System Overview Class XI CS
HW and SW components.pptx
class 11 fill chapetr with alla answers
1-ComputerBasics.ppt
computer funda.pptx
Computer Hardware
Computer Basics
1 Types and components of computer systems
5_6097975312522412493.pptx
Multimedia Technology
INTRODUCTION TO COMPUTER
computer fundamentals
Multimedia Chapter 2 - Multimedia Technology Part 1.pdf
Computer system and organization types of memory
Computer Organisation
ch1notes IP.pptx
Computer hardware and its components
Fundamental_of_Digital_Computer and its architecture
Intro_Ch_01B.pdf

More from Shahi Raz Akhtar (20)

PPTX
shining wining.pptx
PPTX
Perfect Fitness gYm.pptx
DOCX
Mr. Student Café...docx
DOCX
Optional and standard parts
PPT
Introduction to Management
PPT
Planning compiled
PPT
History of mgt compiled
PPTX
Taxation history of pakistan
DOCX
Capital structure
DOCX
Positioning of product
PDF
Research design
PPT
Business research methods lecture3
DOC
Partnership deed
DOC
Financial accounting
PPT
management information-system
DOCX
Advantages of mis
PPT
Presentation MIS
PPT
Planning compiled
PPT
History of mgt compiled
PPT
Mbo compiled
shining wining.pptx
Perfect Fitness gYm.pptx
Mr. Student Café...docx
Optional and standard parts
Introduction to Management
Planning compiled
History of mgt compiled
Taxation history of pakistan
Capital structure
Positioning of product
Research design
Business research methods lecture3
Partnership deed
Financial accounting
management information-system
Advantages of mis
Presentation MIS
Planning compiled
History of mgt compiled
Mbo compiled

Recently uploaded (20)

PPTX
TNA_Presentation-1-Final(SAVE)) (1).pptx
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
PDF
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PPTX
Share_Module_2_Power_conflict_and_negotiation.pptx
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
Hazard Identification & Risk Assessment .pdf
PDF
HVAC Specification 2024 according to central public works department
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
PPTX
Computer Architecture Input Output Memory.pptx
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PPTX
Introduction to pro and eukaryotes and differences.pptx
PDF
What if we spent less time fighting change, and more time building what’s rig...
TNA_Presentation-1-Final(SAVE)) (1).pptx
Unit 4 Computer Architecture Multicore Processor.pptx
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Share_Module_2_Power_conflict_and_negotiation.pptx
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
Computing-Curriculum for Schools in Ghana
Virtual and Augmented Reality in Current Scenario
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Hazard Identification & Risk Assessment .pdf
HVAC Specification 2024 according to central public works department
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
Computer Architecture Input Output Memory.pptx
FORM 1 BIOLOGY MIND MAPS and their schemes
Introduction to pro and eukaryotes and differences.pptx
What if we spent less time fighting change, and more time building what’s rig...

Introduction to Information Technology ch 01_b

  • 1. Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill Technology Education McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. Edited by:Edited by: Rahman Ali, Lecturer inRahman Ali, Lecturer in Computer Science, QACC,Computer Science, QACC, University of PeshawarUniversity of Peshawar
  • 2. Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill Technology Education Chapter 1B Looking Inside the Computer System
  • 3. 1B-3 Parts of the Computer System • Computer systems have four parts – Hardware – Software – Data – User
  • 4. 1B-4 Parts of the Computer System • Hardware – Mechanical devices in the computer – Anything that can be touched • Software – Tell the computer what to do – Also called a program – Thousands of programs exist
  • 5. 1B-5 Parts of the Computer System • Data – Pieces of information – Computer organize and present data • Users – People operating the computer – Most important part – Tell the computer what to do
  • 6. 1B-6 Information Processing Cycle • All the steps that are followed to process data into information is called IPC. – Input – Processing – Output – Storage
  • 8. 1B-8 Essential Computer Hardware • Computers use the same basic hardware • Hardware categorized into four types: – Input – Memory devices – Processor – Output – Storage
  • 10. 1B-10 Input devices • Input devices – Allows the user to interact with the computer – Input devices accept data • Keyboard, mouse
  • 11. 1B-11 Memory devices • Memory devices – Computer Memory are internal storage areas in the computer used to either temporarily or permanently store data or instructions to be processed
  • 12. Memory devices • Types of memory – Primary memory is also called • main memory or internal memory or volatile memory) 1B-12
  • 13. Memory devices … • Primary memory – RAM – ROM – CPU registers – Cache memory 1B-13
  • 14. Memory devices … • Random Access Memory (RAM) – RAM is a type of memory device within the computer system which is responsible for storing data on temporary basis – The data from the RAM is washed out when it is switched off – The data from the RAM is accessed by the processor for processing 1B-14
  • 15. Memory devices • RAM types – Static RAM (SRAM): • Not refreshed, more power consumption, faster than DRAM – Dynamic RAM (DRAM): • Refreshed regularly, consume less power, slower than SRAM • Examples are: – SDRAM, DDR and Rambus DRAM • Size of RAM – 2GB, 4GB, 8GB, 16GB and 24GB (installed on Core i7) 1B-15
  • 16. Memory devices … • Read Only Memory (ROM) – This type of memory is active, regardless of whether the system is turned on or is switched off. – It is a kind of permanent non-volatile storage memory. – As the name 'read only' suggests, the contents in it cannot be changed or modified. – It is an integrated circuit which is pre-programmed with important data that should necessarily be present for the computer to carry out its normal functionalities. 1B-16
  • 17. Memory devices … 1B-17 • ROM chips – It usually contains a small startup program (BIOS) that is used to bootstrap the computer
  • 18. Memory devices … • Read Only Memory (ROM) Types – ROM – • Read Only Memory – PROM – • Programmable Read Only Memory : Programmed once – EPROM – • Erasable Programmable Read Only Memory: Programed many times – EEPROM – • Electrically Erasable Programmable Read Only Memory – Flash EEPROM memory 1B-18
  • 19. Memory devices … • CPU register – Processor registers are located inside the processor. – Each register typically holds a word of data (often 32 or 64 bits). – Registers are the fastest of all forms of computer data storage. 1B-19
  • 20. Memory devices … • Cache memory – Processor cache is an intermediate stage between ultra-fast registers and much slower main memory – It is used to reduce the speed mismatch between fastest speed registers and slow speed RAM – It's introduced solely to increase performance of the computer. – Cache is divided into multiple level • Level 1 (L1) cache or primary cache – being smallest, fastest and located inside the processor • Level 2 (L2) and Level 3 (L3) cache or secondary cache – larger and slower than level 1 and located outside the CPU on motherboard 1B-20
  • 22. 1B-22 Processing devices (CPU) • Processing devices – Brains of the computer – Carries out instructions from the program – Manipulate the data – Most computers have several processors – Central Processing Unit (CPU) – Secondary processors – Processors made of silicon and copper
  • 26. Processor… • Components of processor – CU (Control Unit): • The control unit control all the activities of the processor • It communicates with both the arithmetic/logic unit and memory (registers) – ALU (Arithmetic Logic Unit): • Perform arithmetic and logical operations • Arithmetic operation: X=a+b • Logical operation: – X>Y or – percentage>=70 && percentage<80 then grade=A – Registers: • A processor register is a small amount of storage available as a part of a CPU • 64 bits registers and 128 bits registers are used in latest CPU’s 1B-26
  • 27. Output devices • Output devices deliver data – Monitor, printer, speaker 1B-27
  • 28. Input/output devices • Some devices are input and output both – Touch screens 1B-28
  • 29. 1B-29 Storage devices … • Secondary storage (also known as external memory or auxiliary storage), is a permanent storage that stores a large volume of data • It differs from primary storage in that it is not directly accessible by the CPU and is also a permanent storage • Types of secondary storage – Magnetic storage – Optical storage
  • 30. Storage devices … • Magnetic storage – Floppy and hard drive – Uses a magnet to access data 1B-30
  • 31. Storage devices … • Optical storage – CD and DVD drives – Uses a laser to access data 1B-31
  • 32. Storage devices … • Other secondary storage devices – Flash Memory: This is another non-volatile (permanent) kind of memory which is intended to contribute to portable storage and a convenient transfer of data from one computer to another • Memory cards and • USB flash drives are some modes of this type of memory storage. 1B-32
  • 33. 1B-33 Software Runs The Machine • Softwares are the computers programs that tell the computer to perform a specific task • Two types – System software – Application software
  • 34. 1B-34 Software Runs The Machine • System software – These are the most important softwares that control the computer hardwares and make them ready for users operations
  • 35. System softwares • Types of system softwares – Operating system • Is the most important system software that that controls the computer hardwares and run other application softwares. • Examples: Windows XP, Vista, Windows 7 – Network operating system (OS) • Allows computers to communicate and share data across a network • Examples: Windows Server 2003 – Utility • These are computer programs that are used to perform highly specialized tasks • Examples: Symantec AntiVirus, disk management, calculator etc.1B-35
  • 36. 1B-36 Application software • Application software – Accomplishes a specific task – Most common type of application softwares • Word processing – MS Word • Graphics • Spreadsheet – MS Excel • Database management – MS Access • Multimedia • Web designing
  • 37. 1B-37 Computer data • Fact with no meaning on its own • Stored using the binary number system • Data can be organized into files • Always be in raw form • Cannot be used for decision making purpose • Always used as input to the computers
  • 38. 1B-38 Computer users • Role depends on ability – Setup the system – Install software – Mange files – Maintain the system • “Userless” computers – Run with no user input – Automated systems – Controlled by the installed operating system – Examples: washer and dryers machines, automatic cars etc.
  • 39. Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill Technology Education Chapter 1B End of Chapter

Editor's Notes

  • #5: Teaching tip Suggest to your students that the majority of people who purchase computers do so because of software. They want to email, or type letters. Nearly every reason given to purchase a computer is based on software needs.
  • #6: Teaching tip A good exercise to relate the importance of making data meaningful is to list some random numbers on the board. Then ask what they mean. Without a title, the numbers have no meaning. Once a title is presented, the numbers make sense.
  • #7: Teaching tip It is helpful to walk through a simple program to demonstrate the cycle. I often use a simple arithmetic problem to show this cycle.
  • #11: Teaching tip It is helpful to have examples of input and output devices in class. Stories of obscure input output devices are typically well received by the students.
  • #12: Insider information Intel, the manufacturer of popular CPUs, originally made RAM for mainframe and minicomputers. Today Kingston is a leading RAM manufacturer. Chapter 5 discusses ROM and the BIOS. Refer your students to this chapter if they desire more information.
  • #23: Teaching tip The interaction between a CPU and secondary processors is much like the interaction between a boss and subordinate. The boss tells the subordinate what to do but not necessarily how to accomplish the task. The subordinate only bothers the boss when guidance or more data is needed.
  • #30: Insider information A new CD technology is emerging. A shorter wavelength blue laser beam is being used to burn CD’s. This allows more data to be saved on a disk. The technology is in it’s infancy but should be mature in the near future. Chapter 11 of the text provides more detail regarding storage devices. DVD writers are available for purchase. They have not been standardized yet. Several competing formats are vying for acceptance. Of these, the DVD+RW seems to have the strongest support.
  • #38: Teaching tip Chapter 5 in the text explores data processing in greater detail. Figure 1B.5 shows data in binary format.
  • #39: Teaching tip Most computer problems are caused by user error. Given this fact, it is fun here to teach the student the acronym PEBKAC the Problem Exists Between Keyboard And Chair. A little humor can break up the lecture monotony.