SlideShare uma empresa Scribd logo
1 de 34
Lesson 1
Computers and Computer Systems
Computer Literacy
BASICS: A
Comprehensive Guide
to IC3, 4th Edition

1

Morrison / Wells
About the Presentations


Lesson 1



2




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 IC34E
Objectives



Lesson 1



3





Understand the importance of computers.
Define computers and computer systems.
Classify computers.
Use computer systems.
Identify system components.
Identify types of storage devices.

Morrison / Wells

CLB: A Comp Guide to IC34E
Objectives (continued)


Lesson 1



Care for storage media.
Explore computers in your future.

4

Morrison / Wells

CLB: A Comp Guide to IC34E
Vocabulary


Lesson 1







5

arithmetic/logic unit
(ALU)
central processing
unit (CPU)
circuit board
computer
control unit
data

Morrison / Wells










hard disk
hardware
information
memory
mobile device
motherboard
notebook computer
CLB: A Comp Guide to IC34E
Vocabulary (continued)


Lesson 1



6





random access
memory (RAM)
read-only memory
(ROM)
server
software
supercomputer

Morrison / Wells




tablet PC
USB flash drive

CLB: A Comp Guide to IC34E
Understanding the Importance of
Computers


Lesson 1



7

The computer is one of the most important
inventions of the past century.
You find computers and computer
technology everywhere throughout society—
from businesses and financial organizations,
to home electronics and appliances, to
personal applications such as clothing
embedded with iPod controls.

Morrison / Wells

CLB: A Comp Guide to IC34E
Understanding the Importance of
Computers (continued)


Lesson 1



8




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.
In 1971, Dr. Ted Hoff developed the
microprocessor.
The first Apple computer was built in 1976.
The IBM PC was introduced in 1981.

Morrison / Wells

CLB: A Comp Guide to IC34E
Defining Computers and Computer
Systems
A computer is an electronic device that receives data
(input), processes data, stores data, and produces a
result (output).



A computer system includes hardware, software, data,
and people.

Lesson 1



9

Morrison / Wells

CLB: A Comp Guide to IC34E
Defining Computers and Computer
Systems (continued)



Lesson 1



10



The actual machine—wires, transistors, and circuits—is
called hardware.
Software consists of instructions or programs for
controlling the computer.
Data is text, numbers, sound, images, or video.
The computer receives data through an input device,
process the data, produces the output (or information),
and stores the data and information on a storage device.

Morrison / Wells

CLB: A Comp Guide to IC34E
Classifying Computers


Lesson 1



11

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
Morrison / Wells
–

Supercomputer
– Embedded computers
– Portable players
– Calculators
– Computer game systems
– Electronic book readers
CLB: A Comp Guide to IC34E
–
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:

Lesson 1

–
–
–
–

12

You enter 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.

Morrison / Wells

CLB: A Comp Guide to IC34E
Using Computer Systems
(continued)
Computer system components

Lesson 1



13

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying System Components
The motherboard is a circuit board that contains
integral components—central processing unit,
memory, connectors, and expansion ports and slots.

Lesson 1



14

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying System Components
(continued)


Lesson 1



15



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

Microprocessor

CLB: A Comp Guide to IC34E
Identifying System Components
(continued)




Lesson 1



16




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 code,
which contains only 1s and 0s.

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying System Components
(continued)


Lesson 1



17

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.

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying System Components
(continued)




Lesson 1



18

Memory:
Memory is where data is stored on the motherboard.
Memory can be short term or long term.
When you want to store a file or information
permanently, you use secondary storage devices
such as the computer’s hard drive or a USB drive.
You might think of this as long term memory.

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying System Components
(continued)



Lesson 1



19

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.

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying System Components
(continued)


Lesson 1



20



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.

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying System Components
(continued)


Lesson 1



Random Access Memory (cont):
Together, the instruction cycle and one or more
execution cycles create a machine cycle.

21

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying System Components
(continued)



Random Access Memory (cont):
For every instruction, a processor repeats a set of four
basic operations, which compose a machine cycle:

Lesson 1

1.

2.

3.
4.

22

Fetching is the process of obtaining a program instruction or
data item from RAM
Decoding refers to the process of translating the instruction
into signals the computer can execute.
Executing is the process of carrying out the commands.
Storing, in this context, means writing the result to memory
(not to a storage medium).

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying System Components
(continued)
Random Access Memory (cont):

Lesson 1



23

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying System Components
(continued)



Lesson 1



24



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 operations. 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.

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying Types of Storage
Devices



Lesson 1






25

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 Disks:
Advantages: speed and capacity

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying Types of Storage
Devices (continued)



Lesson 1



26



Removable Disks:
Removable magnetic media are rarely used and
include 3 ½-inch disks and Zip disks.
Optical Storage Devices:
Use laser technology to
read and write data on
plastic platters that
contain a metal layer, like
CDs and DVDs.

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying Types of Storage
Devices (continued)


Lesson 1



27

Solid-State Storage
Media:
Removable medium
that uses integrated
circuits, such as a
USB flash drive.

Morrison / Wells

CLB: A Comp Guide to IC34E
Identifying Types of Storage
Devices (continued)


Lesson 1



28



Network Drives:
Hard drive or tape drive connected to a network
server and is available to and shared by multiple
users.
Remote storage is used to extend disk space on
a server and to eliminate the addition of more
hard disks or other storage devices.

Morrison / Wells

CLB: A Comp Guide to IC34E
Caring for Storage Media



Lesson 1






29

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.

Morrison / Wells

CLB: A Comp Guide to IC34E
Exploring Computers in Your
Future


Lesson 1



30



A major focus of new types of computers is
connectivity, or the ability to connect with
other computers.
Wireless and mobile devices are now as
common as wired desktop machines.
Computer literacy, which is the knowledge
and understanding of computers and their
uses, will become even more important.

Morrison / Wells

CLB: A Comp Guide to IC34E
Lesson 1

Summary

31

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.
Morrison / Wells

CLB: A Comp Guide to IC34E
Summary (continued)

Lesson 1



32




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.

Morrison / Wells

CLB: A Comp Guide to IC34E
Summary (continued)

Lesson 1



33

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.

Morrison / Wells

CLB: A Comp Guide to IC34E
Summary (continued)

Lesson 1



34



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.

Morrison / Wells

CLB: A Comp Guide to IC34E

Mais conteúdo relacionado

Mais procurados

10 css week 2 hardware and-software-ipos_
10 css week 2 hardware and-software-ipos_10 css week 2 hardware and-software-ipos_
10 css week 2 hardware and-software-ipos_
AronPaul5
 
Chs parts of computer
Chs parts of computerChs parts of computer
Chs parts of computer
anjgulf
 
Module5 input output storage devices
Module5 input output storage devicesModule5 input output storage devices
Module5 input output storage devices
Shaharizan Hassan
 
It in business lect 2
It in business  lect 2It in business  lect 2
It in business lect 2
Mahii_Raza
 
K to 12_entrep-based_pc_hardware_servicing_learning_module
K to 12_entrep-based_pc_hardware_servicing_learning_moduleK to 12_entrep-based_pc_hardware_servicing_learning_module
K to 12_entrep-based_pc_hardware_servicing_learning_module
Johndion Ruloma
 

Mais procurados (20)

Computer Hardware Servicing Learning Module v.2.0
Computer Hardware Servicing Learning Module v.2.0Computer Hardware Servicing Learning Module v.2.0
Computer Hardware Servicing Learning Module v.2.0
 
Types of Computer ASSEMBLE COMPUTER HARDWARE tle 8
Types of Computer ASSEMBLE COMPUTER HARDWARE tle 8Types of Computer ASSEMBLE COMPUTER HARDWARE tle 8
Types of Computer ASSEMBLE COMPUTER HARDWARE tle 8
 
Ict k12 paul
Ict k12 paulIct k12 paul
Ict k12 paul
 
10 css week 2 hardware and-software-ipos_
10 css week 2 hardware and-software-ipos_10 css week 2 hardware and-software-ipos_
10 css week 2 hardware and-software-ipos_
 
Chs parts of computer
Chs parts of computerChs parts of computer
Chs parts of computer
 
Module5 input output storage devices
Module5 input output storage devicesModule5 input output storage devices
Module5 input output storage devices
 
Chs nc2 reviewer - with oral questioning
Chs nc2 reviewer - with oral questioningChs nc2 reviewer - with oral questioning
Chs nc2 reviewer - with oral questioning
 
understanding the computer system
understanding the computer systemunderstanding the computer system
understanding the computer system
 
Lm computer hardware
Lm computer hardwareLm computer hardware
Lm computer hardware
 
Computer Hardware Servicing
Computer Hardware ServicingComputer Hardware Servicing
Computer Hardware Servicing
 
Input to computer ( introduction to computer )
Input to computer ( introduction to computer )Input to computer ( introduction to computer )
Input to computer ( introduction to computer )
 
The Computer System
The Computer SystemThe Computer System
The Computer System
 
Lesson1 Contestada
Lesson1 ContestadaLesson1 Contestada
Lesson1 Contestada
 
It in business lect 2
It in business  lect 2It in business  lect 2
It in business lect 2
 
Computer hardware worksheet
Computer hardware worksheetComputer hardware worksheet
Computer hardware worksheet
 
PDT DC015 Chapter 1 Introduction to IT 2017/18
PDT DC015 Chapter 1 Introduction to IT 2017/18PDT DC015 Chapter 1 Introduction to IT 2017/18
PDT DC015 Chapter 1 Introduction to IT 2017/18
 
K to 12_entrep-based_pc_hardware_servicing_learning_module
K to 12_entrep-based_pc_hardware_servicing_learning_moduleK to 12_entrep-based_pc_hardware_servicing_learning_module
K to 12_entrep-based_pc_hardware_servicing_learning_module
 
What is Coomputer What are the parts of computer
What is Coomputer What are the parts of computer What is Coomputer What are the parts of computer
What is Coomputer What are the parts of computer
 
Ecdl v5 module 1 print
Ecdl v5 module 1 printEcdl v5 module 1 print
Ecdl v5 module 1 print
 
Fundamentals of Computer Design including performance measurements & quantita...
Fundamentals of Computer Design including performance measurements & quantita...Fundamentals of Computer Design including performance measurements & quantita...
Fundamentals of Computer Design including performance measurements & quantita...
 

Semelhante a Lesson 01

Lecturer1 introduction to computer architecture (ca)
Lecturer1   introduction to computer architecture (ca)Lecturer1   introduction to computer architecture (ca)
Lecturer1 introduction to computer architecture (ca)
ADEOLA ADISA
 
Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computers
Simmisar
 
Computer basics and i.o devices
Computer basics and i.o devicesComputer basics and i.o devices
Computer basics and i.o devices
kitturashmikittu
 
1. Programming in C - Introduction.pdf
1. Programming in C - Introduction.pdf1. Programming in C - Introduction.pdf
1. Programming in C - Introduction.pdf
hydyc
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdf
saurabhChandbodhale
 
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
PannaBushratul
 

Semelhante a Lesson 01 (20)

Lec45chap4f04
Lec45chap4f04Lec45chap4f04
Lec45chap4f04
 
ESSENTIAL of (CS/IT/IS)
ESSENTIAL of (CS/IT/IS)ESSENTIAL of (CS/IT/IS)
ESSENTIAL of (CS/IT/IS)
 
OSLecture1.ppt
OSLecture1.pptOSLecture1.ppt
OSLecture1.ppt
 
Chapter 1 computer fundamentals
Chapter 1 computer fundamentals Chapter 1 computer fundamentals
Chapter 1 computer fundamentals
 
Computer-Processing-Devices.pdf
Computer-Processing-Devices.pdfComputer-Processing-Devices.pdf
Computer-Processing-Devices.pdf
 
3945319.ppt
3945319.ppt3945319.ppt
3945319.ppt
 
Lecturer1 introduction to computer architecture (ca)
Lecturer1   introduction to computer architecture (ca)Lecturer1   introduction to computer architecture (ca)
Lecturer1 introduction to computer architecture (ca)
 
Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computers
 
Computer basics and i.o devices
Computer basics and i.o devicesComputer basics and i.o devices
Computer basics and i.o devices
 
Chapter 1 CSC118
Chapter 1 CSC118 Chapter 1 CSC118
Chapter 1 CSC118
 
1. Programming in C - Introduction.pdf
1. Programming in C - Introduction.pdf1. Programming in C - Introduction.pdf
1. Programming in C - Introduction.pdf
 
Intro to cao &store program
Intro to cao &store programIntro to cao &store program
Intro to cao &store program
 
unit-i.pdf
unit-i.pdfunit-i.pdf
unit-i.pdf
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdf
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdf
 
Basic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptxBasic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptx
 
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
 
CIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptxCIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptx
 
CSC204PPTNOTES
CSC204PPTNOTESCSC204PPTNOTES
CSC204PPTNOTES
 
Lesson 1 anatomy of a digital computer (230 kb)
Lesson 1  anatomy of a digital computer (230 kb)Lesson 1  anatomy of a digital computer (230 kb)
Lesson 1 anatomy of a digital computer (230 kb)
 

Mais de Tracie King

Roles and Responsibilities: Developing the Team
Roles and Responsibilities: Developing the TeamRoles and Responsibilities: Developing the Team
Roles and Responsibilities: Developing the Team
Tracie King
 
Interface: Creating the connection
Interface: Creating the connectionInterface: Creating the connection
Interface: Creating the connection
Tracie King
 
Gameplay: Creating the Experience
Gameplay:  Creating the ExperienceGameplay:  Creating the Experience
Gameplay: Creating the Experience
Tracie King
 
Game Story and Character Development
Game Story and Character DevelopmentGame Story and Character Development
Game Story and Character Development
Tracie King
 
Production and Management: Developing the Process
Production and Management: Developing the ProcessProduction and Management: Developing the Process
Production and Management: Developing the Process
Tracie King
 

Mais de Tracie King (20)

The career search project
The career search projectThe career search project
The career search project
 
The career search project word
The career search project wordThe career search project word
The career search project word
 
Roles and Responsibilities: Developing the Team
Roles and Responsibilities: Developing the TeamRoles and Responsibilities: Developing the Team
Roles and Responsibilities: Developing the Team
 
Interface: Creating the connection
Interface: Creating the connectionInterface: Creating the connection
Interface: Creating the connection
 
Gameplay: Creating the Experience
Gameplay:  Creating the ExperienceGameplay:  Creating the Experience
Gameplay: Creating the Experience
 
Game Story and Character Development
Game Story and Character DevelopmentGame Story and Character Development
Game Story and Character Development
 
Production and Management: Developing the Process
Production and Management: Developing the ProcessProduction and Management: Developing the Process
Production and Management: Developing the Process
 
98 374 Lesson 02-slides
98 374 Lesson 02-slides98 374 Lesson 02-slides
98 374 Lesson 02-slides
 
98 374 Lesson 01-slides
98 374 Lesson 01-slides98 374 Lesson 01-slides
98 374 Lesson 01-slides
 
98 374 Lesson 06-slides
98 374 Lesson 06-slides98 374 Lesson 06-slides
98 374 Lesson 06-slides
 
98 374 Lesson 05-slides
98 374 Lesson 05-slides98 374 Lesson 05-slides
98 374 Lesson 05-slides
 
98 374 Lesson 04-slides
98 374 Lesson 04-slides98 374 Lesson 04-slides
98 374 Lesson 04-slides
 
98 374 Lesson 03-slides
98 374 Lesson 03-slides98 374 Lesson 03-slides
98 374 Lesson 03-slides
 
Max2015 ch01
Max2015 ch01Max2015 ch01
Max2015 ch01
 
Max2015 ch03
Max2015 ch03Max2015 ch03
Max2015 ch03
 
Max2015 ch02
Max2015 ch02Max2015 ch02
Max2015 ch02
 
Max2015 ch05
Max2015 ch05Max2015 ch05
Max2015 ch05
 
Max2015 ch04
Max2015 ch04Max2015 ch04
Max2015 ch04
 
Max2015 ch06
Max2015 ch06Max2015 ch06
Max2015 ch06
 
Max2015 ch07
Max2015 ch07Max2015 ch07
Max2015 ch07
 

Último

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
SoniaTolstoy
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
fonyou31
 

Último (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 

Lesson 01

  • 1. Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC3, 4th Edition 1 Morrison / Wells
  • 2. About the Presentations  Lesson 1  2   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 IC34E
  • 3. Objectives   Lesson 1  3    Understand the importance of computers. Define computers and computer systems. Classify computers. Use computer systems. Identify system components. Identify types of storage devices. Morrison / Wells CLB: A Comp Guide to IC34E
  • 4. Objectives (continued)  Lesson 1  Care for storage media. Explore computers in your future. 4 Morrison / Wells CLB: A Comp Guide to IC34E
  • 5. Vocabulary  Lesson 1      5 arithmetic/logic unit (ALU) central processing unit (CPU) circuit board computer control unit data Morrison / Wells        hard disk hardware information memory mobile device motherboard notebook computer CLB: A Comp Guide to IC34E
  • 6. Vocabulary (continued)  Lesson 1  6    random access memory (RAM) read-only memory (ROM) server software supercomputer Morrison / Wells   tablet PC USB flash drive CLB: A Comp Guide to IC34E
  • 7. Understanding the Importance of Computers  Lesson 1  7 The computer is one of the most important inventions of the past century. You find computers and computer technology everywhere throughout society— from businesses and financial organizations, to home electronics and appliances, to personal applications such as clothing embedded with iPod controls. Morrison / Wells CLB: A Comp Guide to IC34E
  • 8. Understanding the Importance of Computers (continued)  Lesson 1  8   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. In 1971, Dr. Ted Hoff developed the microprocessor. The first Apple computer was built in 1976. The IBM PC was introduced in 1981. Morrison / Wells CLB: A Comp Guide to IC34E
  • 9. Defining Computers and Computer Systems A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  A computer system includes hardware, software, data, and people. Lesson 1  9 Morrison / Wells CLB: A Comp Guide to IC34E
  • 10. Defining Computers and Computer Systems (continued)   Lesson 1  10  The actual machine—wires, transistors, and circuits—is called hardware. Software consists of instructions or programs for controlling the computer. Data is text, numbers, sound, images, or video. The computer receives data through an input device, process the data, produces the output (or information), and stores the data and information on a storage device. Morrison / Wells CLB: A Comp Guide to IC34E
  • 11. Classifying Computers  Lesson 1  11 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 Morrison / Wells – Supercomputer – Embedded computers – Portable players – Calculators – Computer game systems – Electronic book readers CLB: A Comp Guide to IC34E –
  • 12. 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: Lesson 1 – – – – 12 You enter 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. Morrison / Wells CLB: A Comp Guide to IC34E
  • 13. Using Computer Systems (continued) Computer system components Lesson 1  13 Morrison / Wells CLB: A Comp Guide to IC34E
  • 14. Identifying System Components The motherboard is a circuit board that contains integral components—central processing unit, memory, connectors, and expansion ports and slots. Lesson 1  14 Morrison / Wells CLB: A Comp Guide to IC34E
  • 15. Identifying System Components (continued)  Lesson 1  15  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 Microprocessor CLB: A Comp Guide to IC34E
  • 16. Identifying System Components (continued)    Lesson 1  16   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 code, which contains only 1s and 0s. Morrison / Wells CLB: A Comp Guide to IC34E
  • 17. Identifying System Components (continued)  Lesson 1  17 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. Morrison / Wells CLB: A Comp Guide to IC34E
  • 18. Identifying System Components (continued)    Lesson 1  18 Memory: Memory is where data is stored on the motherboard. Memory can be short term or long term. When you want to store a file or information permanently, you use secondary storage devices such as the computer’s hard drive or a USB drive. You might think of this as long term memory. Morrison / Wells CLB: A Comp Guide to IC34E
  • 19. Identifying System Components (continued)   Lesson 1  19 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. Morrison / Wells CLB: A Comp Guide to IC34E
  • 20. Identifying System Components (continued)  Lesson 1  20  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. Morrison / Wells CLB: A Comp Guide to IC34E
  • 21. Identifying System Components (continued)  Lesson 1  Random Access Memory (cont): Together, the instruction cycle and one or more execution cycles create a machine cycle. 21 Morrison / Wells CLB: A Comp Guide to IC34E
  • 22. Identifying System Components (continued)   Random Access Memory (cont): For every instruction, a processor repeats a set of four basic operations, which compose a machine cycle: Lesson 1 1. 2. 3. 4. 22 Fetching is the process of obtaining a program instruction or data item from RAM Decoding refers to the process of translating the instruction into signals the computer can execute. Executing is the process of carrying out the commands. Storing, in this context, means writing the result to memory (not to a storage medium). Morrison / Wells CLB: A Comp Guide to IC34E
  • 23. Identifying System Components (continued) Random Access Memory (cont): Lesson 1  23 Morrison / Wells CLB: A Comp Guide to IC34E
  • 24. Identifying System Components (continued)   Lesson 1  24  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 operations. 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. Morrison / Wells CLB: A Comp Guide to IC34E
  • 25. Identifying Types of Storage Devices   Lesson 1    25 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 Disks: Advantages: speed and capacity Morrison / Wells CLB: A Comp Guide to IC34E
  • 26. Identifying Types of Storage Devices (continued)   Lesson 1  26  Removable Disks: Removable magnetic media are rarely used and include 3 ½-inch disks and Zip disks. Optical Storage Devices: Use laser technology to read and write data on plastic platters that contain a metal layer, like CDs and DVDs. Morrison / Wells CLB: A Comp Guide to IC34E
  • 27. Identifying Types of Storage Devices (continued)  Lesson 1  27 Solid-State Storage Media: Removable medium that uses integrated circuits, such as a USB flash drive. Morrison / Wells CLB: A Comp Guide to IC34E
  • 28. Identifying Types of Storage Devices (continued)  Lesson 1  28  Network Drives: Hard drive or tape drive connected to a network server and is available to and shared by multiple users. Remote storage is used to extend disk space on a server and to eliminate the addition of more hard disks or other storage devices. Morrison / Wells CLB: A Comp Guide to IC34E
  • 29. Caring for Storage Media   Lesson 1     29 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. Morrison / Wells CLB: A Comp Guide to IC34E
  • 30. Exploring Computers in Your Future  Lesson 1  30  A major focus of new types of computers is connectivity, or the ability to connect with other computers. Wireless and mobile devices are now as common as wired desktop machines. Computer literacy, which is the knowledge and understanding of computers and their uses, will become even more important. Morrison / Wells CLB: A Comp Guide to IC34E
  • 31. Lesson 1 Summary 31 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. Morrison / Wells CLB: A Comp Guide to IC34E
  • 32. Summary (continued) Lesson 1  32   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. Morrison / Wells CLB: A Comp Guide to IC34E
  • 33. Summary (continued) Lesson 1  33 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. Morrison / Wells CLB: A Comp Guide to IC34E
  • 34. Summary (continued) Lesson 1  34  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. Morrison / Wells CLB: A Comp Guide to IC34E