SlideShare a Scribd company logo
1 of 25
LESSON 3: BASIC PARTS AND 
FUNCTIONS OF COMPUTER 
COMP1: COMPUTER CONCEPTS WITH INTERNET 
INSTRUCTOR: SIR JOSHUA HERNANDEZ
BASIC PARTS
BASIC PARTS OF A COMPUTER 
Desktop computer system
BASIC PARTS OF A COMPUTER 
• A. SYSTEM UNIT 
The system unit is the core of a computer system. 
Usually it's a rectangular box placed on or underneath 
your desk. Inside this box are many electronic 
components that process information. The most 
important of these components is the central 
processing unit (CPU), or microprocessor, which acts as 
the "brain" of your computer. Another component 
is random access memory (RAM), which temporarily 
stores information that the CPU uses while the 
computer is on. The information stored in RAM is 
erased when the computer is turned off.
BASIC PARTS OF A COMPUTER 
• B. STORAGE 
Your computer has one or more disk drives— 
devices that store information on a metal or 
plastic disk. The disk preserves the 
information even when your computer is 
turned off.
BASIC PARTS OF A COMPUTER 
• B. STORAGE 
• 1. Hard disk drive 
• Your computer's hard disk drive stores 
information on a hard disk—a rigid platter or 
stack of platters with a magnetic surface. Because 
hard disks can hold massive amounts of 
information, they usually serve as your 
computer's primary means of storage, holding 
almost all of your programs and files. The hard 
disk drive is normally located inside the system 
unit.
BASIC PARTS OF A COMPUTER 
• B. STORAGE 
• 2. CD and DVD drives 
• Nearly all computers today come equipped with a 
CD or DVD drive, usually located on the front of 
the system unit. CD drives use lasers to read 
(retrieve) data from a CD; many CD drives can 
also write (record) data onto CDs. If you have a 
recordable disk drive, you can store copies of 
your files on blank CDs. You can also use a CD 
drive to play music CDs on your computer.
BASIC PARTS OF A COMPUTER 
• B. STORAGE 
• 3. Floppy disk drive 
• Floppy disk drives store information on floppy 
disks, also called floppies or diskettes. Compared 
to CDs and DVDs, floppy disks can store only a 
small amount of data. They also retrieve 
information more slowly and are more prone to 
damage. For these reasons, floppy disk drives are 
less popular than they used to be, although some 
computers still include them.
BASIC PARTS OF A COMPUTER 
• C. MOUSE 
A mouse is a small device used to point to 
and select items on your computer screen. 
Although mice come in many shapes, the 
typical mouse does look a bit like an actual 
mouse. It's small, oblong, and connected to 
the system unit by a long wire that resembles 
a tail. Some newer mice are wireless.
BASIC PARTS OF A COMPUTER 
• D. KEYBOARD 
A keyboard is used mainly for typing text into 
your computer. Like the keyboard on a typewriter, 
it has keys for letters and numbers, but it also has 
special keys: 
• The function keys, found on the top row, perform 
different functions depending on where they are 
used. 
• The numeric keypad, located on the right side of 
most keyboards, allows you to enter numbers 
quickly. 
• The navigation keys, such as the arrow keys, allow 
you to move your position within a document or 
webpage.
BASIC PARTS OF A COMPUTER 
• E. MONITOR 
• A monitor displays information in visual form, using 
text and graphics. The portion of the monitor that 
displays the information is called the screen. Like a 
television screen, a computer screen can show still or 
moving pictures. 
• There are two basic types of monitors: CRT (cathode 
ray tube) monitors and the newer LCD (liquid crystal 
display) monitors. Both types produce sharp images, 
but LCD monitors have the advantage of being much 
thinner and lighter. 
CRT 
LCD
BASIC PARTS OF A COMPUTER 
• F. SPEAKERS 
• Speakers are used to play sound. They can 
be built into the system unit or connected 
with cables. Speakers allow you to listen to 
music and hear sound effects from your 
computer.
BASIC PARTS OF A COMPUTER 
• G. MODEM 
• To connect your computer to the Internet, 
you need a modem. A modem is a device 
that sends and receives computer 
information over a telephone line or high-speed 
cable. Modems are sometimes built 
into the system unit, but higher-speed 
modems are usually separate components.
THE COMPUTER SYSTEM
THE COMPUTER SYSTEM 
• The computer system is defined as an arrangement of all-possible 
hardware and software installed to the computer, 
which will assist in carrying out its task efficiently. 
• The Computer System Equation: 
Computer System = Hardware + Software
THE COMPUTER SYSTEM 
Components of a Computer System
THE COMPUTER SYSTEM 
The Central Processing Unit (CPU) 
• The CPU is most times referred to as the brain of the computer, 
because it controls and coordinates all the functions of a computer, 
similar to how your brain controls and coordinates the data and 
information which comes into your body. For smaller computers such 
as personal computers, the CPU is contained on a silicon chip called a 
microprocessor. On larger computers such as IBM mainframe, the 
CPU may consist of several circuit boards. 
• The three main manufactures of CPUs are: Intel Corporation, 
Advanced Micro Devices (AMD), Cyrix.
THE COMPUTER SYSTEM 
The Main Functions of the CPU 
1. Fetching data and instruction from memory. 
2. Coordinating and performing instructions received. 
3. Sending the results of execution to memory.
THE COMPUTER SYSTEM 
The Main Components of the CPU 
1. Arithmetic Logic Unit (ALU) 
• This is a twin unit that performs all arithmetic calculations (arithmetic 
unit) and logical operations (logic unit) on data being processed. 
2. Control Unit (CU) 
• The main function of the control unit is to decode and execute all 
instructions given to the computer. However other function includes: 
• Processing inputted information. 
• Controlling the output’s outcome and destination.
THE COMPUTER SYSTEM 
The Main Components of the CPU 
3. CPU clock 
• The CPU clock regulates the speed of the processor and it synchronizes 
all the parts of the CPU. The speed of the processor is measured in Mega 
Hertz (MHz) which means million of cycles per second. 
4. Registers 
• Registers are high-speed storage areas in CPU that temporarily hold 
data and instructions.
THE COMPUTER SYSTEM 
The Main Components of the CPU 
5. Buses 
• The electrical path or channel along where bits are transferred. This 
information is transmitted in groups of bits and bytes. Bus width can be 
8, 16, 32, 64, or 128 bits. An 8-bit bus moves 8 bits of data at a time. 
Bus width is the amount of data the CPU can transmit at any time. The 
speed of a bus affects the transfer of bits. A faster bus means faster 
transfer of information to and from the CPU.
BASIC FUNCTIONS
MAIN FUNCTIONS OF COMPUTERS 
1. Input - In order for the computer to function, data and instructions 
have to be input into it in a suitable form. This is done via input 
devices. Examples of input devices are the keyboard, the mouse, 
and microphone. It involves receiving information from the 
environment, or from storage devices, through an input device. 
2. Output – Presentation of data to the environment from main 
memory of the computer to media external to the CPU. Common 
output devices, like the printer and the monitor present the 
information to the user in a format he/she can immediately 
understand (e.g. printed on paper or displayed on screen)
MAIN FUNCTIONS OF COMPUTERS 
3. Processing – Manipulation of data in a variety of ways 
applying rules of arithmetic and logic. This is commonly 
referred to as the “brain” of the computer system and is 
responsible for converting data and instructions into useful 
information. 
4. Storing – recording of data in a relatively permanent form i.e. 
disk, CD and other storage devices for access later on.
REFERENCES 
• Steinbeck, Dionne. (2007) Exploring Information Technology. 
Marie Rose Pittal - 232 p. 
• Shelly, Gary; Vermaat, Misty. (2013) Discovering Computers. 
Boston, Ma: Cengage Learning. 
• Parts of A Computer. © 2014 Microsoft. Date Retrieved: Nov 
26, 2014. Retrieved from: http://windows.microsoft.com/en-ph/ 
windows/computer-parts#1TC=windows-7

More Related Content

What's hot

Keyboarding Technique PowerPoint
Keyboarding Technique PowerPointKeyboarding Technique PowerPoint
Keyboarding Technique PowerPointMrsBallard
 
Module 1-parts of computer and its functions
Module 1-parts of computer and its functionsModule 1-parts of computer and its functions
Module 1-parts of computer and its functionsRajashekhar Shirvalkar
 
Computer Hardware: Parts & Functions
Computer Hardware: Parts & FunctionsComputer Hardware: Parts & Functions
Computer Hardware: Parts & FunctionsRay Monterola
 
Parts of the system unit
Parts of the system unitParts of the system unit
Parts of the system unitSamantha Regis
 
Parts of m.s word
Parts of m.s wordParts of m.s word
Parts of m.s wordJohn Lloyd
 
Computer system, devices and peripherals
Computer system, devices and peripheralsComputer system, devices and peripherals
Computer system, devices and peripheralsRojen Sabile
 
Elements of Computer
Elements  of ComputerElements  of Computer
Elements of ComputerLUZ PINGOL
 
This presentation is about Computer Systems and its Components
This presentation is about Computer Systems and its ComponentsThis presentation is about Computer Systems and its Components
This presentation is about Computer Systems and its Componentsabena
 
Beginning computer basics
Beginning computer basics Beginning computer basics
Beginning computer basics Vicente Antofina
 
Peripheral devices
Peripheral devicesPeripheral devices
Peripheral devicesBurhan Ahmed
 
Computer for class 6th
Computer for class 6thComputer for class 6th
Computer for class 6thRuchi Gupta
 
Basic Parts of Computer
Basic Parts of ComputerBasic Parts of Computer
Basic Parts of ComputerDex Wasin
 

What's hot (20)

Keyboarding Technique PowerPoint
Keyboarding Technique PowerPointKeyboarding Technique PowerPoint
Keyboarding Technique PowerPoint
 
Introduction to Computers
Introduction to ComputersIntroduction to Computers
Introduction to Computers
 
Module 1-parts of computer and its functions
Module 1-parts of computer and its functionsModule 1-parts of computer and its functions
Module 1-parts of computer and its functions
 
Computer Hardware: Parts & Functions
Computer Hardware: Parts & FunctionsComputer Hardware: Parts & Functions
Computer Hardware: Parts & Functions
 
Parts of the system unit
Parts of the system unitParts of the system unit
Parts of the system unit
 
Parts of m.s word
Parts of m.s wordParts of m.s word
Parts of m.s word
 
Computer system, devices and peripherals
Computer system, devices and peripheralsComputer system, devices and peripherals
Computer system, devices and peripherals
 
Parts of the Computer
Parts of the ComputerParts of the Computer
Parts of the Computer
 
Elements of Computer
Elements  of ComputerElements  of Computer
Elements of Computer
 
This presentation is about Computer Systems and its Components
This presentation is about Computer Systems and its ComponentsThis presentation is about Computer Systems and its Components
This presentation is about Computer Systems and its Components
 
Computer operation
Computer operationComputer operation
Computer operation
 
COMPUTER STORAGE
COMPUTER STORAGECOMPUTER STORAGE
COMPUTER STORAGE
 
Basic of computer
Basic of computerBasic of computer
Basic of computer
 
Beginning computer basics
Beginning computer basics Beginning computer basics
Beginning computer basics
 
Peripheral devices
Peripheral devicesPeripheral devices
Peripheral devices
 
Parts of Keyboard
Parts of KeyboardParts of Keyboard
Parts of Keyboard
 
Parts of a Computer ppt
Parts of a Computer pptParts of a Computer ppt
Parts of a Computer ppt
 
Computer for class 6th
Computer for class 6thComputer for class 6th
Computer for class 6th
 
Basic Parts of Computer
Basic Parts of ComputerBasic Parts of Computer
Basic Parts of Computer
 
Internal hardware
Internal hardwareInternal hardware
Internal hardware
 

Viewers also liked

Viewers also liked (20)

Parts and Function of Computer
Parts and Function of ComputerParts and Function of Computer
Parts and Function of Computer
 
Four Functions Of A Computer
Four Functions Of A ComputerFour Functions Of A Computer
Four Functions Of A Computer
 
The different components of a computer system
The different components of a computer system The different components of a computer system
The different components of a computer system
 
Static and Dynamic Read/Write memories
Static and Dynamic Read/Write memoriesStatic and Dynamic Read/Write memories
Static and Dynamic Read/Write memories
 
Computer Components
Computer ComponentsComputer Components
Computer Components
 
Rom
RomRom
Rom
 
Internet Slide Show
Internet Slide ShowInternet Slide Show
Internet Slide Show
 
Chapter 1 Introduction To Computers
Chapter 1 Introduction To ComputersChapter 1 Introduction To Computers
Chapter 1 Introduction To Computers
 
Introduction to Computers
Introduction to ComputersIntroduction to Computers
Introduction to Computers
 
3d internet
3d internet3d internet
3d internet
 
Types of software
Types of softwareTypes of software
Types of software
 
SRAM
SRAMSRAM
SRAM
 
SRAM
SRAMSRAM
SRAM
 
Types Of Software
Types Of SoftwareTypes Of Software
Types Of Software
 
Internet Banking
Internet BankingInternet Banking
Internet Banking
 
Web browsers
Web browsersWeb browsers
Web browsers
 
Basic computer fundamentals
Basic computer fundamentalsBasic computer fundamentals
Basic computer fundamentals
 
Hardware & Software
Hardware & SoftwareHardware & Software
Hardware & Software
 
Computer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show PresentationComputer Basics 101 Slide Show Presentation
Computer Basics 101 Slide Show Presentation
 
Ram presentation
Ram presentationRam presentation
Ram presentation
 

Similar to Lesson 3.0 basic parts and functions of computer

Input Output and Part of Computer Desktop.pptx
Input Output and Part of Computer Desktop.pptxInput Output and Part of Computer Desktop.pptx
Input Output and Part of Computer Desktop.pptxRye Raine
 
KL1034 Lect1 Computer assembly.pdf
KL1034 Lect1 Computer assembly.pdfKL1034 Lect1 Computer assembly.pdf
KL1034 Lect1 Computer assembly.pdfSysteDesig
 
introdection BASIC OF COMPUTER EDUCATION
introdection BASIC OF COMPUTER EDUCATIONintrodection BASIC OF COMPUTER EDUCATION
introdection BASIC OF COMPUTER EDUCATIONreshmi30
 
Configuration-and-Computer.pptx document
Configuration-and-Computer.pptx documentConfiguration-and-Computer.pptx document
Configuration-and-Computer.pptx documentEmmaGumaan
 
Computer hardware: a class presentation
Computer hardware: a class presentationComputer hardware: a class presentation
Computer hardware: a class presentationSelim Reza Bappy
 
Presentation 1.pptx
Presentation 1.pptxPresentation 1.pptx
Presentation 1.pptxMurthy86
 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptxLearnersCoach
 
1.3 computer system devices&peripherals
1.3 computer system devices&peripherals1.3 computer system devices&peripherals
1.3 computer system devices&peripheralsFrya Lora
 
ComputerFundementals.pptx
ComputerFundementals.pptxComputerFundementals.pptx
ComputerFundementals.pptxAyyappanSri
 
Chapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of informationChapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of informationFrankie Jones
 
Lecture 1 operate a computer system
Lecture 1   operate a computer systemLecture 1   operate a computer system
Lecture 1 operate a computer systemMaxwell Musonda
 

Similar to Lesson 3.0 basic parts and functions of computer (20)

Introdusing of computer
Introdusing of computerIntrodusing of computer
Introdusing of computer
 
Input Output and Part of Computer Desktop.pptx
Input Output and Part of Computer Desktop.pptxInput Output and Part of Computer Desktop.pptx
Input Output and Part of Computer Desktop.pptx
 
Computers
ComputersComputers
Computers
 
MY COMPUTER
MY COMPUTERMY COMPUTER
MY COMPUTER
 
Fundamentals of Computing Chapter 3
Fundamentals of Computing Chapter 3Fundamentals of Computing Chapter 3
Fundamentals of Computing Chapter 3
 
class 1
class 1class 1
class 1
 
KL1034 Lect1 Computer assembly.pdf
KL1034 Lect1 Computer assembly.pdfKL1034 Lect1 Computer assembly.pdf
KL1034 Lect1 Computer assembly.pdf
 
Jeeanneproject
JeeanneprojectJeeanneproject
Jeeanneproject
 
introdection BASIC OF COMPUTER EDUCATION
introdection BASIC OF COMPUTER EDUCATIONintrodection BASIC OF COMPUTER EDUCATION
introdection BASIC OF COMPUTER EDUCATION
 
Configuration-and-Computer.pptx document
Configuration-and-Computer.pptx documentConfiguration-and-Computer.pptx document
Configuration-and-Computer.pptx document
 
Computer hardware: a class presentation
Computer hardware: a class presentationComputer hardware: a class presentation
Computer hardware: a class presentation
 
Presentation 1.pptx
Presentation 1.pptxPresentation 1.pptx
Presentation 1.pptx
 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptx
 
HARDWARE
HARDWAREHARDWARE
HARDWARE
 
MODULE 2.pptx
MODULE 2.pptxMODULE 2.pptx
MODULE 2.pptx
 
1.3 computer system devices&peripherals
1.3 computer system devices&peripherals1.3 computer system devices&peripherals
1.3 computer system devices&peripherals
 
ComputerFundementals.pptx
ComputerFundementals.pptxComputerFundementals.pptx
ComputerFundementals.pptx
 
Chapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of informationChapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of information
 
Lecture 1 operate a computer system
Lecture 1   operate a computer systemLecture 1   operate a computer system
Lecture 1 operate a computer system
 
Introduction to computer system
Introduction to computer systemIntroduction to computer system
Introduction to computer system
 

Recently uploaded

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 

Recently uploaded (20)

Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 

Lesson 3.0 basic parts and functions of computer

  • 1. LESSON 3: BASIC PARTS AND FUNCTIONS OF COMPUTER COMP1: COMPUTER CONCEPTS WITH INTERNET INSTRUCTOR: SIR JOSHUA HERNANDEZ
  • 3. BASIC PARTS OF A COMPUTER Desktop computer system
  • 4. BASIC PARTS OF A COMPUTER • A. SYSTEM UNIT The system unit is the core of a computer system. Usually it's a rectangular box placed on or underneath your desk. Inside this box are many electronic components that process information. The most important of these components is the central processing unit (CPU), or microprocessor, which acts as the "brain" of your computer. Another component is random access memory (RAM), which temporarily stores information that the CPU uses while the computer is on. The information stored in RAM is erased when the computer is turned off.
  • 5. BASIC PARTS OF A COMPUTER • B. STORAGE Your computer has one or more disk drives— devices that store information on a metal or plastic disk. The disk preserves the information even when your computer is turned off.
  • 6. BASIC PARTS OF A COMPUTER • B. STORAGE • 1. Hard disk drive • Your computer's hard disk drive stores information on a hard disk—a rigid platter or stack of platters with a magnetic surface. Because hard disks can hold massive amounts of information, they usually serve as your computer's primary means of storage, holding almost all of your programs and files. The hard disk drive is normally located inside the system unit.
  • 7. BASIC PARTS OF A COMPUTER • B. STORAGE • 2. CD and DVD drives • Nearly all computers today come equipped with a CD or DVD drive, usually located on the front of the system unit. CD drives use lasers to read (retrieve) data from a CD; many CD drives can also write (record) data onto CDs. If you have a recordable disk drive, you can store copies of your files on blank CDs. You can also use a CD drive to play music CDs on your computer.
  • 8. BASIC PARTS OF A COMPUTER • B. STORAGE • 3. Floppy disk drive • Floppy disk drives store information on floppy disks, also called floppies or diskettes. Compared to CDs and DVDs, floppy disks can store only a small amount of data. They also retrieve information more slowly and are more prone to damage. For these reasons, floppy disk drives are less popular than they used to be, although some computers still include them.
  • 9. BASIC PARTS OF A COMPUTER • C. MOUSE A mouse is a small device used to point to and select items on your computer screen. Although mice come in many shapes, the typical mouse does look a bit like an actual mouse. It's small, oblong, and connected to the system unit by a long wire that resembles a tail. Some newer mice are wireless.
  • 10. BASIC PARTS OF A COMPUTER • D. KEYBOARD A keyboard is used mainly for typing text into your computer. Like the keyboard on a typewriter, it has keys for letters and numbers, but it also has special keys: • The function keys, found on the top row, perform different functions depending on where they are used. • The numeric keypad, located on the right side of most keyboards, allows you to enter numbers quickly. • The navigation keys, such as the arrow keys, allow you to move your position within a document or webpage.
  • 11. BASIC PARTS OF A COMPUTER • E. MONITOR • A monitor displays information in visual form, using text and graphics. The portion of the monitor that displays the information is called the screen. Like a television screen, a computer screen can show still or moving pictures. • There are two basic types of monitors: CRT (cathode ray tube) monitors and the newer LCD (liquid crystal display) monitors. Both types produce sharp images, but LCD monitors have the advantage of being much thinner and lighter. CRT LCD
  • 12. BASIC PARTS OF A COMPUTER • F. SPEAKERS • Speakers are used to play sound. They can be built into the system unit or connected with cables. Speakers allow you to listen to music and hear sound effects from your computer.
  • 13. BASIC PARTS OF A COMPUTER • G. MODEM • To connect your computer to the Internet, you need a modem. A modem is a device that sends and receives computer information over a telephone line or high-speed cable. Modems are sometimes built into the system unit, but higher-speed modems are usually separate components.
  • 15. THE COMPUTER SYSTEM • The computer system is defined as an arrangement of all-possible hardware and software installed to the computer, which will assist in carrying out its task efficiently. • The Computer System Equation: Computer System = Hardware + Software
  • 16. THE COMPUTER SYSTEM Components of a Computer System
  • 17. THE COMPUTER SYSTEM The Central Processing Unit (CPU) • The CPU is most times referred to as the brain of the computer, because it controls and coordinates all the functions of a computer, similar to how your brain controls and coordinates the data and information which comes into your body. For smaller computers such as personal computers, the CPU is contained on a silicon chip called a microprocessor. On larger computers such as IBM mainframe, the CPU may consist of several circuit boards. • The three main manufactures of CPUs are: Intel Corporation, Advanced Micro Devices (AMD), Cyrix.
  • 18. THE COMPUTER SYSTEM The Main Functions of the CPU 1. Fetching data and instruction from memory. 2. Coordinating and performing instructions received. 3. Sending the results of execution to memory.
  • 19. THE COMPUTER SYSTEM The Main Components of the CPU 1. Arithmetic Logic Unit (ALU) • This is a twin unit that performs all arithmetic calculations (arithmetic unit) and logical operations (logic unit) on data being processed. 2. Control Unit (CU) • The main function of the control unit is to decode and execute all instructions given to the computer. However other function includes: • Processing inputted information. • Controlling the output’s outcome and destination.
  • 20. THE COMPUTER SYSTEM The Main Components of the CPU 3. CPU clock • The CPU clock regulates the speed of the processor and it synchronizes all the parts of the CPU. The speed of the processor is measured in Mega Hertz (MHz) which means million of cycles per second. 4. Registers • Registers are high-speed storage areas in CPU that temporarily hold data and instructions.
  • 21. THE COMPUTER SYSTEM The Main Components of the CPU 5. Buses • The electrical path or channel along where bits are transferred. This information is transmitted in groups of bits and bytes. Bus width can be 8, 16, 32, 64, or 128 bits. An 8-bit bus moves 8 bits of data at a time. Bus width is the amount of data the CPU can transmit at any time. The speed of a bus affects the transfer of bits. A faster bus means faster transfer of information to and from the CPU.
  • 23. MAIN FUNCTIONS OF COMPUTERS 1. Input - In order for the computer to function, data and instructions have to be input into it in a suitable form. This is done via input devices. Examples of input devices are the keyboard, the mouse, and microphone. It involves receiving information from the environment, or from storage devices, through an input device. 2. Output – Presentation of data to the environment from main memory of the computer to media external to the CPU. Common output devices, like the printer and the monitor present the information to the user in a format he/she can immediately understand (e.g. printed on paper or displayed on screen)
  • 24. MAIN FUNCTIONS OF COMPUTERS 3. Processing – Manipulation of data in a variety of ways applying rules of arithmetic and logic. This is commonly referred to as the “brain” of the computer system and is responsible for converting data and instructions into useful information. 4. Storing – recording of data in a relatively permanent form i.e. disk, CD and other storage devices for access later on.
  • 25. REFERENCES • Steinbeck, Dionne. (2007) Exploring Information Technology. Marie Rose Pittal - 232 p. • Shelly, Gary; Vermaat, Misty. (2013) Discovering Computers. Boston, Ma: Cengage Learning. • Parts of A Computer. © 2014 Microsoft. Date Retrieved: Nov 26, 2014. Retrieved from: http://windows.microsoft.com/en-ph/ windows/computer-parts#1TC=windows-7