SlideShare a Scribd company logo
1 of 29
1 
Lesson 1 
Computers and Computer Systems 
Computer Literacy 
BASICS: A 
Comprehensive Guide 
to IC3, 3rd Edition 
Morrison / Wells
Lesson 1 
About the Presentations 
 The presentations cover the objectives found in 
the opening of each lesson. 
 All lesson objectives are listed in the beginning 
of each presentation. 
 You may customize the presentations to fit your 
class needs. 
 Some figures from the lessons are included. A 
complete set of images from the book can be 
found on the Instructor Resources disc. 
Morrison / Wells CLB: A Comp Guide to IC3 3E 
2
Lesson 1 
Objectives 
 Understand the importance of computers. 
 Define computers and computer systems. 
 Classify different types of computer devices. 
 Use computer systems. 
 Identify system components. 
3 Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Objectives (continued) 
 Describe the role of the central processing 
unit. 
 Define computer memory. 
 Describe how data is represented. 
 Identify types of storage devices. 
 Care for storage media. 
4 Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Vocabulary 
 arithmetic/logic unit 
(ALU) 
 binary 
 bit 
 BIOS ROM 
 byte 
 central processing 
unit (CPU) 
 circuit board 
 computer 
 control unit 
 data 
 dual-core processor 
 embedded 
computers 
5 Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Vocabulary (Test List) 
 Server 
 Circuit 
 Supercomputer 
 Tablet PC 
 Mainframe Computer 
 BIO ROM 
 ALU 
 Bit 
 Notebook computers 
 Random access 
memory (RAM) 
 Read-only memory 
(ROM) 
 CPU 
 Byte 
 Computer 
 Binary Code 
Morrison / Wells CLB: A Comp Guide to IC3 3E 
6
Lesson 1 
Vocabulary (continued) 
 file allocation table 
(FAT) 
 hard disks 
 hardware 
 Information 
 memory 
 mobile devices 
 motherboard 
 multicore processor 
 network drive 
 notebook computers 
 random access 
memory (RAM) 
 Read-only memory 
(ROM) 
7 Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Vocabulary (continued) 
 remote storage 
 server 
 software 
 supercomputer 
 tablet PC 
 tracks 
 USB flash drive 
Morrison / Wells CLB: A Comp Guide to IC3 3E 
8
Lesson 1 
Understanding the Importance of 
Computers 
 The computer is one of the most important 
inventions of the past century. 
 A Brief History of the Computer: 
 The first computers were developed in the 
late 1940s and early 1950s for use by the 
military and government. 
 The first Apple computer was built in 1976. 
The IBM PC was introduced in 1981. 
9 Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Defining Computers and Computer 
Systems 
 A computer is an electronic device that follows a series of 
steps referred to as an information processing cycle. 
 A computer system includes hardware, software, data, 
and people. 
Morrison / Wells CLB: A Comp Guide to IC3 3E 
10
Lesson 1 
Classifying Computers 
 Special-purpose computers are used mostly to 
control something else. 
 General-purpose computers are divided into 
categories, based on their physical size, function, 
cost, and performance: 
– Desktop and notebook 
computers 
– Server 
– Mobile devices 
– Tablet PC 
– Mainframe computer 
– Supercomputer 
– Embedded computers 
– Portable players 
11 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Using Computer Systems 
 Computers are used for all kinds of tasks. 
 Computers take raw data and change it into 
information. An example of the procedure: 
– You input programs and data with some type of input 
device. 
– The computer uses instructions to process the data 
and to turn it into information. 
– You send the information to some type of output 
device. 
– You store it for later retrieval. 
12 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Identifying System Components 
 The motherboard is a circuit board that contains 
integral components—central processing unit, 
memory, basic controllers, and expansion slots. 
13 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Identifying System Components 
(continued) 
 The Central 
Processing Unit: 
 The central processing 
unit (CPU) is the brains 
of the computer. 
 The CPU has two 
primary sections: the 
arithmetic/logic unit and 
the control unit. 
Morrison / Wells CLB: A Comp Guide to IC3 3E 
14 
Microprocessor
Lesson 1 
Identifying System Components 
(continued) 
 The Arithmetic/Logic Unit: 
 The arithmetic/logic unit (ALU) performs arithmetic 
computations and logical operations. 
 The Control Unit: 
 The control unit coordinates all of the processor’s 
activities. 
 You communicate with the computer through 
programming languages. 
 The computer uses machine language, or binary, which is 
all 1s and 0s. 
15 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Identifying System Components 
(continued) 
 Recognizing How a Computer Represents Data: 
 In machine language, the control unit sends out 
necessary messages to execute the instructions. A 
single zero or a single one is a bit. A byte is a single 
character. 
16 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Identifying System Components 
(continued) 
 Memory: 
 Memory can be short term or long term. 
 Random Access Memory: 
 The memory on the motherboard is short term, 
called random access memory (RAM). 
 Data, information, and program instructions are 
stored temporarily on a RAM chip and disappear 
when the computer is turned off. 
17 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Identifying System Components 
(continued) 
 Random Access Memory (cont): 
 The instruction cycle is the amount of time it 
takes to retrieve instructions to perform a 
specified task and complete the command. 
 The execution cycle refers to the amount of 
time it takes the CPU to execute the 
instruction and store the results in RAM. 
18 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Identifying System Components 
(continued) 
 Random Access Memory (cont): 
 Together, the instruction cycle and one or more 
execution cycles create a machine cycle. 
19 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Identifying System Components 
(continued) 
 Read-Only Memory: 
 Another type of memory found on the motherboard is 
read-only memory (ROM). 
 ROM chips store specific instructions that are needed 
for computer operation. These instructions remain on 
the chip even when the power is turned off. 
 The more common of these is the BIOS ROM, 
containing instructions to start the system when you 
turn on the computer. 
20 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Identifying Types of Storage 
Devices 
 To keep a permanent copy of data, you must 
store it on a storage device. 
 Magnetic Storage Devices: 
 Data is stored in numbered tracks in a special 
log on the disk called a file allocation table 
(FAT). 
 Hard Disk: 
 Advantages: speed and capacity 
21 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Identifying Types of Storage 
Devices (continued) 
 Magnetic tape: 
 Magnetic tape primarily is used for backup purposes 
and data collection. 
 3½-Inch Disks and Zip Disks: 
 Since the introduction of USB drives and solid-state 
storage media, disks are not as widely used. 
 Optical Storage Devices: 
 Use laser technology to read and write data on silver 
platters, like CDs and DVDs. 
Morrison / Wells CLB: A Comp Guide to IC3 3E 
22
Lesson 1 
Identifying Types of Storage 
Devices (continued) 
 Solid-State Storage Media: 
 Removable medium that uses 
integrated circuits, such as USB 
flash drive 
 Network Drives: 
 Hard drive or tape connected to 
a network server and is 
available to and shared by 
multiple users. 
Morrison / Wells CLB: A Comp Guide to IC3 3E 
23
Lesson 1 
Caring for Storage Media 
 Keep away from magnetic fields. 
 Avoid extreme temperatures. 
 Remove media from drives and store them properly 
when not in use. 
 When handling DVDs and other optical discs, hold 
them at the edges. 
 Never try to remove the media from a drive when the 
drive indicator light is on. 
 Keep discs in a sturdy case when transporting. 
24 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Computers in Your Future 
 One of the major areas of change in the 
evolution of computers will be connectivity, or 
the ability to connect with other computers. 
 Wireless and mobile devices will become the 
norm. 
 Computer literacy, which is the knowledge 
and understanding of computers and their 
uses, will become even more important. 
25 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Summary 
In this lesson, you learned: 
 A computer is an electronic device that receives 
data, processes data, produces information, and 
stores the data and information. 
 A computer derives its power from its speed, 
reliability, accuracy, storage, and communications 
capability. 
 Computer classifications include personal computers 
(desktop and notebook), mobile devices, servers, 
mainframes, and supercomputers. 
26 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Summary (continued) 
 Almost all computers perform the same general 
functions: input, processing, output, and storage. 
Input, output, and processing devices grouped 
together represent a computer system. 
 The machine cycle is made up of the instruction 
cycle and the execution cycle. 
 The motherboard is the center of all processing. It 
contains the central processing unit (CPU), memory, 
and basic controllers for the system. It also contains 
ports and expansion slots. 
27 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Summary (continued) 
 The motherboard contains different types of 
memory. Random access memory (RAM) is 
volatile and is used to store instructions, 
data, and information temporarily. Read-only 
memory (ROM) is nonvolatile and is used to 
store permanent instructions needed for 
computer operations. 
28 
Morrison / Wells CLB: A Comp Guide to IC3 3E
Lesson 1 
Summary (continued) 
 The CPU is the brains of the computer. The CPU 
has two main sections—the arithmetic/logic unit 
(ALU) and the control unit. All calculations and 
comparisons take place in the ALU. The control unit 
coordinates the CPU activities. 
 To maintain a permanent copy of data, you should 
store it on some type of storage medium. The three 
categories of storage media are magnetic storage, 
optical storage, and solid-state storage. 
29 
Morrison / Wells CLB: A Comp Guide to IC3 3E

More Related Content

What's hot (12)

Model of Pulsed Electrical Discharge Machining (EDM) using RL Circuit
Model of Pulsed Electrical Discharge Machining (EDM) using RL CircuitModel of Pulsed Electrical Discharge Machining (EDM) using RL Circuit
Model of Pulsed Electrical Discharge Machining (EDM) using RL Circuit
 
Chapter 4 technical communication style
Chapter 4   technical communication styleChapter 4   technical communication style
Chapter 4 technical communication style
 
Layout tools
Layout toolsLayout tools
Layout tools
 
The thesis and its parts
The thesis and its partsThe thesis and its parts
The thesis and its parts
 
Creating an outline
Creating an outlineCreating an outline
Creating an outline
 
Workshop theory and_practice
Workshop theory and_practiceWorkshop theory and_practice
Workshop theory and_practice
 
K to 12 smaw welding teacher's guide
K to 12 smaw welding teacher's guideK to 12 smaw welding teacher's guide
K to 12 smaw welding teacher's guide
 
Technical Writing
Technical WritingTechnical Writing
Technical Writing
 
PPT-WIRING TWO 3-WAY SWITCHES (2).pptx
PPT-WIRING TWO 3-WAY SWITCHES (2).pptxPPT-WIRING TWO 3-WAY SWITCHES (2).pptx
PPT-WIRING TWO 3-WAY SWITCHES (2).pptx
 
Module 6 module 4 draft sanitary and plumbing layout and details
Module 6   module 4 draft sanitary and plumbing layout and details Module 6   module 4 draft sanitary and plumbing layout and details
Module 6 module 4 draft sanitary and plumbing layout and details
 
How To Make An Outline
How To Make An OutlineHow To Make An Outline
How To Make An Outline
 
Common Wire splices
Common Wire splicesCommon Wire splices
Common Wire splices
 

Similar to Lesson one ppt

Computer Literacy Lesson Two
Computer Literacy Lesson TwoComputer Literacy Lesson Two
Computer Literacy Lesson Twocpashke
 
Computer Literacy Lesson 04
Computer Literacy Lesson 04Computer Literacy Lesson 04
Computer Literacy Lesson 04cpashke
 
CIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptxCIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptxAslamRj1
 
Lec45chap4f04
Lec45chap4f04Lec45chap4f04
Lec45chap4f04screaminc
 
COMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptx
COMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptxCOMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptx
COMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptxPannaBushratul
 
computer organisation and architecture_ppt.pptx
computer organisation and architecture_ppt.pptxcomputer organisation and architecture_ppt.pptx
computer organisation and architecture_ppt.pptxvishnuvardhan749108
 
11 & 12
11 & 1211 & 12
11 & 12vonnej
 
Project on computer assembling
Project on computer assemblingProject on computer assembling
Project on computer assemblingSubhojit Paul
 
Computer memory book notes
Computer memory book notes Computer memory book notes
Computer memory book notes Navtej Duhoon
 
Principles of Information Technology
Principles of Information TechnologyPrinciples of Information Technology
Principles of Information TechnologySubair Ali
 

Similar to Lesson one ppt (20)

Lesson 01
Lesson 01Lesson 01
Lesson 01
 
Computer Literacy Lesson Two
Computer Literacy Lesson TwoComputer Literacy Lesson Two
Computer Literacy Lesson Two
 
ESSENTIAL of (CS/IT/IS)
ESSENTIAL of (CS/IT/IS)ESSENTIAL of (CS/IT/IS)
ESSENTIAL of (CS/IT/IS)
 
Chapter 1 CSC118
Chapter 1 CSC118 Chapter 1 CSC118
Chapter 1 CSC118
 
Computer Literacy Lesson 04
Computer Literacy Lesson 04Computer Literacy Lesson 04
Computer Literacy Lesson 04
 
CIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptxCIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptx
 
Multimedia Technology
Multimedia TechnologyMultimedia Technology
Multimedia Technology
 
Lec45chap4f04
Lec45chap4f04Lec45chap4f04
Lec45chap4f04
 
Csc118 chapter1
Csc118 chapter1Csc118 chapter1
Csc118 chapter1
 
COMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptx
COMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptxCOMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptx
COMPUTER BASIC AND FUNDAMENTAL AND ITS ORGANISATION.pptx
 
3945319.ppt
3945319.ppt3945319.ppt
3945319.ppt
 
Fundamentals of Computing Chapter 3
Fundamentals of Computing Chapter 3Fundamentals of Computing Chapter 3
Fundamentals of Computing Chapter 3
 
computer organisation and architecture_ppt.pptx
computer organisation and architecture_ppt.pptxcomputer organisation and architecture_ppt.pptx
computer organisation and architecture_ppt.pptx
 
3945319.ppt
3945319.ppt3945319.ppt
3945319.ppt
 
11 & 12
11 & 1211 & 12
11 & 12
 
Project on computer assembling
Project on computer assemblingProject on computer assembling
Project on computer assembling
 
computer Unit 5
computer Unit 5computer Unit 5
computer Unit 5
 
18. the components of the system unit
18. the components of the system unit18. the components of the system unit
18. the components of the system unit
 
Computer memory book notes
Computer memory book notes Computer memory book notes
Computer memory book notes
 
Principles of Information Technology
Principles of Information TechnologyPrinciples of Information Technology
Principles of Information Technology
 

More from cpashke

Chapter4
Chapter4Chapter4
Chapter4cpashke
 
Chapter3
Chapter3Chapter3
Chapter3cpashke
 
Web Design Chapter3
Web Design Chapter3Web Design Chapter3
Web Design Chapter3cpashke
 
Pscs6 ch09 ppt
Pscs6 ch09 pptPscs6 ch09 ppt
Pscs6 ch09 pptcpashke
 
Pscs6 ch08 ppt
Pscs6 ch08 pptPscs6 ch08 ppt
Pscs6 ch08 pptcpashke
 
Pscs6 ch07 ppt
Pscs6 ch07 pptPscs6 ch07 ppt
Pscs6 ch07 pptcpashke
 
Pscs6 ch06 ppt
Pscs6 ch06 pptPscs6 ch06 ppt
Pscs6 ch06 pptcpashke
 
Photo ch05 ppt
Photo ch05 pptPhoto ch05 ppt
Photo ch05 pptcpashke
 
PS cs6 ch04 ppt
PS cs6 ch04 pptPS cs6 ch04 ppt
PS cs6 ch04 pptcpashke
 
Lesson 2 Importing media
Lesson 2 Importing mediaLesson 2 Importing media
Lesson 2 Importing mediacpashke
 
Exploring Movie Maker
Exploring Movie MakerExploring Movie Maker
Exploring Movie Makercpashke
 
Computer Literacy Lesson 31
Computer Literacy Lesson 31Computer Literacy Lesson 31
Computer Literacy Lesson 31cpashke
 
Computer Literacy Lesson 30
Computer Literacy Lesson 30Computer Literacy Lesson 30
Computer Literacy Lesson 30cpashke
 
Computer Literacy Lesson 29
Computer Literacy Lesson 29Computer Literacy Lesson 29
Computer Literacy Lesson 29cpashke
 
Computer Literacy Lesson 28
Computer Literacy Lesson 28Computer Literacy Lesson 28
Computer Literacy Lesson 28cpashke
 
Computer Literacy Lesson 27
Computer Literacy Lesson 27Computer Literacy Lesson 27
Computer Literacy Lesson 27cpashke
 
Computer Literacy Lesson 26
Computer Literacy Lesson 26Computer Literacy Lesson 26
Computer Literacy Lesson 26cpashke
 
Computer Literacy Lesson 25
Computer Literacy Lesson 25Computer Literacy Lesson 25
Computer Literacy Lesson 25cpashke
 
Computer Literacy Lesson 24
Computer Literacy Lesson 24Computer Literacy Lesson 24
Computer Literacy Lesson 24cpashke
 
Computer Literacy Lesson 23
Computer Literacy Lesson 23Computer Literacy Lesson 23
Computer Literacy Lesson 23cpashke
 

More from cpashke (20)

Chapter4
Chapter4Chapter4
Chapter4
 
Chapter3
Chapter3Chapter3
Chapter3
 
Web Design Chapter3
Web Design Chapter3Web Design Chapter3
Web Design Chapter3
 
Pscs6 ch09 ppt
Pscs6 ch09 pptPscs6 ch09 ppt
Pscs6 ch09 ppt
 
Pscs6 ch08 ppt
Pscs6 ch08 pptPscs6 ch08 ppt
Pscs6 ch08 ppt
 
Pscs6 ch07 ppt
Pscs6 ch07 pptPscs6 ch07 ppt
Pscs6 ch07 ppt
 
Pscs6 ch06 ppt
Pscs6 ch06 pptPscs6 ch06 ppt
Pscs6 ch06 ppt
 
Photo ch05 ppt
Photo ch05 pptPhoto ch05 ppt
Photo ch05 ppt
 
PS cs6 ch04 ppt
PS cs6 ch04 pptPS cs6 ch04 ppt
PS cs6 ch04 ppt
 
Lesson 2 Importing media
Lesson 2 Importing mediaLesson 2 Importing media
Lesson 2 Importing media
 
Exploring Movie Maker
Exploring Movie MakerExploring Movie Maker
Exploring Movie Maker
 
Computer Literacy Lesson 31
Computer Literacy Lesson 31Computer Literacy Lesson 31
Computer Literacy Lesson 31
 
Computer Literacy Lesson 30
Computer Literacy Lesson 30Computer Literacy Lesson 30
Computer Literacy Lesson 30
 
Computer Literacy Lesson 29
Computer Literacy Lesson 29Computer Literacy Lesson 29
Computer Literacy Lesson 29
 
Computer Literacy Lesson 28
Computer Literacy Lesson 28Computer Literacy Lesson 28
Computer Literacy Lesson 28
 
Computer Literacy Lesson 27
Computer Literacy Lesson 27Computer Literacy Lesson 27
Computer Literacy Lesson 27
 
Computer Literacy Lesson 26
Computer Literacy Lesson 26Computer Literacy Lesson 26
Computer Literacy Lesson 26
 
Computer Literacy Lesson 25
Computer Literacy Lesson 25Computer Literacy Lesson 25
Computer Literacy Lesson 25
 
Computer Literacy Lesson 24
Computer Literacy Lesson 24Computer Literacy Lesson 24
Computer Literacy Lesson 24
 
Computer Literacy Lesson 23
Computer Literacy Lesson 23Computer Literacy Lesson 23
Computer Literacy Lesson 23
 

Lesson one ppt

  • 1. 1 Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC3, 3rd Edition Morrison / Wells
  • 2. Lesson 1 About the Presentations  The presentations cover the objectives found in the opening of each lesson.  All lesson objectives are listed in the beginning of each presentation.  You may customize the presentations to fit your class needs.  Some figures from the lessons are included. A complete set of images from the book can be found on the Instructor Resources disc. Morrison / Wells CLB: A Comp Guide to IC3 3E 2
  • 3. Lesson 1 Objectives  Understand the importance of computers.  Define computers and computer systems.  Classify different types of computer devices.  Use computer systems.  Identify system components. 3 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 4. Lesson 1 Objectives (continued)  Describe the role of the central processing unit.  Define computer memory.  Describe how data is represented.  Identify types of storage devices.  Care for storage media. 4 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 5. Lesson 1 Vocabulary  arithmetic/logic unit (ALU)  binary  bit  BIOS ROM  byte  central processing unit (CPU)  circuit board  computer  control unit  data  dual-core processor  embedded computers 5 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 6. Lesson 1 Vocabulary (Test List)  Server  Circuit  Supercomputer  Tablet PC  Mainframe Computer  BIO ROM  ALU  Bit  Notebook computers  Random access memory (RAM)  Read-only memory (ROM)  CPU  Byte  Computer  Binary Code Morrison / Wells CLB: A Comp Guide to IC3 3E 6
  • 7. Lesson 1 Vocabulary (continued)  file allocation table (FAT)  hard disks  hardware  Information  memory  mobile devices  motherboard  multicore processor  network drive  notebook computers  random access memory (RAM)  Read-only memory (ROM) 7 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 8. Lesson 1 Vocabulary (continued)  remote storage  server  software  supercomputer  tablet PC  tracks  USB flash drive Morrison / Wells CLB: A Comp Guide to IC3 3E 8
  • 9. Lesson 1 Understanding the Importance of Computers  The computer is one of the most important inventions of the past century.  A Brief History of the Computer:  The first computers were developed in the late 1940s and early 1950s for use by the military and government.  The first Apple computer was built in 1976. The IBM PC was introduced in 1981. 9 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 10. Lesson 1 Defining Computers and Computer Systems  A computer is an electronic device that follows a series of steps referred to as an information processing cycle.  A computer system includes hardware, software, data, and people. Morrison / Wells CLB: A Comp Guide to IC3 3E 10
  • 11. Lesson 1 Classifying Computers  Special-purpose computers are used mostly to control something else.  General-purpose computers are divided into categories, based on their physical size, function, cost, and performance: – Desktop and notebook computers – Server – Mobile devices – Tablet PC – Mainframe computer – Supercomputer – Embedded computers – Portable players 11 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 12. Lesson 1 Using Computer Systems  Computers are used for all kinds of tasks.  Computers take raw data and change it into information. An example of the procedure: – You input programs and data with some type of input device. – The computer uses instructions to process the data and to turn it into information. – You send the information to some type of output device. – You store it for later retrieval. 12 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 13. Lesson 1 Identifying System Components  The motherboard is a circuit board that contains integral components—central processing unit, memory, basic controllers, and expansion slots. 13 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 14. Lesson 1 Identifying System Components (continued)  The Central Processing Unit:  The central processing unit (CPU) is the brains of the computer.  The CPU has two primary sections: the arithmetic/logic unit and the control unit. Morrison / Wells CLB: A Comp Guide to IC3 3E 14 Microprocessor
  • 15. Lesson 1 Identifying System Components (continued)  The Arithmetic/Logic Unit:  The arithmetic/logic unit (ALU) performs arithmetic computations and logical operations.  The Control Unit:  The control unit coordinates all of the processor’s activities.  You communicate with the computer through programming languages.  The computer uses machine language, or binary, which is all 1s and 0s. 15 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 16. Lesson 1 Identifying System Components (continued)  Recognizing How a Computer Represents Data:  In machine language, the control unit sends out necessary messages to execute the instructions. A single zero or a single one is a bit. A byte is a single character. 16 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 17. Lesson 1 Identifying System Components (continued)  Memory:  Memory can be short term or long term.  Random Access Memory:  The memory on the motherboard is short term, called random access memory (RAM).  Data, information, and program instructions are stored temporarily on a RAM chip and disappear when the computer is turned off. 17 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 18. Lesson 1 Identifying System Components (continued)  Random Access Memory (cont):  The instruction cycle is the amount of time it takes to retrieve instructions to perform a specified task and complete the command.  The execution cycle refers to the amount of time it takes the CPU to execute the instruction and store the results in RAM. 18 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 19. Lesson 1 Identifying System Components (continued)  Random Access Memory (cont):  Together, the instruction cycle and one or more execution cycles create a machine cycle. 19 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 20. Lesson 1 Identifying System Components (continued)  Read-Only Memory:  Another type of memory found on the motherboard is read-only memory (ROM).  ROM chips store specific instructions that are needed for computer operation. These instructions remain on the chip even when the power is turned off.  The more common of these is the BIOS ROM, containing instructions to start the system when you turn on the computer. 20 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 21. Lesson 1 Identifying Types of Storage Devices  To keep a permanent copy of data, you must store it on a storage device.  Magnetic Storage Devices:  Data is stored in numbered tracks in a special log on the disk called a file allocation table (FAT).  Hard Disk:  Advantages: speed and capacity 21 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 22. Lesson 1 Identifying Types of Storage Devices (continued)  Magnetic tape:  Magnetic tape primarily is used for backup purposes and data collection.  3½-Inch Disks and Zip Disks:  Since the introduction of USB drives and solid-state storage media, disks are not as widely used.  Optical Storage Devices:  Use laser technology to read and write data on silver platters, like CDs and DVDs. Morrison / Wells CLB: A Comp Guide to IC3 3E 22
  • 23. Lesson 1 Identifying Types of Storage Devices (continued)  Solid-State Storage Media:  Removable medium that uses integrated circuits, such as USB flash drive  Network Drives:  Hard drive or tape connected to a network server and is available to and shared by multiple users. Morrison / Wells CLB: A Comp Guide to IC3 3E 23
  • 24. Lesson 1 Caring for Storage Media  Keep away from magnetic fields.  Avoid extreme temperatures.  Remove media from drives and store them properly when not in use.  When handling DVDs and other optical discs, hold them at the edges.  Never try to remove the media from a drive when the drive indicator light is on.  Keep discs in a sturdy case when transporting. 24 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 25. Lesson 1 Computers in Your Future  One of the major areas of change in the evolution of computers will be connectivity, or the ability to connect with other computers.  Wireless and mobile devices will become the norm.  Computer literacy, which is the knowledge and understanding of computers and their uses, will become even more important. 25 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 26. Lesson 1 Summary In this lesson, you learned:  A computer is an electronic device that receives data, processes data, produces information, and stores the data and information.  A computer derives its power from its speed, reliability, accuracy, storage, and communications capability.  Computer classifications include personal computers (desktop and notebook), mobile devices, servers, mainframes, and supercomputers. 26 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 27. Lesson 1 Summary (continued)  Almost all computers perform the same general functions: input, processing, output, and storage. Input, output, and processing devices grouped together represent a computer system.  The machine cycle is made up of the instruction cycle and the execution cycle.  The motherboard is the center of all processing. It contains the central processing unit (CPU), memory, and basic controllers for the system. It also contains ports and expansion slots. 27 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 28. Lesson 1 Summary (continued)  The motherboard contains different types of memory. Random access memory (RAM) is volatile and is used to store instructions, data, and information temporarily. Read-only memory (ROM) is nonvolatile and is used to store permanent instructions needed for computer operations. 28 Morrison / Wells CLB: A Comp Guide to IC3 3E
  • 29. Lesson 1 Summary (continued)  The CPU is the brains of the computer. The CPU has two main sections—the arithmetic/logic unit (ALU) and the control unit. All calculations and comparisons take place in the ALU. The control unit coordinates the CPU activities.  To maintain a permanent copy of data, you should store it on some type of storage medium. The three categories of storage media are magnetic storage, optical storage, and solid-state storage. 29 Morrison / Wells CLB: A Comp Guide to IC3 3E