SlideShare a Scribd company logo
1 of 53
CHAPTER # 04
Prepare by:M.robeel
External and Internal Hardware
 Internal Hardware
1. Processor (CPU)
2. Motherboard
3. RAM
4. Hard Disk Drive
5. Sound Card
6. Video Card
7. Network Card
8. Power Supply
 External Hardware
1. Monitor or LCD
2. Keyboard
3. Mouse
4. Printer
5. Scanner
6. USB Drive
3/9/2020Gulab Devi Educational Complex Lahore
2
Internal Hardware
 Processor
The processor is responsible for handling all
instructions it received from hardware and
software running on the computer
3/9/2020Gulab Devi Educational Complex Lahore
3
Processor
Motherboard
 Motherboard is also called system board or main
board.it is most important circuit board in
computer.
 it is the communication medium between for the
entire computer system. All Components and
Devices of the computer are connected to the
motherboard.
 The motherboard contains processor ,memory
,expansion slots and etc.
3/9/2020Gulab Devi Educational Complex Lahore
5
Internal Hardware
3/9/2020Gulab Devi Educational Complex Lahore
6
RAM:
RAM Stand for Random Access
Memory or direct Access memory
.it is the internal memory of the
CPU for storing data, program,
and program result. It is a
read/write memory which stores
data until the machine is working.
As soon as the machine is
switched off, data is erased. Ram
plays very important role in the
processing speed of a computer.
3/9/2020Gulab Devi Educational Complex Lahore
7
Hard Disk Drive
The hard disk drive is the
main, and usually largest,
data storage hardware device
in a computer. The operating
system , and most other files
are stored in the hard disk
drive
3/9/2020Gulab Devi Educational Complex Lahore
8
Sound Card:
• A sound card provides
connections for the
microphone and speaker to
produce sound.
• it input sound through the
microphone and converts it
into a form that can be
processed by the computer.
• It output the sound through
speaker or headphone. 3/9/2020Gulab Devi Educational Complex Lahore
9
Video Card
 A video card that
translates binary data in to
images to be viewed on the
monitor.
 it is also called display
adaptor, graphic card,
video adaptor.
 Video card also includes
their own RAM called
video Memory.
3/9/2020Gulab Devi Educational Complex Lahore
10
Network Card
 Network card is a circuit board
that is used to communicate
over a network and access
the internet.it can be
connected with Ethernet
cable or through a wireless
connection.
 Many motherboard have built
in network card
3/9/2020Gulab Devi Educational Complex Lahore
11
Power Supply
 The power supply is the component of the system
unit that converts the wall outlet AC power into DC
power. Built into the power supply is a fan that keeps
the power supply cool. Some have variable speed
fans that change speed or stop running, depending
on temperature in the system unit.
Central Processing
unit (CPU)
3/9/2020Gulab Devi Educational Complex Lahore
13
 CPU stand for central processing unit. It is the
brain of the computer.it is most important
component of a computer . A computer cannot
work without CPU . All computer must have
central processing unit . CPU is located on the
motherboard. CPU carries out most of the work
of a computer. CPU performs all operation on
data according to the given instruction .it
execute instruction and tell other parts of
computer what to do.
 CPU consist of two main units
CPU
Arithmetic Logic Unit
(ALU)
Performs arithmetic operations
Performs logical operations
Arithmetic Operations
Addition
Subtraction
Multiplication
Division
Logical Operations
 Evaluate Conditions
 Makes Comparisons
 Can Compare
o Numbers
o Letters
o Special Characters
Control Unit
3/9/2020Gulab Devi Educational Complex Lahore
18
Control Unit
 The control unit is the component of the
processor that directs and coordinates most of
the operations in the computer. The control
unit has a role much like a traffic cop: it
interprets each instruction issued by a program
and then initiates the appropriate action to
carry out the instruction.
Register
3/9/2020Gulab Devi Educational Complex Lahore
20
Register
 A register is a small high-speed memory inside
CPU. The CPU contains a number of register .
register are used to store information being
processed. These are temporary storages area for
instructions or data. The temporary results during
processing are also store in registers. Each register
has a predefined function.
 Register size determines how much information it
can store. The size of registers is in bytes. Each
byte can store one character of data. A register can
be of 1,2,4, or 8 bytes. Bigger size of register
Machine Cycle
Machine Cycle
 For every instruction, a processor repeats a set of
four basic operations, which comprise a machine
cycle
1. Fetching
2. Decoding
3. Executing,
4. Storing
Machine Cycle
1. Fetching is the process of obtaining a program
instruction or data item from memory.
2. The term Decoding refers to the process of
translating the instruction into signals the computer
can execute.
3. Executing is the process of carrying out the
commands.
4. Storing, in this context, means writing the result to
memory.
Machine Cycle
Ports and
Connectors
Ports and Connectors
 A port is the point at which a peripheral attaches to
or communicates with a system unit so that the
peripheral can send data to or receive information
from the computer. An external device, such as a
keyboard, monitor, printer, mouse, and microphone,
often attaches by a cable to a port on the system
unit.
Ports
Bays
BAY
After you purchase a desktop or notebook
computer, you may want to install an additional
storage device such as a disk drive in the
system unit. A bay is an opening inside the
system unit in which you can install additional
equipment. A bay is different from a slot on the
motherboard, which is used for the installation of
adapter cards.
Drive bay
 A drive bay is a rectangular opening that
typically holds disk drives. Other bays house
card readers and widely used ports such as
USB, FireWire, and audio ports. An external
bay allows a user to access openings in the
bay from outside the system unit . Optical disc
drives are examples of devices installed in
external bays. An internal bay is concealed
entirely within the system unit. Hard disk
drives are installed in internal bays.
BAY
Ports
Buses
Buses
 A computer system consists of different devices.
CPU must be able to communicate with all
devices. The devices are connected together by
a communications channel called bus.
 A bus consists of a set of communication lines to
move a large amount of bits in the form of
electrical pulses from one unit to another.
System Bus
 System buses are part of motherboard and
connects the processor to main memory.
Different type of system buses are as follows.
 Data Bus
 Address Bus
 Control Bus
Data Bus
 Data bus is used to transfer data between
different components of the computer . for
example it transfer instructions from memory
to CPU for execution.it also transfer data
between memory and the input/output
operation
 The number of lines in data bus affect the
speed of data transfer between different
components . A data bus with more lines can
carry more data.
 A computer with 32-lines data bus can transfer
Address Bus
 Address bus is used to connect the CPU with main
memory to identify particular addresses in main
memory. The number of lines in the address bus
determines the amount of memory that can be
directly addressed. A computer with 32-bit address
bus can directly address 4 GB of physical memory.
 The address bus is a unidirectional bus. It can carry
information only in one direction. It carries address
of memory location from CPU to the main memory.
The newer computers are using a 64-bit address
bus .
Control Bus
 Control bus is used to transmit different
commands from one component to another
component. For example, if CPU wants to read
data from main memory. It uses control bus to
send the memory read command to the main
memory of the computer.
 It specify the types of operation that is to be
perform.
 Here are some Command
(1)Memory Write (2) i/o Write
(3)i/o Read (4) Memory Read
Data communication
Data communication
 Data communication is a process of
transferring data electronically form one place
to another. Data can be transfer by using
different media.
 Components of data communication.
• Sender/Transmitter
• Receiver
• Medium
• Message
• Protocol
Data Communication
Component
Data Transmission Modes
Data is transmitted from one place to another is
called data transmission modes. There are three
types of data transmission modes as
 Simplex mode
 Half duplex mode
 Full duplex mode.
Simplex mode
 In simplex mode data can flow in one direction
. It cannot be in both direction. The direction of
flow never change. A device with simplex
mode device can send or receive data.it can
not perform both action
Half-duplex mode
 In half-duplex mode, data can flow in both
directions but not in at same time.it is
transmitted one-way at one time. A device with
half-duplex mode can send or receive data but
not at the same time . That is why the speed of
half-duplex mode is slow
Full-Duplex Mode
 In full-duplex mode, data can travel in both
directions simultaneously. Full duplex mode is
a faster way of data transmission as
compared to half duplex. Time is not wasted in
changing the direction of data flow.
Types of Data
Transmission
Data Transmission
 Two type of data transmission
 Asynchronous Transmission
 Synchronous Transmission
Asynchronous Transmission
 A type of data transmission in which data is
transmitted character by character is called
asynchronous transmission.
 The data is not continuous and there can be
irregular gap between characters. It is less efficient
and slower than synchronous
Synchronous Transmission
 A type of data transmission in which data is
transmitted block by block is called
synchronous transmission.
 Each block may consist of many characters.
 A large amount of information can be
transmitted at a single time with this type of
transmission.
3/9/2020Gulab Devi Educational Complex Lahore
53

More Related Content

What's hot

Input Output - Computer Architecture
Input Output - Computer ArchitectureInput Output - Computer Architecture
Input Output - Computer ArchitectureMaruf Abdullah (Rion)
 
Unit 4-input-output organization
Unit 4-input-output organizationUnit 4-input-output organization
Unit 4-input-output organizationvishal choudhary
 
Unit 5 lect-3-multiprocessor
Unit 5 lect-3-multiprocessorUnit 5 lect-3-multiprocessor
Unit 5 lect-3-multiprocessorvishal choudhary
 
Unit 4-lecte3-io interface
Unit 4-lecte3-io interfaceUnit 4-lecte3-io interface
Unit 4-lecte3-io interfacevishal choudhary
 
Unit 4-l ecture3-io interface
Unit 4-l ecture3-io interfaceUnit 4-l ecture3-io interface
Unit 4-l ecture3-io interfacevishal choudhary
 
Components Of Computer unit-2
Components Of Computer  unit-2Components Of Computer  unit-2
Components Of Computer unit-2Amit Chandra
 
Input output in computer Orgranization and architecture
Input output in computer Orgranization and architectureInput output in computer Orgranization and architecture
Input output in computer Orgranization and architecturevikram patel
 
13. Computer Systems Input And Output Architecture
13. Computer Systems   Input And  Output Architecture13. Computer Systems   Input And  Output Architecture
13. Computer Systems Input And Output ArchitectureNew Era University
 
The Basic Organization of Computers
The Basic Organization of ComputersThe Basic Organization of Computers
The Basic Organization of ComputersTallat Satti
 
2nd puc computer science chapter 1 backdrop of computers
2nd puc computer science chapter 1  backdrop of computers 2nd puc computer science chapter 1  backdrop of computers
2nd puc computer science chapter 1 backdrop of computers Aahwini Esware gowda
 

What's hot (20)

Input & Output
Input & OutputInput & Output
Input & Output
 
Input Output - Computer Architecture
Input Output - Computer ArchitectureInput Output - Computer Architecture
Input Output - Computer Architecture
 
Input-Output Modules
Input-Output ModulesInput-Output Modules
Input-Output Modules
 
Unit 4-input-output organization
Unit 4-input-output organizationUnit 4-input-output organization
Unit 4-input-output organization
 
Csc118 chapter1
Csc118 chapter1Csc118 chapter1
Csc118 chapter1
 
Cpi unit 01
Cpi unit 01Cpi unit 01
Cpi unit 01
 
Unit 5 lect-3-multiprocessor
Unit 5 lect-3-multiprocessorUnit 5 lect-3-multiprocessor
Unit 5 lect-3-multiprocessor
 
Csc 2313 (lecture 1)
Csc 2313 (lecture 1)Csc 2313 (lecture 1)
Csc 2313 (lecture 1)
 
Unit 4-lecte3-io interface
Unit 4-lecte3-io interfaceUnit 4-lecte3-io interface
Unit 4-lecte3-io interface
 
Unit 4-l ecture3-io interface
Unit 4-l ecture3-io interfaceUnit 4-l ecture3-io interface
Unit 4-l ecture3-io interface
 
Unit 2
Unit 2Unit 2
Unit 2
 
Ntroduction to computer architecture and organization
Ntroduction to computer architecture and organizationNtroduction to computer architecture and organization
Ntroduction to computer architecture and organization
 
Intro to cao &store program
Intro to cao &store programIntro to cao &store program
Intro to cao &store program
 
Components Of Computer unit-2
Components Of Computer  unit-2Components Of Computer  unit-2
Components Of Computer unit-2
 
Input output in computer Orgranization and architecture
Input output in computer Orgranization and architectureInput output in computer Orgranization and architecture
Input output in computer Orgranization and architecture
 
13. Computer Systems Input And Output Architecture
13. Computer Systems   Input And  Output Architecture13. Computer Systems   Input And  Output Architecture
13. Computer Systems Input And Output Architecture
 
The system unit ch # 4
The system unit ch # 4The system unit ch # 4
The system unit ch # 4
 
History, classification and components of computers
History, classification and components of computersHistory, classification and components of computers
History, classification and components of computers
 
The Basic Organization of Computers
The Basic Organization of ComputersThe Basic Organization of Computers
The Basic Organization of Computers
 
2nd puc computer science chapter 1 backdrop of computers
2nd puc computer science chapter 1  backdrop of computers 2nd puc computer science chapter 1  backdrop of computers
2nd puc computer science chapter 1 backdrop of computers
 

Similar to Ch # 04 computer hardware

WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptx
WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptxWHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptx
WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptxssuserfbb80b
 
3. Component of computer - System Unit ( CSI-321)
3. Component of computer - System Unit  ( CSI-321) 3. Component of computer - System Unit  ( CSI-321)
3. Component of computer - System Unit ( CSI-321) ghayour abbas
 
IOhardware_operting_systems_2022_libya.pdf
IOhardware_operting_systems_2022_libya.pdfIOhardware_operting_systems_2022_libya.pdf
IOhardware_operting_systems_2022_libya.pdfaptinstallpython3
 
Lecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating SystemsLecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating SystemsJack Hyman
 
FANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptx
FANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptxFANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptx
FANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptxPannaBushratul
 
The primary purpose of memory interfacing is to facilitate the transfer of da...
The primary purpose of memory interfacing is to facilitate the transfer of da...The primary purpose of memory interfacing is to facilitate the transfer of da...
The primary purpose of memory interfacing is to facilitate the transfer of da...Sindhu Mani
 
input output ports
input output portsinput output ports
input output portsaslamslides
 
Introduction to computer applications
Introduction to computer applications Introduction to computer applications
Introduction to computer applications funnyvideo55
 
IS 139 Lecture 5
IS 139 Lecture 5IS 139 Lecture 5
IS 139 Lecture 5wajanga
 
IO and file systems
IO and file systems IO and file systems
IO and file systems EktaVaswani2
 
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.pptxhasanbashar400
 
ComputerFundementals.pptx
ComputerFundementals.pptxComputerFundementals.pptx
ComputerFundementals.pptxAyyappanSri
 

Similar to Ch # 04 computer hardware (20)

WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptx
WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptxWHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptx
WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptx
 
The system unit
The system unitThe system unit
The system unit
 
3. Component of computer - System Unit ( CSI-321)
3. Component of computer - System Unit  ( CSI-321) 3. Component of computer - System Unit  ( CSI-321)
3. Component of computer - System Unit ( CSI-321)
 
IOhardware_operting_systems_2022_libya.pdf
IOhardware_operting_systems_2022_libya.pdfIOhardware_operting_systems_2022_libya.pdf
IOhardware_operting_systems_2022_libya.pdf
 
Unit 6
Unit 6Unit 6
Unit 6
 
Lecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating SystemsLecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating Systems
 
FANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptx
FANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptxFANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptx
FANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptx
 
The primary purpose of memory interfacing is to facilitate the transfer of da...
The primary purpose of memory interfacing is to facilitate the transfer of da...The primary purpose of memory interfacing is to facilitate the transfer of da...
The primary purpose of memory interfacing is to facilitate the transfer of da...
 
input output ports
input output portsinput output ports
input output ports
 
Introduction to computer applications
Introduction to computer applications Introduction to computer applications
Introduction to computer applications
 
IS 139 Lecture 5
IS 139 Lecture 5IS 139 Lecture 5
IS 139 Lecture 5
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
IO and file systems
IO and file systems IO and file systems
IO and file systems
 
Components of a computer-Unit-2
Components of a computer-Unit-2Components of a computer-Unit-2
Components of a computer-Unit-2
 
H n q & a
H n q & aH n q & a
H n q & a
 
Csc 2313 (lecture 1)
Csc 2313 (lecture 1)Csc 2313 (lecture 1)
Csc 2313 (lecture 1)
 
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
 
System Unit
System UnitSystem Unit
System Unit
 
ComputerFundementals.pptx
ComputerFundementals.pptxComputerFundementals.pptx
ComputerFundementals.pptx
 
A1
A1A1
A1
 

More from MuhammadRobeel3

More from MuhammadRobeel3 (17)

Programming languages
Programming languagesProgramming languages
Programming languages
 
Osi model
Osi modelOsi model
Osi model
 
Memory management
Memory managementMemory management
Memory management
 
Command line interface
Command line interfaceCommand line interface
Command line interface
 
Ch # 11
Ch # 11Ch # 11
Ch # 11
 
Ch # 10 computer security risks and safe guards
Ch # 10 computer security risks and safe guardsCh # 10 computer security risks and safe guards
Ch # 10 computer security risks and safe guards
 
Ch # 09 database management system
Ch # 09 database management systemCh # 09 database management system
Ch # 09 database management system
 
Ch # 08 communication devices, network typologies , network protocol
Ch # 08 communication devices, network typologies , network protocolCh # 08 communication devices, network typologies , network protocol
Ch # 08 communication devices, network typologies , network protocol
 
Ch # 07 operating system
Ch # 07 operating systemCh # 07 operating system
Ch # 07 operating system
 
Ch # 06 storage devices
Ch # 06 storage devicesCh # 06 storage devices
Ch # 06 storage devices
 
Ch # 05 input and output devices in computer
Ch # 05 input and output devices in computerCh # 05 input and output devices in computer
Ch # 05 input and output devices in computer
 
Ch # 03 software
Ch # 03  softwareCh # 03  software
Ch # 03 software
 
Ch # 02 internet
Ch # 02 internetCh # 02 internet
Ch # 02 internet
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 
pdlc
pdlc pdlc
pdlc
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 
SDLC
SDLCSDLC
SDLC
 

Recently uploaded

Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 

Recently uploaded (20)

Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 

Ch # 04 computer hardware

  • 1. CHAPTER # 04 Prepare by:M.robeel
  • 2. External and Internal Hardware  Internal Hardware 1. Processor (CPU) 2. Motherboard 3. RAM 4. Hard Disk Drive 5. Sound Card 6. Video Card 7. Network Card 8. Power Supply  External Hardware 1. Monitor or LCD 2. Keyboard 3. Mouse 4. Printer 5. Scanner 6. USB Drive 3/9/2020Gulab Devi Educational Complex Lahore 2
  • 3. Internal Hardware  Processor The processor is responsible for handling all instructions it received from hardware and software running on the computer 3/9/2020Gulab Devi Educational Complex Lahore 3
  • 5. Motherboard  Motherboard is also called system board or main board.it is most important circuit board in computer.  it is the communication medium between for the entire computer system. All Components and Devices of the computer are connected to the motherboard.  The motherboard contains processor ,memory ,expansion slots and etc. 3/9/2020Gulab Devi Educational Complex Lahore 5
  • 6. Internal Hardware 3/9/2020Gulab Devi Educational Complex Lahore 6
  • 7. RAM: RAM Stand for Random Access Memory or direct Access memory .it is the internal memory of the CPU for storing data, program, and program result. It is a read/write memory which stores data until the machine is working. As soon as the machine is switched off, data is erased. Ram plays very important role in the processing speed of a computer. 3/9/2020Gulab Devi Educational Complex Lahore 7
  • 8. Hard Disk Drive The hard disk drive is the main, and usually largest, data storage hardware device in a computer. The operating system , and most other files are stored in the hard disk drive 3/9/2020Gulab Devi Educational Complex Lahore 8
  • 9. Sound Card: • A sound card provides connections for the microphone and speaker to produce sound. • it input sound through the microphone and converts it into a form that can be processed by the computer. • It output the sound through speaker or headphone. 3/9/2020Gulab Devi Educational Complex Lahore 9
  • 10. Video Card  A video card that translates binary data in to images to be viewed on the monitor.  it is also called display adaptor, graphic card, video adaptor.  Video card also includes their own RAM called video Memory. 3/9/2020Gulab Devi Educational Complex Lahore 10
  • 11. Network Card  Network card is a circuit board that is used to communicate over a network and access the internet.it can be connected with Ethernet cable or through a wireless connection.  Many motherboard have built in network card 3/9/2020Gulab Devi Educational Complex Lahore 11
  • 12. Power Supply  The power supply is the component of the system unit that converts the wall outlet AC power into DC power. Built into the power supply is a fan that keeps the power supply cool. Some have variable speed fans that change speed or stop running, depending on temperature in the system unit.
  • 13. Central Processing unit (CPU) 3/9/2020Gulab Devi Educational Complex Lahore 13
  • 14.  CPU stand for central processing unit. It is the brain of the computer.it is most important component of a computer . A computer cannot work without CPU . All computer must have central processing unit . CPU is located on the motherboard. CPU carries out most of the work of a computer. CPU performs all operation on data according to the given instruction .it execute instruction and tell other parts of computer what to do.  CPU consist of two main units CPU
  • 15. Arithmetic Logic Unit (ALU) Performs arithmetic operations Performs logical operations
  • 17. Logical Operations  Evaluate Conditions  Makes Comparisons  Can Compare o Numbers o Letters o Special Characters
  • 18. Control Unit 3/9/2020Gulab Devi Educational Complex Lahore 18
  • 19. Control Unit  The control unit is the component of the processor that directs and coordinates most of the operations in the computer. The control unit has a role much like a traffic cop: it interprets each instruction issued by a program and then initiates the appropriate action to carry out the instruction.
  • 21. Register  A register is a small high-speed memory inside CPU. The CPU contains a number of register . register are used to store information being processed. These are temporary storages area for instructions or data. The temporary results during processing are also store in registers. Each register has a predefined function.  Register size determines how much information it can store. The size of registers is in bytes. Each byte can store one character of data. A register can be of 1,2,4, or 8 bytes. Bigger size of register
  • 23. Machine Cycle  For every instruction, a processor repeats a set of four basic operations, which comprise a machine cycle 1. Fetching 2. Decoding 3. Executing, 4. Storing
  • 24. Machine Cycle 1. Fetching is the process of obtaining a program instruction or data item from memory. 2. The term Decoding refers to the process of translating the instruction into signals the computer can execute. 3. Executing is the process of carrying out the commands. 4. Storing, in this context, means writing the result to memory.
  • 27. Ports and Connectors  A port is the point at which a peripheral attaches to or communicates with a system unit so that the peripheral can send data to or receive information from the computer. An external device, such as a keyboard, monitor, printer, mouse, and microphone, often attaches by a cable to a port on the system unit.
  • 28.
  • 29. Ports
  • 30. Bays
  • 31. BAY After you purchase a desktop or notebook computer, you may want to install an additional storage device such as a disk drive in the system unit. A bay is an opening inside the system unit in which you can install additional equipment. A bay is different from a slot on the motherboard, which is used for the installation of adapter cards.
  • 32. Drive bay  A drive bay is a rectangular opening that typically holds disk drives. Other bays house card readers and widely used ports such as USB, FireWire, and audio ports. An external bay allows a user to access openings in the bay from outside the system unit . Optical disc drives are examples of devices installed in external bays. An internal bay is concealed entirely within the system unit. Hard disk drives are installed in internal bays.
  • 34. Buses
  • 35. Buses  A computer system consists of different devices. CPU must be able to communicate with all devices. The devices are connected together by a communications channel called bus.  A bus consists of a set of communication lines to move a large amount of bits in the form of electrical pulses from one unit to another.
  • 36. System Bus  System buses are part of motherboard and connects the processor to main memory. Different type of system buses are as follows.  Data Bus  Address Bus  Control Bus
  • 37. Data Bus  Data bus is used to transfer data between different components of the computer . for example it transfer instructions from memory to CPU for execution.it also transfer data between memory and the input/output operation  The number of lines in data bus affect the speed of data transfer between different components . A data bus with more lines can carry more data.  A computer with 32-lines data bus can transfer
  • 38.
  • 39. Address Bus  Address bus is used to connect the CPU with main memory to identify particular addresses in main memory. The number of lines in the address bus determines the amount of memory that can be directly addressed. A computer with 32-bit address bus can directly address 4 GB of physical memory.  The address bus is a unidirectional bus. It can carry information only in one direction. It carries address of memory location from CPU to the main memory. The newer computers are using a 64-bit address bus .
  • 40.
  • 41. Control Bus  Control bus is used to transmit different commands from one component to another component. For example, if CPU wants to read data from main memory. It uses control bus to send the memory read command to the main memory of the computer.  It specify the types of operation that is to be perform.  Here are some Command (1)Memory Write (2) i/o Write (3)i/o Read (4) Memory Read
  • 43. Data communication  Data communication is a process of transferring data electronically form one place to another. Data can be transfer by using different media.  Components of data communication. • Sender/Transmitter • Receiver • Medium • Message • Protocol
  • 45. Data Transmission Modes Data is transmitted from one place to another is called data transmission modes. There are three types of data transmission modes as  Simplex mode  Half duplex mode  Full duplex mode.
  • 46. Simplex mode  In simplex mode data can flow in one direction . It cannot be in both direction. The direction of flow never change. A device with simplex mode device can send or receive data.it can not perform both action
  • 47. Half-duplex mode  In half-duplex mode, data can flow in both directions but not in at same time.it is transmitted one-way at one time. A device with half-duplex mode can send or receive data but not at the same time . That is why the speed of half-duplex mode is slow
  • 48. Full-Duplex Mode  In full-duplex mode, data can travel in both directions simultaneously. Full duplex mode is a faster way of data transmission as compared to half duplex. Time is not wasted in changing the direction of data flow.
  • 50. Data Transmission  Two type of data transmission  Asynchronous Transmission  Synchronous Transmission
  • 51. Asynchronous Transmission  A type of data transmission in which data is transmitted character by character is called asynchronous transmission.  The data is not continuous and there can be irregular gap between characters. It is less efficient and slower than synchronous
  • 52. Synchronous Transmission  A type of data transmission in which data is transmitted block by block is called synchronous transmission.  Each block may consist of many characters.  A large amount of information can be transmitted at a single time with this type of transmission.
  • 53. 3/9/2020Gulab Devi Educational Complex Lahore 53