SlideShare una empresa de Scribd logo
1 de 20
LOGO



   Inside the Computer



       Hardware story by respecting functionality
       Compile by Zafar Ayub
       (zafar_ayub@hotmail.com)
Components of hardware
        Introduction
   Today computer has three major components, means all of computer is dividing into
   three sections;
1.        Processing
2.        Storage
3.        Input / Output
   The system unit (main box) is hardware casing of major computer accessories like
   Motherboard, Processor, RAM, Power supply, cooling fan, Storage and optical device
   etc, remaining other input / output and media devices may physically connected with
   system unit.
   System unit also called desktop computer, and often looks like rectangular box
   vertical or horizontal shapes.




                                        2
Note:
  Commonly desktop computers available in two types in market;
  Branded – those desktop which may assemble by authorized hardware manufacture
  with international standard. Usually hardware manufacture offer three years
  warranty of parts / labor / repair, but due to following circumstances price may much
  higher as compare to unbranded desktop computer. Some international desktop
  manufactures are Dell, HP, Apple, IBM, Sony, and Acer.
  Unbranded – those desktop which may assemble by local hardware vendors without
  any standard. Usually hardware vendor offer ten months limited its own warranty to
  customer. So reason that unbranded desktop computer much cheaper to branded
  desktop computer.




                                       3
1. Processing
Processing define execution of all computer hardware devices, accepting input by
user, process on data, generate output result and save on storage.
Processing unit major components are following;


    Motherboard
Core hardware component is processing of computer, processing unit is assemble in
one circuit board called motherboard, which is integrated all internal components and
external components either execute all devices operation.




                                     4
Motherboard is printed circuit board (PCB) containing computer chips (IC’s) and
  transistors. Integrated circuits are collection of electronic circuits which are facilitate
  tiny path for electrical current for traveling, and transistors are controlling / switching
  flow of electronic current.
Note:
  All computer devices are physically connected on motherboard, there are two
  connecting way first one is via expansion slot, and second one is via port.
  Expansion slot – Expansion slots are locations on the motherboard into which
  expansion cards (interface card / expansion card) can be inserted and joint with
  motherboard. Expansion card is add-on circuit board which may place in motherboard
  expansion slot.




                                           5
expansion slot have following types with respect to their speed;
ISA Slot – (Industry Standard Architecture ) older technology slot with 8-bit to 16-bit
bus processing speed. (1.5MB/s to 5.3 MB/s)
PCI Slot – (Peripheral Component Interconnect) nearest obsolete technology with 32-
bit to 64-bit bus processing speed. (133 MB/s to 532 MB/s)
PCI Express - (Peripheral Component Interconnect Express)                PCI express
connection contains two pairs of wires -- one to send and one to receive. Packets of
data move across the lane at a rate of one bit per cycle. (500 MB/s to 8000 MB/s)
AGP Slot – (Accelerated Graphics Port) commonly used for high resolution programs
like games, 3D animation, etc. (266 MB/s to 2100 MB/s)




                                      6
Ports / Connectors – Ports are the connectors located on the exterior of system
unit, used for connect external hardware devices. Every port directly attached to
motherboard, so that when external device plugged-in to the port, device directly
communicate to motherboard like expansion slot.




                                   7
some common ports are identify;
VGA port – (Video Graphics Array) connect monitor cable to motherboard
HDMI port - (High-Definition Multimedia Interface) high definition multimedia port
NIC port – (Network Interface Card ) connect computer to network by cable, typically
using RJ-45 connector for plug-in.
USB port – (Universal Serial Bus) high speed serial bus port, commonly used USB
devices attachment like USB flash drive, keyboard, mouse, and printer.
FireWire port – similar to USB but tiny in size, used high speed data transfer for video
and imaging. Commonly available in Apple desktops.
Modem port – Modem port connect phone line to modem for connectivity.
Keyboard port – also called PS/2 for keyboard
Mouse port – also called PS/2 for mouse
MIDI port – (Musical Instrument Digital Interface) used for musical instrument like
musical keyboard, drum, etc.
eSATA port – (External Serial ATA interface) high speed external storage connection,
commonly available in laptops



                                      8
Audio ports – Computer multimedia interface;
Line in – This port is where sound from an external source enters the card, such as
recording from a tape recorder. On many sound cards this port is light blue.
Line out – (Speaker Out or Front) Where sound is output; usually to headphones or
stereo speakers. On many cards this port is lime green.
Mic – Microphone port; usually pink

IrDA port – (Infrared Data Association) a group of device manufacturers that
developed a standard for transmitting data via infrared light waves.




                                    9
VGA port –        HDMI port –




NIC port –        USB port –




FireWire port –   Modem port –




Keyboard /        MIDI port –
Mouse port –


                  10
eSATA port –   Audio ports –




IrDA port –




               11
1. Processing
    The brain of computer, every instructions and processing made by CPU (Central
    Processing Unit);

                CPU
q   Commonly knows as processor, Key element of processor is transistors – a device
    made be semiconductor for control flow of electrons. Today processor contain
    hundreds of millions transistors.
q   The central processing unit (CPU) is the portion of a computer system that carries out
    the instructions of a computer program, to perform the basic arithmetical, logical, and
    input / output operations of the system.




                                         12
q  Usually processor contain one or more PCB’s (Print Circuit Board) as per their speed
   and performance as well computer specification is also involve like desktop,
   workstation, and server processor.
q Modern processors are small (less than four centimeters square) and contain multiple
   metallic connectors or pins on the underside / pin less. The CPU is inserted directly
   into a CPU socket, pin side down, on the motherboard.
q Each motherboard will support only a specific type (or range) of CPU / processor as
   well vendor specification.
q Modern CPUs also have an attached heat sink and small fan that go directly on top of
   the CPU to help dissipate heat.
Heat sink – A component designed to lower the temperature of an electronic device by
   dissipating heat into the surrounding air. All modern CPU’s require a heat sink. Some
   also require a fan. A heat sink without a fan is called a passive heat sink; a heat sink
   with a fan is called an active heat sink. Heat sinks are generally made of an aluminum
   alloy and often have fins.




                                         13
Components of CPU
  Today CPU contain following components; Control Unit, Arithmetic and Logic Unit,
  Registers, Bus Interface Unit, Internal Cache, Decode Unit, and Prefetch Unit.




                                     14
Arithmetic and Logic Unit – The ALU perform core job on CPU, means arithmetic
    operation (addition, subtraction, multiplications, and divisions) and logic operation
    (comparing two values of data, condition true or false). Decimal calculation has been
    performed by FPU (Floating Point Unit). Some arithmetic operations like, editing
    digital image, running spell checker, burning CD, etc.

Control Unit - The control unit coordinates the input and output devices of a computer
   system. It fetches the code of all of the instructions in the microprograms. It directs
   the operation of the other units by providing timing and control signals, all computer
   resources are managed by the CU. It directs the flow of data between the CPU and
   the other devices. CU pass data to ALU and FPU for execution for what to do and
   make sure every thing at right order.

Prefetch Unit - The prefetch unit order data and instructions from cache or RAM with
   specific task, this unit predicts what data and instructions will be needed / when /
   where, retrieves from cache or RAM to help avoid delays in processing.

Decoded Unit - The decode unit take the instructions by the prefetch unit and translates
   them into a form that can be understood by CU, ALU, and FPU. The decoded
   instructions go to the control unit for processing.

                                         15
Registers and Internal Cache Memory – Registers are groups of high speed memory
   location with-in CPU that used during processing. The ALU and FPU using registers
   to store data, intermediary calculations, and result processing. These memory bank
   also known as Cache memory with L1, L2, and L3 specifications; often used to store
   instructions and data for CPU, to avoid retrieving from RAM or HDD.

BUS Interface Unit - This interface allows communicating with other CPU components,
  like flow of data and instructions from memory controller to RAM or HDD.




                                       16
CPU Operation

1. CU fetches the data, from computer programs by source of input.
2. For this purpose prefetch unit, execute CU instructions, and ask data from RAM /
    HDD as per requirement, phase by phase.
3. The decoded unit translates fetches data into processor language for CU, CLU and
    FPU.
4. And then forward to CU
5. When data arrive at CU then its forward to ALU and FPU for arithmetic operation.
6. But during operation register and internal cache memory temporary hold results and
    instruction and fetch data before processing.
7. ALU perform basic arithmetic operation like and FPU perform decimal point
    calculation.
8. After processing all data again goes to decoded unit for reverse translating.
9. And at last result data ready to output; and by bus interface data has been transfer to
    HDD and RAM, where bus interface perform both operation means input data and
    output results.
10. It’s important that register hold results only and internal cache memory hold
    instruction and data before processing.

                                         17
System Clock and Machine Cycle

1. In computer every instruction that feed into computer by either typing or clicking; is
    convert into machine language.
2. Each machine language instruction is broken down several smaller instructions set
    called microcode.
3. For example adding two specific numbers store into two sprat registers set and store
    result another sprat register.
4. All these operations are synchronizing by system clock; send out signals every parts
    of computer.
5. Each signal knows as cycle, the cycle per second is measured in hertz (Hz).
6. One megahertz (MHz) is equal to one million clock signals / ticks per second.
7. Note that system clock speed is ability for whole computer signals execution speed,
    but processor has much more clock speed then system.
8. Like system clock speed is 200 MHz but CPU speed is 2 GHz, means in one system
    clock ticks CPU perform 10 pieces of operations.
9. When CPU executes one signal piece of instruction on microcode, is called machine
    cycle.
10. Means each machine cycle is much higher speed with system clock speed.

                                        18
11. Each machine cycle execute four operations;
         Fetch – extract the data by form of input
         Decode – translate into CU, ALU and FPU understandable format
         Execute – perform operation by ALU and FPU
         Store – store original data and results into register
12. Each machine cycle perform one microcode instruction.
13. As example addition of 2 + 3 required four machine cycle like;
         Fetch number 2 from RAM, decode it and store in register X
         Fetch number 3 from RAM, decode it and store another register Y
         Fetch addition instruction and decode it, execute addition operation into both
         registers X and Y, and store results into Z register
         Fetch and decode result for display purpose by register Z and transfer to RAM




                                       19
Machine cycle look like;




                           20

Más contenido relacionado

La actualidad más candente

Computer hardware basic -shashank
Computer hardware basic  -shashankComputer hardware basic  -shashank
Computer hardware basic -shashanktechbed
 
Bios and cmos
Bios and cmosBios and cmos
Bios and cmosOnline
 
05. Power Supply Unit (PSU)
05. Power Supply Unit (PSU)05. Power Supply Unit (PSU)
05. Power Supply Unit (PSU)Akhila Dakshina
 
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
 
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS
THE COMPUTER MOTHERBOARD AND ITS COMPONENTSTHE COMPUTER MOTHERBOARD AND ITS COMPONENTS
THE COMPUTER MOTHERBOARD AND ITS COMPONENTSAqsa Mushtaq
 
Css grade 11 week 2
Css grade 11 week 2Css grade 11 week 2
Css grade 11 week 2Danilo Anos
 
motherboard electronic components and their functions
motherboard electronic components and their functionsmotherboard electronic components and their functions
motherboard electronic components and their functionsOmprakash Chauhan
 
Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functionsBESOR ACADEMY
 
Parts of motherboard and its function
Parts of motherboard and its functionParts of motherboard and its function
Parts of motherboard and its functionmyebautista01031980
 
Parts of the computer and thier function
Parts of the computer and thier functionParts of the computer and thier function
Parts of the computer and thier functionRobelyn Jardeliza
 
4. motherboard
4.   motherboard4.   motherboard
4. motherboardjazz_306
 
Chapter 4 The Components Of The System Unit
Chapter 4 The Components Of The System UnitChapter 4 The Components Of The System Unit
Chapter 4 The Components Of The System Unitnorzaini
 

La actualidad más candente (20)

Computer hardware basic -shashank
Computer hardware basic  -shashankComputer hardware basic  -shashank
Computer hardware basic -shashank
 
Introduction motherboard
Introduction motherboardIntroduction motherboard
Introduction motherboard
 
Bios and cmos
Bios and cmosBios and cmos
Bios and cmos
 
05. Power Supply Unit (PSU)
05. Power Supply Unit (PSU)05. Power Supply Unit (PSU)
05. Power Supply Unit (PSU)
 
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)
 
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS
THE COMPUTER MOTHERBOARD AND ITS COMPONENTSTHE COMPUTER MOTHERBOARD AND ITS COMPONENTS
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS
 
Motherboard Components
Motherboard Components Motherboard Components
Motherboard Components
 
Ports of Mother Board
Ports of Mother BoardPorts of Mother Board
Ports of Mother Board
 
Css grade 11 week 2
Css grade 11 week 2Css grade 11 week 2
Css grade 11 week 2
 
Motherboard ppt
Motherboard pptMotherboard ppt
Motherboard ppt
 
System unit components
System unit componentsSystem unit components
System unit components
 
Smps
SmpsSmps
Smps
 
motherboard electronic components and their functions
motherboard electronic components and their functionsmotherboard electronic components and their functions
motherboard electronic components and their functions
 
Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functions
 
Parts of motherboard and its function
Parts of motherboard and its functionParts of motherboard and its function
Parts of motherboard and its function
 
Parts of the computer and thier function
Parts of the computer and thier functionParts of the computer and thier function
Parts of the computer and thier function
 
Inside a computer
Inside a computerInside a computer
Inside a computer
 
4. motherboard
4.   motherboard4.   motherboard
4. motherboard
 
Chapter 4 The Components Of The System Unit
Chapter 4 The Components Of The System UnitChapter 4 The Components Of The System Unit
Chapter 4 The Components Of The System Unit
 
Module3 system unit
Module3 system unitModule3 system unit
Module3 system unit
 

Destacado

Inside A Computer Workstation
Inside A Computer WorkstationInside A Computer Workstation
Inside A Computer WorkstationmBlackwell
 
Indside A Computer Powerpoint2
Indside A Computer Powerpoint2Indside A Computer Powerpoint2
Indside A Computer Powerpoint2madisonhall
 
Inside a computer case
Inside a computer caseInside a computer case
Inside a computer caseOwenBugni
 
Inside Of Computer Ppt
Inside Of Computer PptInside Of Computer Ppt
Inside Of Computer PptDyern
 
Binary Search Tree
Binary Search TreeBinary Search Tree
Binary Search TreeZafar Ayub
 
Software Prototyping
Software PrototypingSoftware Prototyping
Software PrototypingZafar Ayub
 
Customer App Flow
Customer App FlowCustomer App Flow
Customer App FlowZafar Ayub
 
Parts of the computer (inside part)
Parts of the computer (inside part)Parts of the computer (inside part)
Parts of the computer (inside part)Jayson Maurer
 
Generations of computers
Generations of computersGenerations of computers
Generations of computersZafar Ayub
 
Toefl tactics reading module
Toefl tactics reading moduleToefl tactics reading module
Toefl tactics reading moduleFella Boudjema
 
Vocabulary module 2 - CHORES AND LEISURE
Vocabulary module 2 - CHORES AND LEISUREVocabulary module 2 - CHORES AND LEISURE
Vocabulary module 2 - CHORES AND LEISUREBetzy Orenos
 
6. vocabulary and note taking
6. vocabulary and note taking6. vocabulary and note taking
6. vocabulary and note takingIECP
 

Destacado (20)

Inside A Computer Workstation
Inside A Computer WorkstationInside A Computer Workstation
Inside A Computer Workstation
 
Use case
Use caseUse case
Use case
 
Indside A Computer Powerpoint2
Indside A Computer Powerpoint2Indside A Computer Powerpoint2
Indside A Computer Powerpoint2
 
Inside a computer case
Inside a computer caseInside a computer case
Inside a computer case
 
Inside Of Computer Ppt
Inside Of Computer PptInside Of Computer Ppt
Inside Of Computer Ppt
 
Binary Search Tree
Binary Search TreeBinary Search Tree
Binary Search Tree
 
UML Review
UML ReviewUML Review
UML Review
 
Software Prototyping
Software PrototypingSoftware Prototyping
Software Prototyping
 
Customer App Flow
Customer App FlowCustomer App Flow
Customer App Flow
 
System unit
System unitSystem unit
System unit
 
Parts of the computer (inside part)
Parts of the computer (inside part)Parts of the computer (inside part)
Parts of the computer (inside part)
 
System Unit
System UnitSystem Unit
System Unit
 
System unit
System unitSystem unit
System unit
 
Generations of computers
Generations of computersGenerations of computers
Generations of computers
 
Powerpoint 200631031 B
Powerpoint 200631031 BPowerpoint 200631031 B
Powerpoint 200631031 B
 
Toefl tactics reading module
Toefl tactics reading moduleToefl tactics reading module
Toefl tactics reading module
 
Vocabulary module 2 - CHORES AND LEISURE
Vocabulary module 2 - CHORES AND LEISUREVocabulary module 2 - CHORES AND LEISURE
Vocabulary module 2 - CHORES AND LEISURE
 
6. vocabulary and note taking
6. vocabulary and note taking6. vocabulary and note taking
6. vocabulary and note taking
 
Essay Writing tips
Essay Writing tips Essay Writing tips
Essay Writing tips
 
Introduction to Computers
Introduction to ComputersIntroduction to Computers
Introduction to Computers
 

Similar a Inside the computer

Motherboard Components and Their Functions.docx
Motherboard Components and Their Functions.docxMotherboard Components and Their Functions.docx
Motherboard Components and Their Functions.docxJulieAnnGuimbaoMuyco
 
typical-configuration-of-computer.pdf
typical-configuration-of-computer.pdftypical-configuration-of-computer.pdf
typical-configuration-of-computer.pdfProf. Dr. K. Adisesha
 
Typical Configuration of Computer System
Typical Configuration of Computer SystemTypical Configuration of Computer System
Typical Configuration of Computer SystemProf. Dr. K. Adisesha
 
Identification of parts of motherboard
Identification of parts of motherboardIdentification of parts of motherboard
Identification of parts of motherboardAbhayaRajbanshi
 
lesson 2 MATERIALS, TOOLS, EQUIPMENT and TESTING DEVICES.pptx
lesson 2 MATERIALS, TOOLS, EQUIPMENT and TESTING DEVICES.pptxlesson 2 MATERIALS, TOOLS, EQUIPMENT and TESTING DEVICES.pptx
lesson 2 MATERIALS, TOOLS, EQUIPMENT and TESTING DEVICES.pptxTerrenceRamirez1
 
vdocument.in_computer-hardware-servicing-568f20e9c048a.pptx
vdocument.in_computer-hardware-servicing-568f20e9c048a.pptxvdocument.in_computer-hardware-servicing-568f20e9c048a.pptx
vdocument.in_computer-hardware-servicing-568f20e9c048a.pptxEchelleOgatis
 
motherboard
motherboardmotherboard
motherboardiyinyan
 
Typical configuration of computer chapter 1
Typical configuration of computer chapter 1 Typical configuration of computer chapter 1
Typical configuration of computer chapter 1 Gopi Nath
 
00 Hardware Of Personal Computer V1 1
00 Hardware Of Personal Computer V1 100 Hardware Of Personal Computer V1 1
00 Hardware Of Personal Computer V1 1Rajan Das
 
System-Unit.ppt hvigxcogfogfogclgxufsfixkvxjfz
System-Unit.ppt hvigxcogfogfogclgxufsfixkvxjfzSystem-Unit.ppt hvigxcogfogfogclgxufsfixkvxjfz
System-Unit.ppt hvigxcogfogfogclgxufsfixkvxjfzIrishAbrematia
 
Computer Hardware Components
Computer Hardware ComponentsComputer Hardware Components
Computer Hardware Componentsgwaite97
 
system unit and Motherboard
system unit and Motherboardsystem unit and Motherboard
system unit and Motherboardromeodait
 

Similar a Inside the computer (20)

Motherboard Components and Their Functions.docx
Motherboard Components and Their Functions.docxMotherboard Components and Their Functions.docx
Motherboard Components and Their Functions.docx
 
typical-configuration-of-computer.pdf
typical-configuration-of-computer.pdftypical-configuration-of-computer.pdf
typical-configuration-of-computer.pdf
 
Typical Configuration of Computer System
Typical Configuration of Computer SystemTypical Configuration of Computer System
Typical Configuration of Computer System
 
PCT SLIDE3
PCT SLIDE3PCT SLIDE3
PCT SLIDE3
 
Computer Hardware Components
Computer Hardware ComponentsComputer Hardware Components
Computer Hardware Components
 
Identification of parts of motherboard
Identification of parts of motherboardIdentification of parts of motherboard
Identification of parts of motherboard
 
lesson 2 MATERIALS, TOOLS, EQUIPMENT and TESTING DEVICES.pptx
lesson 2 MATERIALS, TOOLS, EQUIPMENT and TESTING DEVICES.pptxlesson 2 MATERIALS, TOOLS, EQUIPMENT and TESTING DEVICES.pptx
lesson 2 MATERIALS, TOOLS, EQUIPMENT and TESTING DEVICES.pptx
 
vdocument.in_computer-hardware-servicing-568f20e9c048a.pptx
vdocument.in_computer-hardware-servicing-568f20e9c048a.pptxvdocument.in_computer-hardware-servicing-568f20e9c048a.pptx
vdocument.in_computer-hardware-servicing-568f20e9c048a.pptx
 
Motherboard parts & functions
Motherboard parts & functionsMotherboard parts & functions
Motherboard parts & functions
 
motherboard
motherboardmotherboard
motherboard
 
Typical configuration of computer chapter 1
Typical configuration of computer chapter 1 Typical configuration of computer chapter 1
Typical configuration of computer chapter 1
 
00 Hardware Of Personal Computer V1 1
00 Hardware Of Personal Computer V1 100 Hardware Of Personal Computer V1 1
00 Hardware Of Personal Computer V1 1
 
Power point presentation3
Power point presentation3Power point presentation3
Power point presentation3
 
System-Unit.ppt hvigxcogfogfogclgxufsfixkvxjfz
System-Unit.ppt hvigxcogfogfogclgxufsfixkvxjfzSystem-Unit.ppt hvigxcogfogfogclgxufsfixkvxjfz
System-Unit.ppt hvigxcogfogfogclgxufsfixkvxjfz
 
P1 – Unit 3
P1 – Unit 3P1 – Unit 3
P1 – Unit 3
 
Computer Hardware Components
Computer Hardware ComponentsComputer Hardware Components
Computer Hardware Components
 
Pc components
Pc componentsPc components
Pc components
 
FTCP
FTCPFTCP
FTCP
 
system unit and Motherboard
system unit and Motherboardsystem unit and Motherboard
system unit and Motherboard
 
Pc components
Pc componentsPc components
Pc components
 

Más de Zafar Ayub

Software Engineering – Course Outline
Software Engineering – Course OutlineSoftware Engineering – Course Outline
Software Engineering – Course OutlineZafar Ayub
 
Introduction of Software Engineering
Introduction of Software EngineeringIntroduction of Software Engineering
Introduction of Software EngineeringZafar Ayub
 
MIS business approach
MIS business approachMIS business approach
MIS business approachZafar Ayub
 
MIS understanding
MIS understandingMIS understanding
MIS understandingZafar Ayub
 
Data communication and network Chapter - 2
Data communication and network Chapter - 2Data communication and network Chapter - 2
Data communication and network Chapter - 2Zafar Ayub
 
What is computer?
What is computer?What is computer?
What is computer?Zafar Ayub
 
Data communication and network Chapter -1
Data communication and network Chapter -1Data communication and network Chapter -1
Data communication and network Chapter -1Zafar Ayub
 

Más de Zafar Ayub (7)

Software Engineering – Course Outline
Software Engineering – Course OutlineSoftware Engineering – Course Outline
Software Engineering – Course Outline
 
Introduction of Software Engineering
Introduction of Software EngineeringIntroduction of Software Engineering
Introduction of Software Engineering
 
MIS business approach
MIS business approachMIS business approach
MIS business approach
 
MIS understanding
MIS understandingMIS understanding
MIS understanding
 
Data communication and network Chapter - 2
Data communication and network Chapter - 2Data communication and network Chapter - 2
Data communication and network Chapter - 2
 
What is computer?
What is computer?What is computer?
What is computer?
 
Data communication and network Chapter -1
Data communication and network Chapter -1Data communication and network Chapter -1
Data communication and network Chapter -1
 

Último

Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
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 ImpactPECB
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
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 3JemimahLaneBuaron
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
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 ...EduSkills OECD
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
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
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
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...Sapna Thakur
 
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 servicediscovermytutordmt
 

Último (20)

Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
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
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
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
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
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
 
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 ...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
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...
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
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...
 
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
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 

Inside the computer

  • 1. LOGO Inside the Computer Hardware story by respecting functionality Compile by Zafar Ayub (zafar_ayub@hotmail.com)
  • 2. Components of hardware Introduction Today computer has three major components, means all of computer is dividing into three sections; 1. Processing 2. Storage 3. Input / Output The system unit (main box) is hardware casing of major computer accessories like Motherboard, Processor, RAM, Power supply, cooling fan, Storage and optical device etc, remaining other input / output and media devices may physically connected with system unit. System unit also called desktop computer, and often looks like rectangular box vertical or horizontal shapes. 2
  • 3. Note: Commonly desktop computers available in two types in market; Branded – those desktop which may assemble by authorized hardware manufacture with international standard. Usually hardware manufacture offer three years warranty of parts / labor / repair, but due to following circumstances price may much higher as compare to unbranded desktop computer. Some international desktop manufactures are Dell, HP, Apple, IBM, Sony, and Acer. Unbranded – those desktop which may assemble by local hardware vendors without any standard. Usually hardware vendor offer ten months limited its own warranty to customer. So reason that unbranded desktop computer much cheaper to branded desktop computer. 3
  • 4. 1. Processing Processing define execution of all computer hardware devices, accepting input by user, process on data, generate output result and save on storage. Processing unit major components are following; Motherboard Core hardware component is processing of computer, processing unit is assemble in one circuit board called motherboard, which is integrated all internal components and external components either execute all devices operation. 4
  • 5. Motherboard is printed circuit board (PCB) containing computer chips (IC’s) and transistors. Integrated circuits are collection of electronic circuits which are facilitate tiny path for electrical current for traveling, and transistors are controlling / switching flow of electronic current. Note: All computer devices are physically connected on motherboard, there are two connecting way first one is via expansion slot, and second one is via port. Expansion slot – Expansion slots are locations on the motherboard into which expansion cards (interface card / expansion card) can be inserted and joint with motherboard. Expansion card is add-on circuit board which may place in motherboard expansion slot. 5
  • 6. expansion slot have following types with respect to their speed; ISA Slot – (Industry Standard Architecture ) older technology slot with 8-bit to 16-bit bus processing speed. (1.5MB/s to 5.3 MB/s) PCI Slot – (Peripheral Component Interconnect) nearest obsolete technology with 32- bit to 64-bit bus processing speed. (133 MB/s to 532 MB/s) PCI Express - (Peripheral Component Interconnect Express) PCI express connection contains two pairs of wires -- one to send and one to receive. Packets of data move across the lane at a rate of one bit per cycle. (500 MB/s to 8000 MB/s) AGP Slot – (Accelerated Graphics Port) commonly used for high resolution programs like games, 3D animation, etc. (266 MB/s to 2100 MB/s) 6
  • 7. Ports / Connectors – Ports are the connectors located on the exterior of system unit, used for connect external hardware devices. Every port directly attached to motherboard, so that when external device plugged-in to the port, device directly communicate to motherboard like expansion slot. 7
  • 8. some common ports are identify; VGA port – (Video Graphics Array) connect monitor cable to motherboard HDMI port - (High-Definition Multimedia Interface) high definition multimedia port NIC port – (Network Interface Card ) connect computer to network by cable, typically using RJ-45 connector for plug-in. USB port – (Universal Serial Bus) high speed serial bus port, commonly used USB devices attachment like USB flash drive, keyboard, mouse, and printer. FireWire port – similar to USB but tiny in size, used high speed data transfer for video and imaging. Commonly available in Apple desktops. Modem port – Modem port connect phone line to modem for connectivity. Keyboard port – also called PS/2 for keyboard Mouse port – also called PS/2 for mouse MIDI port – (Musical Instrument Digital Interface) used for musical instrument like musical keyboard, drum, etc. eSATA port – (External Serial ATA interface) high speed external storage connection, commonly available in laptops 8
  • 9. Audio ports – Computer multimedia interface; Line in – This port is where sound from an external source enters the card, such as recording from a tape recorder. On many sound cards this port is light blue. Line out – (Speaker Out or Front) Where sound is output; usually to headphones or stereo speakers. On many cards this port is lime green. Mic – Microphone port; usually pink IrDA port – (Infrared Data Association) a group of device manufacturers that developed a standard for transmitting data via infrared light waves. 9
  • 10. VGA port – HDMI port – NIC port – USB port – FireWire port – Modem port – Keyboard / MIDI port – Mouse port – 10
  • 11. eSATA port – Audio ports – IrDA port – 11
  • 12. 1. Processing The brain of computer, every instructions and processing made by CPU (Central Processing Unit); CPU q Commonly knows as processor, Key element of processor is transistors – a device made be semiconductor for control flow of electrons. Today processor contain hundreds of millions transistors. q The central processing unit (CPU) is the portion of a computer system that carries out the instructions of a computer program, to perform the basic arithmetical, logical, and input / output operations of the system. 12
  • 13. q Usually processor contain one or more PCB’s (Print Circuit Board) as per their speed and performance as well computer specification is also involve like desktop, workstation, and server processor. q Modern processors are small (less than four centimeters square) and contain multiple metallic connectors or pins on the underside / pin less. The CPU is inserted directly into a CPU socket, pin side down, on the motherboard. q Each motherboard will support only a specific type (or range) of CPU / processor as well vendor specification. q Modern CPUs also have an attached heat sink and small fan that go directly on top of the CPU to help dissipate heat. Heat sink – A component designed to lower the temperature of an electronic device by dissipating heat into the surrounding air. All modern CPU’s require a heat sink. Some also require a fan. A heat sink without a fan is called a passive heat sink; a heat sink with a fan is called an active heat sink. Heat sinks are generally made of an aluminum alloy and often have fins. 13
  • 14. Components of CPU Today CPU contain following components; Control Unit, Arithmetic and Logic Unit, Registers, Bus Interface Unit, Internal Cache, Decode Unit, and Prefetch Unit. 14
  • 15. Arithmetic and Logic Unit – The ALU perform core job on CPU, means arithmetic operation (addition, subtraction, multiplications, and divisions) and logic operation (comparing two values of data, condition true or false). Decimal calculation has been performed by FPU (Floating Point Unit). Some arithmetic operations like, editing digital image, running spell checker, burning CD, etc. Control Unit - The control unit coordinates the input and output devices of a computer system. It fetches the code of all of the instructions in the microprograms. It directs the operation of the other units by providing timing and control signals, all computer resources are managed by the CU. It directs the flow of data between the CPU and the other devices. CU pass data to ALU and FPU for execution for what to do and make sure every thing at right order. Prefetch Unit - The prefetch unit order data and instructions from cache or RAM with specific task, this unit predicts what data and instructions will be needed / when / where, retrieves from cache or RAM to help avoid delays in processing. Decoded Unit - The decode unit take the instructions by the prefetch unit and translates them into a form that can be understood by CU, ALU, and FPU. The decoded instructions go to the control unit for processing. 15
  • 16. Registers and Internal Cache Memory – Registers are groups of high speed memory location with-in CPU that used during processing. The ALU and FPU using registers to store data, intermediary calculations, and result processing. These memory bank also known as Cache memory with L1, L2, and L3 specifications; often used to store instructions and data for CPU, to avoid retrieving from RAM or HDD. BUS Interface Unit - This interface allows communicating with other CPU components, like flow of data and instructions from memory controller to RAM or HDD. 16
  • 17. CPU Operation 1. CU fetches the data, from computer programs by source of input. 2. For this purpose prefetch unit, execute CU instructions, and ask data from RAM / HDD as per requirement, phase by phase. 3. The decoded unit translates fetches data into processor language for CU, CLU and FPU. 4. And then forward to CU 5. When data arrive at CU then its forward to ALU and FPU for arithmetic operation. 6. But during operation register and internal cache memory temporary hold results and instruction and fetch data before processing. 7. ALU perform basic arithmetic operation like and FPU perform decimal point calculation. 8. After processing all data again goes to decoded unit for reverse translating. 9. And at last result data ready to output; and by bus interface data has been transfer to HDD and RAM, where bus interface perform both operation means input data and output results. 10. It’s important that register hold results only and internal cache memory hold instruction and data before processing. 17
  • 18. System Clock and Machine Cycle 1. In computer every instruction that feed into computer by either typing or clicking; is convert into machine language. 2. Each machine language instruction is broken down several smaller instructions set called microcode. 3. For example adding two specific numbers store into two sprat registers set and store result another sprat register. 4. All these operations are synchronizing by system clock; send out signals every parts of computer. 5. Each signal knows as cycle, the cycle per second is measured in hertz (Hz). 6. One megahertz (MHz) is equal to one million clock signals / ticks per second. 7. Note that system clock speed is ability for whole computer signals execution speed, but processor has much more clock speed then system. 8. Like system clock speed is 200 MHz but CPU speed is 2 GHz, means in one system clock ticks CPU perform 10 pieces of operations. 9. When CPU executes one signal piece of instruction on microcode, is called machine cycle. 10. Means each machine cycle is much higher speed with system clock speed. 18
  • 19. 11. Each machine cycle execute four operations; Fetch – extract the data by form of input Decode – translate into CU, ALU and FPU understandable format Execute – perform operation by ALU and FPU Store – store original data and results into register 12. Each machine cycle perform one microcode instruction. 13. As example addition of 2 + 3 required four machine cycle like; Fetch number 2 from RAM, decode it and store in register X Fetch number 3 from RAM, decode it and store another register Y Fetch addition instruction and decode it, execute addition operation into both registers X and Y, and store results into Z register Fetch and decode result for display purpose by register Z and transfer to RAM 19
  • 20. Machine cycle look like; 20