SlideShare a Scribd company logo
        
PC Repair and Troubleshooting
   Power Supply – Provides electricity
   Processor – Executes instructions
   Memory – Store instructions
   Bus – Connects Processor to I/O channels Disks and
    Display
   Disks – Storage of Info
   I/O Channels – Connects Bus to other devices
   Display – Outputs a user readable data
   IO Devices – for the users communication with the
    computer
   Necessary to make the electronics work
   Converts AC to DC
   Decodes the instructions and decide what is needed to be
    done
   Each instructions operates on 1 or more pieces of information,
    the operands of the instruction
   The length of each instruction execution cycle determines the
    performance of the computer
    o 4 GHz – 4 billion instructions per second
   Factors that could affect the number of executable
    instructions per second:
    o Size of instruction
    o Size and location of operands
    o Time it takes for the memory to deliver the operand to the processor
    o Time it takes to manipulate the operands to complete the instruction
    o Time it takes to put the results where it belongs
   Wires that computer chips operate according to protocol
    for the behaviour of chips
   Bus wires carry signals among the chips
    o What the component should do
    o Address on where it should be done
    o Information
   Bus cycle moving of information from 1 place to another
   Distinct buses:
    o Front side bus
        • connects processor to chipset
            • responsible for joining the different buses together
        • Intel / AMD design
    o Memory bus
        • Connects chipset to memory modules
        • Single Data Rate / Double Data Rate
    o Graphics bus
        • Accelerated Graphics Port
    o Expansion bus
        • Connects chipset to Adapter Cards and IO buses
        • Peripheral Component Interconnect
   Memory location
    o places to store numbers
    o 1 byte , 1 value from 0 to 255
    o Unique address
   Memory module
    o Memory chips – few bits
    o Capacity – number of bytes it can hold
    o Width – number of bits that can be accessed at a time
    o Access time – interval from reading the number to the availability of number
      for processor. Smaller access time means faster memory but not faster
      computer
    o Recovery delay – time from transferring of data to start of next operation
    o Cycle time – access time + recovery delay
   Bandwidth
    o volume of information a memory can read and write per second
   Each disk platter has a flat circular shape, like a CD ranging from 1.8 to 5.25
    inches.
   The two surfaces of a platter are covered with a magnetic material.
   We store information by recording it magnetically on the platters called Digital
    Recording.
   A read-write head ``flies'' just above each surface of every platter.
   The heads are attached to a disk arm that moves all the heads as a unit.
   The surface of a platter is logically divided into circular tracks, which are
    subdivided into sectors.
     o   Tracks and Spots
          •   The disk surface is divided into concentric tracks (circles within circles).
          •   The thinner the tracks, the more storage.
          •   The data bits are recorded as tiny magnetic spots on the tracks.
          •   The smaller the spot, the more bits per inch and the greater the storage.
     o   Sectors
          •   hold a block of data that is read or written at one time
          •   Outer Tracks contains more sectors
   The set of tracks that are at one arm position makes up a cylinder.
   When the disk is in use, a drive motor spins it at high speed to the right. Most
    drives rotate 60 to 200 times per second.
   Inexpensive but access is slower than memory
   Store inactive programs
   Capacity = total sectors * sector size (512)
   Performance
    o Rotation rate – speed of disk platters turns to head. RPM
    o Access time – time it takes from the processor requests to its
      availability. Positioning of heads over the cylinder.
    o Sustained transfer rate – how much data can be transferred
      onto or off of the platters
   Connects disks to bus
   Connects other attached devices
   Receives requests from the processor over the bus
   Rearrange the requests if needed
   Handed to the disk
   Video Card is a memory with surrounding electronics
    o Digital to analog converters – changes numbers to signals
    o Display memory – contains the pixel number
    o Graphics acceleration processor
    o Timing and Control
    o AGP or PCI bus
   Monitor
    o Requires three signals (red, green and blue)
   Input Devices – the instruction is coming from the user to
    be received by the computer
   Output Devices – the receiver of the result is the user
   Screwdrivers – slotted and Philips from small to medium
   Socket drivers – screw heads that fits hex drivers
   Pliers – Nose Pliers
   Flashlight
   Mirror
   Multimeter – failure diagnosis
   Soldering Iron – Repairing / Removing components from
    circuit cards
   Thin Gloves – reduces static discharge
Do’s                                                       Don’ts
   assemble your PC on a clean, uncluttered FLAT                assemble your PC on a couch, or a carpeted floor,
    surface. Tiles if possible.                                   or a chair, cushion, etc..
   use properly insulated tools to reduce the possibility       Use of improper tools
    of static discharge from your body. Plastic or rubber        drag your feet across the carpet and touch the case
    handles.                                                      just because you get a kick out of static shocks.
   use an anti-static wrist band if you have one                 This WILL screw up the components.
    available to reduce the possibility of static discharge      Liquids, foods and magnetic tools are not allowed to
    from your body.                                               be near the PC.
   use cable ties or zip ties to secure wires in the PC         use masking tape to secure ANY wires or
    when doing cable management.                                  components in the case. Fire hazard
   close up the case and cover the build in progress            handle open circuit boards or touch capacitors or
    when you're not working on it.                                resistors more than you absolutely need to.
   take notes while building and write down questions           plug in your power supply while you're working
    you come up with.                                             inside the box.
   take your time and make sure components are                  drill holes in your components because you think
    secured properly, and connected correctly. Refer to           you can secure them better that way with more
    manuals, or installation materials if you have them           screws.
    on hand.                                                     modify connections to make them fit, or splice wires
                                                                  together to create your own connections (unless
                                                                  you are a trained and experienced computer or
                                                                  electronics engineer).
   makes sure all the other chips, hard drives, ports and CPU
    function together
   Role of BIOS:
    o Check the Complementary Metal Oxide Semiconductor (CMOS)
       Setup for custom settings
        • CMOS Setup provides detailed information particular to your system
          and can be altered as your system changes
    o Load the interrupt handlers and device drivers
        • Interrupt handlers act as translators between the hardware components
          and the operating system
    o Initialize registers and power management
    o Perform the power-on self-test (POST) to make sure everything is
      working properly
    o Display system settings
    o Determine which devices are bootable
    o Initiate the bootstrap sequence
   To enter the CMOS Setup, you must press a certain key or
    combination of keys during the initial start up sequence
    o "Esc," "Del," "F1," "F2," "Ctrl-Esc" or "Ctrl-Alt-Esc“
   Incorrect settings may keep your computer from booting
   Configuration Option:
    o System Time/Date - Set the system time and date
    o Boot Sequence - The order that BIOS will try to load the operating system
    o Plug and Play - A standard for auto-detecting connected devices; should be
        set to "Yes" if your computer and operating system both support it
    o   Mouse/Keyboard - "Enable Num Lock," "Enable the Keyboard," "Auto-
        Detect Mouse“
    o   Drive Configuration - Configure hard drives, CD-ROM and floppy drives
    o   Memory - Direct the BIOS to shadow to a specific memory address
    o   Security - Set a password for accessing the computer
    o   Power Management - Select whether to use power management, as well as
        set the amount of time for standby and suspend
    o   Exit - Save your changes, discard your changes or restore default settings
   Back up all user files if you're planning to perform a system recovery.
   Gather together all the installation CDs which came with your computer and with
    the devices you have added to your computer.
   Ensure that your computer is set up to boot from the CD-ROM drive.
   Place the first CD for the operating system in the CD drive.
   Turn the computer off. Wait a full 30 seconds before turning it back on again.
    Turn the computer back on, and follow the instructions on the screen to partition
    and format your hard drive.
   Follow the instructions which appear on the screen
   Reconnect to the internet. Troubleshoot any problems with your installation by
    visiting the software provider's support website.
   Install or reinstall your antivirus software and promptly download and install all
    the definition updates.
   Navigate immediately to the update site of the operating system's manufacturer
    and download all critical updates.
   Install the software for any additional devices which did not come with your
    computer. Update the drivers for all of your devices. Check device manager to
    see which version of each driver you are using and check the date.

More Related Content

What's hot

Guide to Build A High-Performance Custom Gaming PC
Guide to Build A High-Performance Custom Gaming PCGuide to Build A High-Performance Custom Gaming PC
Guide to Build A High-Performance Custom Gaming PC
Memory4 less
 
Computer hardware crash course
Computer hardware crash courseComputer hardware crash course
Computer hardware crash course
Kevin Wittman
 
Working with the BIOS Setup Program
Working with the BIOS Setup ProgramWorking with the BIOS Setup Program
Working with the BIOS Setup Program
Amir Villas
 
Computing Overview
Computing OverviewComputing Overview
Computing Overview
Amir Villas
 
Disassembling Of the old working pc (part-1)
Disassembling Of the old working pc (part-1)Disassembling Of the old working pc (part-1)
Disassembling Of the old working pc (part-1)
Mahamodul Hasan khan
 
10. GPU - Video Card (Display, Graphics, VGA)
10. GPU - Video Card (Display, Graphics, VGA)10. GPU - Video Card (Display, Graphics, VGA)
10. GPU - Video Card (Display, Graphics, VGA)
Akhila Dakshina
 
The Computer Its Parts (External)
The Computer Its Parts (External)The Computer Its Parts (External)
The Computer Its Parts (External)
Melchor Balolong
 
PC Hardware Servicing Outline
PC Hardware Servicing OutlinePC Hardware Servicing Outline
PC Hardware Servicing Outline
Laguna State Polytechnic University
 
Computer dis assembly HP PRO 6300
Computer dis assembly HP PRO 6300Computer dis assembly HP PRO 6300
Computer dis assembly HP PRO 6300
Ullees Selim
 
ICT BTEC UNIT 2 P1
ICT BTEC UNIT 2 P1ICT BTEC UNIT 2 P1
ICT BTEC UNIT 2 P1
OriginalGSM
 
Bios and cmos
Bios and cmosBios and cmos
Bios and cmos
Online
 
ESAT– ISP
ESAT– ISPESAT– ISP
Computer conceptsok
Computer conceptsokComputer conceptsok
Computer conceptsok
Nasreen Akhtar
 
Computer hardware-ports-connectors
Computer hardware-ports-connectorsComputer hardware-ports-connectors
Computer hardware-ports-connectors
Roshan sp
 
Scenario:Home Media Centre
Scenario:Home Media CentreScenario:Home Media Centre
Scenario:Home Media Centre
AdriannaDeCastro
 
The motherboard
The motherboardThe motherboard
The motherboard
Kevin Umanzor
 

What's hot (19)

Guide to Build A High-Performance Custom Gaming PC
Guide to Build A High-Performance Custom Gaming PCGuide to Build A High-Performance Custom Gaming PC
Guide to Build A High-Performance Custom Gaming PC
 
Computer hardware crash course
Computer hardware crash courseComputer hardware crash course
Computer hardware crash course
 
Working with the BIOS Setup Program
Working with the BIOS Setup ProgramWorking with the BIOS Setup Program
Working with the BIOS Setup Program
 
Computing Overview
Computing OverviewComputing Overview
Computing Overview
 
Bios glossary
Bios glossaryBios glossary
Bios glossary
 
Disassembling Of the old working pc (part-1)
Disassembling Of the old working pc (part-1)Disassembling Of the old working pc (part-1)
Disassembling Of the old working pc (part-1)
 
10. GPU - Video Card (Display, Graphics, VGA)
10. GPU - Video Card (Display, Graphics, VGA)10. GPU - Video Card (Display, Graphics, VGA)
10. GPU - Video Card (Display, Graphics, VGA)
 
The Computer Its Parts (External)
The Computer Its Parts (External)The Computer Its Parts (External)
The Computer Its Parts (External)
 
PC Hardware Servicing Outline
PC Hardware Servicing OutlinePC Hardware Servicing Outline
PC Hardware Servicing Outline
 
Computer dis assembly HP PRO 6300
Computer dis assembly HP PRO 6300Computer dis assembly HP PRO 6300
Computer dis assembly HP PRO 6300
 
ICT BTEC UNIT 2 P1
ICT BTEC UNIT 2 P1ICT BTEC UNIT 2 P1
ICT BTEC UNIT 2 P1
 
Bios and cmos
Bios and cmosBios and cmos
Bios and cmos
 
ESAT– ISP
ESAT– ISPESAT– ISP
ESAT– ISP
 
Computer conceptsok
Computer conceptsokComputer conceptsok
Computer conceptsok
 
Computer hardware-ports-connectors
Computer hardware-ports-connectorsComputer hardware-ports-connectors
Computer hardware-ports-connectors
 
Scenario
ScenarioScenario
Scenario
 
Scenario:Home Media Centre
Scenario:Home Media CentreScenario:Home Media Centre
Scenario:Home Media Centre
 
EDP hardware
EDP hardwareEDP hardware
EDP hardware
 
The motherboard
The motherboardThe motherboard
The motherboard
 

Viewers also liked

PERSONAL COMPUTER DISASSEMBLY
PERSONAL COMPUTER DISASSEMBLYPERSONAL COMPUTER DISASSEMBLY
PERSONAL COMPUTER DISASSEMBLY
Catherine Labrador
 
Assembling the computer
Assembling the computerAssembling the computer
Assembling the computer
Santosh Kulkarni
 
Assembling and deassembling
Assembling and deassemblingAssembling and deassembling
Assembling and deassembling
Online
 
Install computer system,devices and peripherals
Install computer system,devices and peripheralsInstall computer system,devices and peripherals
Install computer system,devices and peripherals
Raiza Janelle
 
Computer Assembly
Computer AssemblyComputer Assembly
Computer Assembly
Michael Corcino
 
Disassembling a PC
Disassembling a PCDisassembling a PC
Disassembling a PC
University of Dhaka
 

Viewers also liked (7)

PERSONAL COMPUTER DISASSEMBLY
PERSONAL COMPUTER DISASSEMBLYPERSONAL COMPUTER DISASSEMBLY
PERSONAL COMPUTER DISASSEMBLY
 
Assembling the computer
Assembling the computerAssembling the computer
Assembling the computer
 
Pc Assembling
Pc AssemblingPc Assembling
Pc Assembling
 
Assembling and deassembling
Assembling and deassemblingAssembling and deassembling
Assembling and deassembling
 
Install computer system,devices and peripherals
Install computer system,devices and peripheralsInstall computer system,devices and peripherals
Install computer system,devices and peripherals
 
Computer Assembly
Computer AssemblyComputer Assembly
Computer Assembly
 
Disassembling a PC
Disassembling a PCDisassembling a PC
Disassembling a PC
 

Similar to 2 pc assembly

Computer 10 Other Parts of the Internal System Unit
Computer 10 Other Parts of the Internal System UnitComputer 10 Other Parts of the Internal System Unit
Computer 10 Other Parts of the Internal System Unit
JessaBejer1
 
Desktop Assembing.pptx
Desktop Assembing.pptxDesktop Assembing.pptx
Desktop Assembing.pptx
HariPrasad497542
 
Computer hardware
Computer hardwareComputer hardware
Computer hardware
Suprabha Sahoo
 
Ch 2 computer assembly disassembly
Ch 2 computer  assembly disassemblyCh 2 computer  assembly disassembly
Ch 2 computer assembly disassemblymekashaw tizazu
 
06. System unit of computer
06. System unit of computer06. System unit of computer
06. System unit of computer
TimesRide
 
06. system unit computer
06. system unit   computer06. system unit   computer
06. system unit computer
TimesRide
 
Components of laptop.pptx
Components of laptop.pptxComponents of laptop.pptx
Components of laptop.pptx
Sairish khokhar
 
Computer Hardware Servicing
Computer Hardware ServicingComputer Hardware Servicing
Computer Hardware Servicing
eillen ivy portuguez
 
Computer Hardware Servicing
Computer Hardware ServicingComputer Hardware Servicing
Computer Hardware Servicing
eillen ivy portuguez
 
BASIC COMPUTER ELEMENTS.pptx
BASIC COMPUTER ELEMENTS.pptxBASIC COMPUTER ELEMENTS.pptx
BASIC COMPUTER ELEMENTS.pptx
LordelynFrancoYusi
 
lesson 3; inspect and test the configured cs and network handouts
lesson 3; inspect and test the configured cs and network handoutslesson 3; inspect and test the configured cs and network handouts
lesson 3; inspect and test the configured cs and network handouts
lorbz
 
care for NW.pptx
care for NW.pptxcare for NW.pptx
care for NW.pptx
aytenewbelay1
 
Presentacion pujol
Presentacion pujolPresentacion pujol
Presentacion pujolDylan Real G
 
CSS L05 - Computer System Assembly
CSS L05 -  Computer System AssemblyCSS L05 -  Computer System Assembly
CSS L05 - Computer System Assembly
Marvin Bronoso
 
Computer hardware servicing 102 chapter3 PC Overview
Computer hardware servicing 102 chapter3 PC OverviewComputer hardware servicing 102 chapter3 PC Overview
Computer hardware servicing 102 chapter3 PC OverviewGreyzie Gonzales
 
Motherboard
MotherboardMotherboard
Motherboard
Kenneth Sarboda
 
Basic-Computer-Concepts.pptx
Basic-Computer-Concepts.pptxBasic-Computer-Concepts.pptx
Basic-Computer-Concepts.pptx
MichaelJohnPedrasa
 
ASSEMBLY-AND-DISASSEMBLY.pptx
ASSEMBLY-AND-DISASSEMBLY.pptxASSEMBLY-AND-DISASSEMBLY.pptx
ASSEMBLY-AND-DISASSEMBLY.pptx
Virgilio Paglingayen
 
ASSEMBLY-AND-DISASSEMBLY (1).pptx
ASSEMBLY-AND-DISASSEMBLY (1).pptxASSEMBLY-AND-DISASSEMBLY (1).pptx
ASSEMBLY-AND-DISASSEMBLY (1).pptx
Virgilio Paglingayen
 
ASSEMBLY-AND-DISASSEMBLY.pptx
ASSEMBLY-AND-DISASSEMBLY.pptxASSEMBLY-AND-DISASSEMBLY.pptx
ASSEMBLY-AND-DISASSEMBLY.pptx
Virgilio Paglingayen
 

Similar to 2 pc assembly (20)

Computer 10 Other Parts of the Internal System Unit
Computer 10 Other Parts of the Internal System UnitComputer 10 Other Parts of the Internal System Unit
Computer 10 Other Parts of the Internal System Unit
 
Desktop Assembing.pptx
Desktop Assembing.pptxDesktop Assembing.pptx
Desktop Assembing.pptx
 
Computer hardware
Computer hardwareComputer hardware
Computer hardware
 
Ch 2 computer assembly disassembly
Ch 2 computer  assembly disassemblyCh 2 computer  assembly disassembly
Ch 2 computer assembly disassembly
 
06. System unit of computer
06. System unit of computer06. System unit of computer
06. System unit of computer
 
06. system unit computer
06. system unit   computer06. system unit   computer
06. system unit computer
 
Components of laptop.pptx
Components of laptop.pptxComponents of laptop.pptx
Components of laptop.pptx
 
Computer Hardware Servicing
Computer Hardware ServicingComputer Hardware Servicing
Computer Hardware Servicing
 
Computer Hardware Servicing
Computer Hardware ServicingComputer Hardware Servicing
Computer Hardware Servicing
 
BASIC COMPUTER ELEMENTS.pptx
BASIC COMPUTER ELEMENTS.pptxBASIC COMPUTER ELEMENTS.pptx
BASIC COMPUTER ELEMENTS.pptx
 
lesson 3; inspect and test the configured cs and network handouts
lesson 3; inspect and test the configured cs and network handoutslesson 3; inspect and test the configured cs and network handouts
lesson 3; inspect and test the configured cs and network handouts
 
care for NW.pptx
care for NW.pptxcare for NW.pptx
care for NW.pptx
 
Presentacion pujol
Presentacion pujolPresentacion pujol
Presentacion pujol
 
CSS L05 - Computer System Assembly
CSS L05 -  Computer System AssemblyCSS L05 -  Computer System Assembly
CSS L05 - Computer System Assembly
 
Computer hardware servicing 102 chapter3 PC Overview
Computer hardware servicing 102 chapter3 PC OverviewComputer hardware servicing 102 chapter3 PC Overview
Computer hardware servicing 102 chapter3 PC Overview
 
Motherboard
MotherboardMotherboard
Motherboard
 
Basic-Computer-Concepts.pptx
Basic-Computer-Concepts.pptxBasic-Computer-Concepts.pptx
Basic-Computer-Concepts.pptx
 
ASSEMBLY-AND-DISASSEMBLY.pptx
ASSEMBLY-AND-DISASSEMBLY.pptxASSEMBLY-AND-DISASSEMBLY.pptx
ASSEMBLY-AND-DISASSEMBLY.pptx
 
ASSEMBLY-AND-DISASSEMBLY (1).pptx
ASSEMBLY-AND-DISASSEMBLY (1).pptxASSEMBLY-AND-DISASSEMBLY (1).pptx
ASSEMBLY-AND-DISASSEMBLY (1).pptx
 
ASSEMBLY-AND-DISASSEMBLY.pptx
ASSEMBLY-AND-DISASSEMBLY.pptxASSEMBLY-AND-DISASSEMBLY.pptx
ASSEMBLY-AND-DISASSEMBLY.pptx
 

More from Rheigh Henley Calderon

8 problem solving with the case logic structure
8 problem solving with the case logic structure8 problem solving with the case logic structure
8 problem solving with the case logic structureRheigh Henley Calderon
 
5 problem solving with the sequential logic structure
5 problem solving with the sequential logic structure5 problem solving with the sequential logic structure
5 problem solving with the sequential logic structureRheigh Henley Calderon
 
4 introduction to programming structure
4 introduction to programming structure4 introduction to programming structure
4 introduction to programming structureRheigh Henley Calderon
 
2 beginning problem solving concepts for the computer
2 beginning problem solving concepts for the computer2 beginning problem solving concepts for the computer
2 beginning problem solving concepts for the computerRheigh Henley Calderon
 
1 introduction to problem solving and programming
1 introduction to problem solving and programming1 introduction to problem solving and programming
1 introduction to problem solving and programmingRheigh Henley Calderon
 

More from Rheigh Henley Calderon (20)

10 data structures
10 data structures10 data structures
10 data structures
 
9 processing arrays
9 processing arrays9 processing arrays
9 processing arrays
 
8 problem solving with the case logic structure
8 problem solving with the case logic structure8 problem solving with the case logic structure
8 problem solving with the case logic structure
 
7 problem solving with loops
7 problem solving with loops7 problem solving with loops
7 problem solving with loops
 
6 problem solving with decisions
6 problem solving with decisions6 problem solving with decisions
6 problem solving with decisions
 
5 problem solving with the sequential logic structure
5 problem solving with the sequential logic structure5 problem solving with the sequential logic structure
5 problem solving with the sequential logic structure
 
4 introduction to programming structure
4 introduction to programming structure4 introduction to programming structure
4 introduction to programming structure
 
3 programming concepts
3 programming concepts3 programming concepts
3 programming concepts
 
2 beginning problem solving concepts for the computer
2 beginning problem solving concepts for the computer2 beginning problem solving concepts for the computer
2 beginning problem solving concepts for the computer
 
1 introduction to problem solving and programming
1 introduction to problem solving and programming1 introduction to problem solving and programming
1 introduction to problem solving and programming
 
9 technical support
9 technical support9 technical support
9 technical support
 
8 customer service
8 customer service8 customer service
8 customer service
 
7 laptop repair
7 laptop repair7 laptop repair
7 laptop repair
 
6 laptop basics
6 laptop basics6 laptop basics
6 laptop basics
 
5 pc maintenance
5 pc maintenance5 pc maintenance
5 pc maintenance
 
4 pc repair
4 pc repair4 pc repair
4 pc repair
 
3 pc upgrade
3 pc upgrade3 pc upgrade
3 pc upgrade
 
1 hardware fundamentals
1 hardware fundamentals1 hardware fundamentals
1 hardware fundamentals
 
8 cyber crimes
8 cyber crimes8 cyber crimes
8 cyber crimes
 
7 computer ethics
7 computer ethics7 computer ethics
7 computer ethics
 

Recently uploaded

Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 

Recently uploaded (20)

Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 

2 pc assembly

  • 1.  PC Repair and Troubleshooting
  • 2. Power Supply – Provides electricity  Processor – Executes instructions  Memory – Store instructions  Bus – Connects Processor to I/O channels Disks and Display  Disks – Storage of Info  I/O Channels – Connects Bus to other devices  Display – Outputs a user readable data  IO Devices – for the users communication with the computer
  • 3. Necessary to make the electronics work  Converts AC to DC
  • 4. Decodes the instructions and decide what is needed to be done  Each instructions operates on 1 or more pieces of information, the operands of the instruction  The length of each instruction execution cycle determines the performance of the computer o 4 GHz – 4 billion instructions per second  Factors that could affect the number of executable instructions per second: o Size of instruction o Size and location of operands o Time it takes for the memory to deliver the operand to the processor o Time it takes to manipulate the operands to complete the instruction o Time it takes to put the results where it belongs
  • 5.
  • 6. Wires that computer chips operate according to protocol for the behaviour of chips  Bus wires carry signals among the chips o What the component should do o Address on where it should be done o Information  Bus cycle moving of information from 1 place to another
  • 7. Distinct buses: o Front side bus • connects processor to chipset • responsible for joining the different buses together • Intel / AMD design o Memory bus • Connects chipset to memory modules • Single Data Rate / Double Data Rate o Graphics bus • Accelerated Graphics Port o Expansion bus • Connects chipset to Adapter Cards and IO buses • Peripheral Component Interconnect
  • 8.
  • 9. Memory location o places to store numbers o 1 byte , 1 value from 0 to 255 o Unique address  Memory module o Memory chips – few bits o Capacity – number of bytes it can hold o Width – number of bits that can be accessed at a time o Access time – interval from reading the number to the availability of number for processor. Smaller access time means faster memory but not faster computer o Recovery delay – time from transferring of data to start of next operation o Cycle time – access time + recovery delay  Bandwidth o volume of information a memory can read and write per second
  • 10.
  • 11.
  • 12.
  • 13. Each disk platter has a flat circular shape, like a CD ranging from 1.8 to 5.25 inches.  The two surfaces of a platter are covered with a magnetic material.  We store information by recording it magnetically on the platters called Digital Recording.  A read-write head ``flies'' just above each surface of every platter.  The heads are attached to a disk arm that moves all the heads as a unit.  The surface of a platter is logically divided into circular tracks, which are subdivided into sectors. o Tracks and Spots • The disk surface is divided into concentric tracks (circles within circles). • The thinner the tracks, the more storage. • The data bits are recorded as tiny magnetic spots on the tracks. • The smaller the spot, the more bits per inch and the greater the storage. o Sectors • hold a block of data that is read or written at one time • Outer Tracks contains more sectors  The set of tracks that are at one arm position makes up a cylinder.  When the disk is in use, a drive motor spins it at high speed to the right. Most drives rotate 60 to 200 times per second.
  • 14. Inexpensive but access is slower than memory  Store inactive programs  Capacity = total sectors * sector size (512)  Performance o Rotation rate – speed of disk platters turns to head. RPM o Access time – time it takes from the processor requests to its availability. Positioning of heads over the cylinder. o Sustained transfer rate – how much data can be transferred onto or off of the platters
  • 15. Connects disks to bus  Connects other attached devices  Receives requests from the processor over the bus  Rearrange the requests if needed  Handed to the disk
  • 16. Video Card is a memory with surrounding electronics o Digital to analog converters – changes numbers to signals o Display memory – contains the pixel number o Graphics acceleration processor o Timing and Control o AGP or PCI bus  Monitor o Requires three signals (red, green and blue)
  • 17.
  • 18. Input Devices – the instruction is coming from the user to be received by the computer  Output Devices – the receiver of the result is the user
  • 19. Screwdrivers – slotted and Philips from small to medium  Socket drivers – screw heads that fits hex drivers  Pliers – Nose Pliers  Flashlight  Mirror  Multimeter – failure diagnosis  Soldering Iron – Repairing / Removing components from circuit cards  Thin Gloves – reduces static discharge
  • 20.
  • 21. Do’s Don’ts  assemble your PC on a clean, uncluttered FLAT  assemble your PC on a couch, or a carpeted floor, surface. Tiles if possible. or a chair, cushion, etc..  use properly insulated tools to reduce the possibility  Use of improper tools of static discharge from your body. Plastic or rubber  drag your feet across the carpet and touch the case handles. just because you get a kick out of static shocks.  use an anti-static wrist band if you have one This WILL screw up the components. available to reduce the possibility of static discharge  Liquids, foods and magnetic tools are not allowed to from your body. be near the PC.  use cable ties or zip ties to secure wires in the PC  use masking tape to secure ANY wires or when doing cable management. components in the case. Fire hazard  close up the case and cover the build in progress  handle open circuit boards or touch capacitors or when you're not working on it. resistors more than you absolutely need to.  take notes while building and write down questions  plug in your power supply while you're working you come up with. inside the box.  take your time and make sure components are  drill holes in your components because you think secured properly, and connected correctly. Refer to you can secure them better that way with more manuals, or installation materials if you have them screws. on hand.  modify connections to make them fit, or splice wires together to create your own connections (unless you are a trained and experienced computer or electronics engineer).
  • 22. makes sure all the other chips, hard drives, ports and CPU function together  Role of BIOS: o Check the Complementary Metal Oxide Semiconductor (CMOS) Setup for custom settings • CMOS Setup provides detailed information particular to your system and can be altered as your system changes o Load the interrupt handlers and device drivers • Interrupt handlers act as translators between the hardware components and the operating system o Initialize registers and power management o Perform the power-on self-test (POST) to make sure everything is working properly o Display system settings o Determine which devices are bootable o Initiate the bootstrap sequence
  • 23. To enter the CMOS Setup, you must press a certain key or combination of keys during the initial start up sequence o "Esc," "Del," "F1," "F2," "Ctrl-Esc" or "Ctrl-Alt-Esc“  Incorrect settings may keep your computer from booting  Configuration Option: o System Time/Date - Set the system time and date o Boot Sequence - The order that BIOS will try to load the operating system o Plug and Play - A standard for auto-detecting connected devices; should be set to "Yes" if your computer and operating system both support it o Mouse/Keyboard - "Enable Num Lock," "Enable the Keyboard," "Auto- Detect Mouse“ o Drive Configuration - Configure hard drives, CD-ROM and floppy drives o Memory - Direct the BIOS to shadow to a specific memory address o Security - Set a password for accessing the computer o Power Management - Select whether to use power management, as well as set the amount of time for standby and suspend o Exit - Save your changes, discard your changes or restore default settings
  • 24.
  • 25. Back up all user files if you're planning to perform a system recovery.  Gather together all the installation CDs which came with your computer and with the devices you have added to your computer.  Ensure that your computer is set up to boot from the CD-ROM drive.  Place the first CD for the operating system in the CD drive.  Turn the computer off. Wait a full 30 seconds before turning it back on again. Turn the computer back on, and follow the instructions on the screen to partition and format your hard drive.  Follow the instructions which appear on the screen  Reconnect to the internet. Troubleshoot any problems with your installation by visiting the software provider's support website.  Install or reinstall your antivirus software and promptly download and install all the definition updates.  Navigate immediately to the update site of the operating system's manufacturer and download all critical updates.  Install the software for any additional devices which did not come with your computer. Update the drivers for all of your devices. Check device manager to see which version of each driver you are using and check the date.