SlideShare a Scribd company logo
1 of 15
+




    Connor Howe, computer
    components
    By Connor Howe
+
    CPU
       A CPU is the brain of the computer which issues commands and it stands
        for central processing unit.

       It communicates with all components and gives them desired commands.
        This Is because the CPUs main function is to execute a series of stored
        instructions.

       CPU speed is measured in hertz, megahertz and gigahertz. Its size is
        measured in bits, the higher the bits the faster the processor. the most
        common CPU sizes are 8, 16, 32 and 64-bit processors.

       The CPU is found in the ZIF socket
        on the motherboard and on top of
        that is a layer of thermal compound and a heat sink.
+
    Memory (ROM)
   ROM:    (Read Only Memory)

ROM can be found on the motherboard. ROM contains commands that can
 only be accessed by the CPU such as the boot sequence and the data on
 ROM cannot be erased. There are two more advanced types of ROM these
 are:

-   EPROM = EPROM is Erasable Programmable Read Only Memory. EPROM
    can be erased by exposing it to UV light from a mercury-vapor light source.
    EPROM comes in sizes from 2Kbit – 32Mbit and 256 bytes – 4 MB.

-   EEPROM = EEPROM is Electrically Erasable Programmable Read Only
    Memory. EEPROM can be erased and reprogrammed electronically.
    EPROM usually had to be removed from the system to be erased whereas
    EEPROM can be erased while in circuit.

ROM                                    EEPROM
           EEPROM
+
    Memory (continued)
   RAM:    (Random Access Memory)

RAM stores the data that you are using and can be increased to speed up and enhance the performance of your
  computer. RAM only stores the data while power is connected to it, so therefore if the power is removed the data
  is lost. There are two main types of modern RAM these are:

- SRAM = SRAM is Static RAM. In SRAM data is stored using the state of a Flip-Flop. SRAM is more expensive but
    requires less power and is faster than DRAM. SRAM is usually used as Cache memory for the CPU in modern
    computers.

-   DRAM = DRAM is Dynamic RAM. DRAM stores data by using a capacitor with an integrated circuit. DRAM is
    volatile memory and unlike SRAM which has four to six transistors, DRAM has only one which allows DRAM to
    reach high density's.

   Flash Drive:   (Memory Sticks)

Flash Drive memory is used in memory. Memory sticks are a non-volatile memory type, this means they don't need
   power to store data and draw what power they need from the machine they are plugged into and they also have a
   solid state drive

RAM                                                                                    Memory Stick
+
    Memory (continued 2)

       Permanent storage:

    Some examples of permanent storage are.

    -   Hard Drive,

    -   ROM,

    -   Removable drives,

    -   Internet storage.

       Temporary storage:

    Some examples of temporary storage are.

    - RAM / Cache Memory.
+ Adapter / Expansion Cards
   Adapter cards or expansion cards are used to expand the capabilities of a computer. Some
    examples of these adapter cards are:

-   Graphics card = the graphics / video card controls the graphic capabilities of the computer, it can
    also be upgraded to meet the requirements for a task, CPU and/or RAM. The video cards have
    ports on them that will connect them to a monitor or television

-   Sound card / Audio card = the sound card controls the sound quality emitted. the audio card will
    have an earphone and a microphone socket and most newer audio cards will have a digital audio
    port.

-   Input / output card = you can get different I/O ports on different cards, some of the most common
    ports are firewire, serial, parallel and USB. Some of these are Plug and Play such as USB.

-   NIC’s = Network Interface Cards ( NIC’s ) are what is used to connect to the internet. NIC’s can
    be upgraded to increase bandwidth, improve access to the internet and faster speeds. There are
    two types of NIC, these are Wired NIC’s which have Ethernet ports on them and Wireless NIC’s.
    Wireless NIC’s are used for computers to be able to connect wirelessly to a wireless ISR/router.

    graphics card               sound card                I/O card                   NIC card
+
     Adapter cards (extended)
   PCI card = PCI cards are used in computers and some
    examples of these are video cards, network cards, sound
    cards and modems.

   PCIe = PCI Express is a expansion card designed to
    replace older PCI cards. improvements PCIe has over
    PCI are:

-   Better performance scaling,

-   More detailed error detection and reporting system,

-   Lower I/O pin count, smaller physical footprint.

   On board cards are integrated onto the motherboard and
    are usually found in laptops.
+ Adapter cards (extended 2)
    PCMCIA = Personal Computer Memory Card
     International Association is an organization
     consisting of around 500 companies that
     have developed PC cards. There are three
     types of PC cards, these are:

1.    Type 1 cards are for adding ROM or RAM.

2.    Type 11 cards are used for fax modem and
      modem cards.

3.    Type 111 cards are used for portable disk
      drives.

    CARDBUS = a CARDBUS is an advanced
     type of PC card and is a type of PCMCIA.
     They are mainly used in portable computers
     like laptops and notebooks.
+ Storage devices
   Internal = the main type of internal storage device is the hard disk drive. The
    hard drive is a form of permanent storage that stores data even when power
    is lost. A hard drive in made of one or more magnetic material coated disks
    that spin quickly. A hard drive’s size is measured in bytes, on average starting
    from 1oo,ooo,ooo bytes (100 MB) to 1,000,000,000,000 bytes (1 TB).

   External: = the most common forms of external storage devices are external
    hard drives and flash memory drives (memory sticks). External hard drives
    are small, portable and compact but still have a large storage capacity.
    Portable hard drives are USB so therefore are plug and play. External hard
    drives are commonly used for data storage, disk cloning, backing up (data
    recovery) and can be used for storing and running operating systems such as
    windows and Linux. The more expensive drives can have biometric security
    built in to them. Another example of external memory is a flash drive (memory
    stick) which has been previously covered in the presentation.

Hard Drive                                        External Hard Drive
+
    Storage devices (extended)
       SATA = Serial ATA is a computer bus interface that is used to connect a host controller
        (HBA) to a storage device (hard drive). SATA devices communicate by using a high speed
        serial cable and was initially designed to replace PATA.

       PATA = PATA is an interface that is used to connect storage devices into computers. PATA
        cables have a maximum length of 18 inches and has been greatly replaced by SATA.

       SCSI = Small Computer System Interface (SCSI) is a common interface that is used for
        connecting hard drives but can be used to connect other peripheral devices such as
        CD/DVD drives. SCSI also has a peer-to-peer interface.

       Solid State Drive (SSD) = a flash memory drive (memory stick) is and example of a solid
        state storage device and another main example is a solid state hard drive. A solid state
        hard drive is much like a normal hard disk drive but alternatively to the rotating magnetic
        coated disks the SSDs use non-violet micro-chips, and therefore have no moving parts.
        SSDs are silent, less susceptible to physical shock but are more expensive when
        compared to HDDs.

    SATA                         PATA                                              SCSI
                               SSD
+
    Storage devices (extended 2)
   Partitioning = partitioning is where you split a Hard Drive into segments
    which are in themselves separate hard drives. In one hard drive you
    can make four partitions and on each partition you can have different
    operating systems. One partition is always a primary partition and it is
    the primary partition that contains the Boot files/Sequence (mgrboot,
    ntldr). There can also be only one extended partition which can be
    divided again into logical partitions. Some down sides to partitioning
    are that the space on the hard drive is reduced and the overall disk
    performance is reduced.

   Formatting = disk formatting prepares a HDD for storing data. Low
    level formatting is basic medium level preparation, and the process of
    making a new file system is referred to a high level formatting.

                     Disk-Partition
+ Input and Output Devices (input)
   Input devices are peripherals that put information or commands into the computer. Some
    examples of input devices are:

-   Key Board = a keyboard uses a GUI interface and is used to input text into a computer. Keyboard
    are connected to a computer by USB but they used to be connected by PS2.

-   Mouse = a mouse also uses a GUI interface and is used to navigate from place to place via a
    curser in a commuter. Mice are connected to a computer by USB but they used to be connected
    by PS2.

-   Game controller. ( wii remote) = some game controllers plug directly into a console but more
    modern game controllers are wireless. Some controllers connect via Bluetooth and have buttons
    which you use to control the console. some other controllers control the console by the way they
    are moved, the signals given off are picked up by a camera that tells the console what to do.

-   Video inputs. (digital cameras ) = a digital camera takes and stores pictures. The image is stored
    as a file and when the camera is connected to the computer usually via USB the image can be
    copied, printed and edited.

-   Audio input (microphone) – a microphone picks up your voice and puts it into the computer via
    USB or the microphone socket on the audio adapter card..

-   Touch Screen (tablet computers) = a touch screen device has a clear touch sensitive panel, the
    panel give the device instructions depending on where you touch it.

-   biometric scanners = there are three main types biometric scanners that you would get on a
    computer or laptop, these are fingerprint scanners, retinal scanners and voice scanners. These
    scanners measure and read certain physical attributes and the result is then combined with your
    desired password to works as a security lock system.
+ Input Devices

Mouse               Keyboard




Game controller     Touch screen




Biometric scanner
+ Input and output devices (output)
   Output devices are peripherals that give out data and information in picture form or via audio some
    examples of these devices are:

-   Printer = all printers create hard copies of computer files onto paper. Certain printers are specialized for
    performing specific tasks, some printers specialize in photo printing. These printers print with a higher
    DPI therefore enhancing the picture quality but consequentially the PPM is dramatically reduced when
    compared to an office printer which is designed primarily to have a high PPM. All-in-one printers have
    three main features, these features are to print, to copy and to fax. Printers are connected to computers
    by USB but used to be connected by serial.

-   Monitor = monitors display digital images. There are three types of monitors that are defined by the
    technology used in them. The first type is a CRT monitor which has coloured tubes inside that glow to
    create an image on the screen. The second is an LCD monitor is made of liquid crystals, an electric
    current aligns the liquid crystals to either not allow or allow certain amounts of light through to create an
    image. The third is an LED monitor, these monitors consist of a large amount of small LED lights that
    light up in different colours, different brightness's and at different times to create an image. Monitors are
    most commonly connected to computers via VGA.

-   Speaker / headphones = speakers and headphones are output devices that output sound from the
    computer. Headphones and speakers are plugged into the audio ports on an adapter card in a computer
    or into the USB port.

Printer                                           Monitor                              Speaker/headphones
Floppy drive
     CD-ROM     Power cable                PATA cable    HDD




                                                        Mother Board




PS
U
                                                         Expansion
                                                         cards/slots
          CPU / Heat Sink           RAM slots

More Related Content

What's hot

Cisco task 1 power point
Cisco task 1 power pointCisco task 1 power point
Cisco task 1 power pointTom Hanstead
 
Basics IT Recruiting | Technical Recruiting | US Staffing | Training |Tips |T...
Basics IT Recruiting | Technical Recruiting | US Staffing | Training |Tips |T...Basics IT Recruiting | Technical Recruiting | US Staffing | Training |Tips |T...
Basics IT Recruiting | Technical Recruiting | US Staffing | Training |Tips |T...Syed Aiyaz
 
Computer hardware intro
Computer hardware introComputer hardware intro
Computer hardware introUsama Khan
 
A+ computer hardware slide
A+ computer hardware slideA+ computer hardware slide
A+ computer hardware slideRajendra Tete
 
PC techniques software and Hardware
PC techniques software and HardwarePC techniques software and Hardware
PC techniques software and HardwareMUSAAB HASAN
 
Chapter01Introducing Hardware
Chapter01Introducing HardwareChapter01Introducing Hardware
Chapter01Introducing HardwarePatty Ramsey
 
Basic computer hardware and software
Basic computer hardware and softwareBasic computer hardware and software
Basic computer hardware and softwareCamille Hazellie
 
General Information About Information Technologies
General Information About Information TechnologiesGeneral Information About Information Technologies
General Information About Information Technologiestechgajanan
 
Ch 1 computer hardware
Ch 1 computer hardwareCh 1 computer hardware
Ch 1 computer hardwaregabriel mapiye
 
Hard disk drive
Hard disk driveHard disk drive
Hard disk driveAwais Alam
 
Biology of a computer
Biology of a computerBiology of a computer
Biology of a computerCallumansell
 
External & Internal Storage Device ! Batra Computer Centre
External & Internal Storage Device ! Batra Computer CentreExternal & Internal Storage Device ! Batra Computer Centre
External & Internal Storage Device ! Batra Computer Centrejatin batra
 
Computer hardware component Created by king parmeshwar pawar
Computer hardware component Created by king parmeshwar pawarComputer hardware component Created by king parmeshwar pawar
Computer hardware component Created by king parmeshwar pawarKing Parmeshwar Pawar :) Edu.Li
 

What's hot (18)

Cisco task 1 power point
Cisco task 1 power pointCisco task 1 power point
Cisco task 1 power point
 
Basics IT Recruiting | Technical Recruiting | US Staffing | Training |Tips |T...
Basics IT Recruiting | Technical Recruiting | US Staffing | Training |Tips |T...Basics IT Recruiting | Technical Recruiting | US Staffing | Training |Tips |T...
Basics IT Recruiting | Technical Recruiting | US Staffing | Training |Tips |T...
 
Computer hardware intro
Computer hardware introComputer hardware intro
Computer hardware intro
 
A+ computer hardware slide
A+ computer hardware slideA+ computer hardware slide
A+ computer hardware slide
 
PC techniques software and Hardware
PC techniques software and HardwarePC techniques software and Hardware
PC techniques software and Hardware
 
Chapter01Introducing Hardware
Chapter01Introducing HardwareChapter01Introducing Hardware
Chapter01Introducing Hardware
 
Basic computer hardware and software
Basic computer hardware and softwareBasic computer hardware and software
Basic computer hardware and software
 
Computer storage
Computer storageComputer storage
Computer storage
 
General Information About Information Technologies
General Information About Information TechnologiesGeneral Information About Information Technologies
General Information About Information Technologies
 
History of computer hardware
History of computer hardwareHistory of computer hardware
History of computer hardware
 
Ch 1 computer hardware
Ch 1 computer hardwareCh 1 computer hardware
Ch 1 computer hardware
 
Hard disk drive
Hard disk driveHard disk drive
Hard disk drive
 
Biology of a computer
Biology of a computerBiology of a computer
Biology of a computer
 
Lecture 02 hardware
Lecture 02 hardwareLecture 02 hardware
Lecture 02 hardware
 
External & Internal Storage Device ! Batra Computer Centre
External & Internal Storage Device ! Batra Computer CentreExternal & Internal Storage Device ! Batra Computer Centre
External & Internal Storage Device ! Batra Computer Centre
 
Ch3
Ch3Ch3
Ch3
 
Computer hardware component Created by king parmeshwar pawar
Computer hardware component Created by king parmeshwar pawarComputer hardware component Created by king parmeshwar pawar
Computer hardware component Created by king parmeshwar pawar
 
Memory devices
Memory devicesMemory devices
Memory devices
 

Viewers also liked

Pc Component's simple presentation
Pc Component's simple presentationPc Component's simple presentation
Pc Component's simple presentationaitor_alvarez00
 
Work Instructions - Batch Job Monitoring team
Work Instructions - Batch Job Monitoring teamWork Instructions - Batch Job Monitoring team
Work Instructions - Batch Job Monitoring teamkuldeepkrsingh22
 
Traditional Work Instructions vs Standardized Work
Traditional Work Instructions vs Standardized WorkTraditional Work Instructions vs Standardized Work
Traditional Work Instructions vs Standardized WorkMatt Elson
 
Types of instructions
Types of instructionsTypes of instructions
Types of instructionsihsanjamil
 
Oral Hygeine Instructions
Oral Hygeine InstructionsOral Hygeine Instructions
Oral Hygeine Instructionsguesta79a7f
 
Digital transformation in 50 soundbites
Digital transformation in 50 soundbitesDigital transformation in 50 soundbites
Digital transformation in 50 soundbitesJulie Dodd
 
20 Tweetable Quotes to Inspire Marketing & Design Creative Genius
20 Tweetable Quotes to Inspire Marketing & Design Creative Genius20 Tweetable Quotes to Inspire Marketing & Design Creative Genius
20 Tweetable Quotes to Inspire Marketing & Design Creative GeniusIMPACT Branding & Design LLC
 
What REALLY Differentiates The Best Content Marketers From The Rest
What REALLY Differentiates The Best Content Marketers From The RestWhat REALLY Differentiates The Best Content Marketers From The Rest
What REALLY Differentiates The Best Content Marketers From The RestRoss Simmonds
 
How to Craft Your Company's Storytelling Voice by Ann Handley of MarketingProfs
How to Craft Your Company's Storytelling Voice by Ann Handley of MarketingProfsHow to Craft Your Company's Storytelling Voice by Ann Handley of MarketingProfs
How to Craft Your Company's Storytelling Voice by Ann Handley of MarketingProfsMarketingProfs
 
Eco-nomics, The hidden costs of consumption
Eco-nomics, The hidden costs of consumptionEco-nomics, The hidden costs of consumption
Eco-nomics, The hidden costs of consumptionJosh Beatty
 
40 Tools in 20 Minutes: Hacking your Marketing Career
40 Tools in 20 Minutes: Hacking your Marketing Career40 Tools in 20 Minutes: Hacking your Marketing Career
40 Tools in 20 Minutes: Hacking your Marketing CareerEric Leist
 
Creating Powerful Customer Experiences
Creating Powerful Customer ExperiencesCreating Powerful Customer Experiences
Creating Powerful Customer ExperiencesDigital Surgeons
 
6 Snapchat Hacks Too Easy To Ignore
6 Snapchat Hacks Too Easy To Ignore6 Snapchat Hacks Too Easy To Ignore
6 Snapchat Hacks Too Easy To IgnoreGary Vaynerchuk
 
All About Beer
All About Beer All About Beer
All About Beer Ethos3
 
SMOKE - The Convenient Truth [1st place Worlds Best Presentation Contest] by ...
SMOKE - The Convenient Truth [1st place Worlds Best Presentation Contest] by ...SMOKE - The Convenient Truth [1st place Worlds Best Presentation Contest] by ...
SMOKE - The Convenient Truth [1st place Worlds Best Presentation Contest] by ...Empowered Presentations
 
Pixar's 22 Rules to Phenomenal Storytelling
Pixar's 22 Rules to Phenomenal StorytellingPixar's 22 Rules to Phenomenal Storytelling
Pixar's 22 Rules to Phenomenal StorytellingGavin McMahon
 
Healthcare Napkins All
Healthcare Napkins AllHealthcare Napkins All
Healthcare Napkins AllDan Roam
 

Viewers also liked (20)

Pc Component's simple presentation
Pc Component's simple presentationPc Component's simple presentation
Pc Component's simple presentation
 
Work Instructions - Batch Job Monitoring team
Work Instructions - Batch Job Monitoring teamWork Instructions - Batch Job Monitoring team
Work Instructions - Batch Job Monitoring team
 
Traditional Work Instructions vs Standardized Work
Traditional Work Instructions vs Standardized WorkTraditional Work Instructions vs Standardized Work
Traditional Work Instructions vs Standardized Work
 
Types of instructions
Types of instructionsTypes of instructions
Types of instructions
 
Oral Hygeine Instructions
Oral Hygeine InstructionsOral Hygeine Instructions
Oral Hygeine Instructions
 
2015 Travel Trends
2015 Travel Trends 2015 Travel Trends
2015 Travel Trends
 
Digital transformation in 50 soundbites
Digital transformation in 50 soundbitesDigital transformation in 50 soundbites
Digital transformation in 50 soundbites
 
20 Tweetable Quotes to Inspire Marketing & Design Creative Genius
20 Tweetable Quotes to Inspire Marketing & Design Creative Genius20 Tweetable Quotes to Inspire Marketing & Design Creative Genius
20 Tweetable Quotes to Inspire Marketing & Design Creative Genius
 
What REALLY Differentiates The Best Content Marketers From The Rest
What REALLY Differentiates The Best Content Marketers From The RestWhat REALLY Differentiates The Best Content Marketers From The Rest
What REALLY Differentiates The Best Content Marketers From The Rest
 
How to Craft Your Company's Storytelling Voice by Ann Handley of MarketingProfs
How to Craft Your Company's Storytelling Voice by Ann Handley of MarketingProfsHow to Craft Your Company's Storytelling Voice by Ann Handley of MarketingProfs
How to Craft Your Company's Storytelling Voice by Ann Handley of MarketingProfs
 
Eco-nomics, The hidden costs of consumption
Eco-nomics, The hidden costs of consumptionEco-nomics, The hidden costs of consumption
Eco-nomics, The hidden costs of consumption
 
40 Tools in 20 Minutes: Hacking your Marketing Career
40 Tools in 20 Minutes: Hacking your Marketing Career40 Tools in 20 Minutes: Hacking your Marketing Career
40 Tools in 20 Minutes: Hacking your Marketing Career
 
Creating Powerful Customer Experiences
Creating Powerful Customer ExperiencesCreating Powerful Customer Experiences
Creating Powerful Customer Experiences
 
6 Snapchat Hacks Too Easy To Ignore
6 Snapchat Hacks Too Easy To Ignore6 Snapchat Hacks Too Easy To Ignore
6 Snapchat Hacks Too Easy To Ignore
 
Build a Better Entrepreneur Pitch Deck
Build a Better Entrepreneur Pitch DeckBuild a Better Entrepreneur Pitch Deck
Build a Better Entrepreneur Pitch Deck
 
All About Beer
All About Beer All About Beer
All About Beer
 
SMOKE - The Convenient Truth [1st place Worlds Best Presentation Contest] by ...
SMOKE - The Convenient Truth [1st place Worlds Best Presentation Contest] by ...SMOKE - The Convenient Truth [1st place Worlds Best Presentation Contest] by ...
SMOKE - The Convenient Truth [1st place Worlds Best Presentation Contest] by ...
 
Pixar's 22 Rules to Phenomenal Storytelling
Pixar's 22 Rules to Phenomenal StorytellingPixar's 22 Rules to Phenomenal Storytelling
Pixar's 22 Rules to Phenomenal Storytelling
 
You Suck At PowerPoint! by @jessedee
You Suck At PowerPoint! by @jessedeeYou Suck At PowerPoint! by @jessedee
You Suck At PowerPoint! by @jessedee
 
Healthcare Napkins All
Healthcare Napkins AllHealthcare Napkins All
Healthcare Napkins All
 

Similar to Technical presentation

Cisco task 1 power point
Cisco task 1 power pointCisco task 1 power point
Cisco task 1 power pointTom Hanstead
 
PERFORM CALCULATION AND MENSURATION.pptx
PERFORM CALCULATION AND MENSURATION.pptxPERFORM CALCULATION AND MENSURATION.pptx
PERFORM CALCULATION AND MENSURATION.pptxEchelleOgatis
 
computer hardware servicing powerpointpres
computer hardware servicing powerpointprescomputer hardware servicing powerpointpres
computer hardware servicing powerpointpresRYANCENRIQUEZ
 
Components of a computer presentation
Components of a computer presentationComponents of a computer presentation
Components of a computer presentationHarry_Hayward
 
Technical & Non-Technical Information
Technical & Non-Technical InformationTechnical & Non-Technical Information
Technical & Non-Technical InformationBalBadwal
 
Computer hardware servicing lesson 2:Perform Mensuration And Calculation
Computer hardware servicing lesson 2:Perform Mensuration And CalculationComputer hardware servicing lesson 2:Perform Mensuration And Calculation
Computer hardware servicing lesson 2:Perform Mensuration And CalculationA J
 
Malvin harding computer components presentation complete
Malvin harding computer components presentation completeMalvin harding computer components presentation complete
Malvin harding computer components presentation completemalvin95
 
computer hardware servicing lesson 2 ppt
computer hardware servicing lesson 2 pptcomputer hardware servicing lesson 2 ppt
computer hardware servicing lesson 2 pptRYANCENRIQUEZ
 
Malvin harding computer components presentation
Malvin harding computer components presentationMalvin harding computer components presentation
Malvin harding computer components presentationmalvin95
 
Components of laptop.pptx
Components of laptop.pptxComponents of laptop.pptx
Components of laptop.pptxSairish khokhar
 
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3E
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3ECS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3E
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3EMark Bryan Ramirez
 

Similar to Technical presentation (20)

Cisco task 1 power point
Cisco task 1 power pointCisco task 1 power point
Cisco task 1 power point
 
PERFORM CALCULATION AND MENSURATION.pptx
PERFORM CALCULATION AND MENSURATION.pptxPERFORM CALCULATION AND MENSURATION.pptx
PERFORM CALCULATION AND MENSURATION.pptx
 
computer hardware servicing powerpointpres
computer hardware servicing powerpointprescomputer hardware servicing powerpointpres
computer hardware servicing powerpointpres
 
Components of a computer presentation
Components of a computer presentationComponents of a computer presentation
Components of a computer presentation
 
Technical & Non-Technical Information
Technical & Non-Technical InformationTechnical & Non-Technical Information
Technical & Non-Technical Information
 
Computer hardware servicing lesson 2:Perform Mensuration And Calculation
Computer hardware servicing lesson 2:Perform Mensuration And CalculationComputer hardware servicing lesson 2:Perform Mensuration And Calculation
Computer hardware servicing lesson 2:Perform Mensuration And Calculation
 
Malvin harding computer components presentation complete
Malvin harding computer components presentation completeMalvin harding computer components presentation complete
Malvin harding computer components presentation complete
 
computer hardware servicing lesson 2 ppt
computer hardware servicing lesson 2 pptcomputer hardware servicing lesson 2 ppt
computer hardware servicing lesson 2 ppt
 
Malvin harding computer components presentation
Malvin harding computer components presentationMalvin harding computer components presentation
Malvin harding computer components presentation
 
Computer Introduction-Lecture02
Computer Introduction-Lecture02Computer Introduction-Lecture02
Computer Introduction-Lecture02
 
Icdl Medual 1
Icdl Medual 1Icdl Medual 1
Icdl Medual 1
 
P1 Unit 3
P1 Unit 3 P1 Unit 3
P1 Unit 3
 
Technical
TechnicalTechnical
Technical
 
Hardware
HardwareHardware
Hardware
 
Hardware
HardwareHardware
Hardware
 
P1 – Unit 3
P1 – Unit 3P1 – Unit 3
P1 – Unit 3
 
Components of laptop.pptx
Components of laptop.pptxComponents of laptop.pptx
Components of laptop.pptx
 
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3E
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3ECS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3E
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3E
 
CS 3112
CS 3112CS 3112
CS 3112
 
Computer Hardware Components
Computer Hardware ComponentsComputer Hardware Components
Computer Hardware Components
 

Recently uploaded

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 

Recently uploaded (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

Technical presentation

  • 1. + Connor Howe, computer components By Connor Howe
  • 2. + CPU  A CPU is the brain of the computer which issues commands and it stands for central processing unit.  It communicates with all components and gives them desired commands. This Is because the CPUs main function is to execute a series of stored instructions.  CPU speed is measured in hertz, megahertz and gigahertz. Its size is measured in bits, the higher the bits the faster the processor. the most common CPU sizes are 8, 16, 32 and 64-bit processors.  The CPU is found in the ZIF socket on the motherboard and on top of that is a layer of thermal compound and a heat sink.
  • 3. + Memory (ROM)  ROM: (Read Only Memory) ROM can be found on the motherboard. ROM contains commands that can only be accessed by the CPU such as the boot sequence and the data on ROM cannot be erased. There are two more advanced types of ROM these are: - EPROM = EPROM is Erasable Programmable Read Only Memory. EPROM can be erased by exposing it to UV light from a mercury-vapor light source. EPROM comes in sizes from 2Kbit – 32Mbit and 256 bytes – 4 MB. - EEPROM = EEPROM is Electrically Erasable Programmable Read Only Memory. EEPROM can be erased and reprogrammed electronically. EPROM usually had to be removed from the system to be erased whereas EEPROM can be erased while in circuit. ROM EEPROM EEPROM
  • 4. + Memory (continued)  RAM: (Random Access Memory) RAM stores the data that you are using and can be increased to speed up and enhance the performance of your computer. RAM only stores the data while power is connected to it, so therefore if the power is removed the data is lost. There are two main types of modern RAM these are: - SRAM = SRAM is Static RAM. In SRAM data is stored using the state of a Flip-Flop. SRAM is more expensive but requires less power and is faster than DRAM. SRAM is usually used as Cache memory for the CPU in modern computers. - DRAM = DRAM is Dynamic RAM. DRAM stores data by using a capacitor with an integrated circuit. DRAM is volatile memory and unlike SRAM which has four to six transistors, DRAM has only one which allows DRAM to reach high density's.  Flash Drive: (Memory Sticks) Flash Drive memory is used in memory. Memory sticks are a non-volatile memory type, this means they don't need power to store data and draw what power they need from the machine they are plugged into and they also have a solid state drive RAM Memory Stick
  • 5. + Memory (continued 2)  Permanent storage: Some examples of permanent storage are. - Hard Drive, - ROM, - Removable drives, - Internet storage.  Temporary storage: Some examples of temporary storage are. - RAM / Cache Memory.
  • 6. + Adapter / Expansion Cards  Adapter cards or expansion cards are used to expand the capabilities of a computer. Some examples of these adapter cards are: - Graphics card = the graphics / video card controls the graphic capabilities of the computer, it can also be upgraded to meet the requirements for a task, CPU and/or RAM. The video cards have ports on them that will connect them to a monitor or television - Sound card / Audio card = the sound card controls the sound quality emitted. the audio card will have an earphone and a microphone socket and most newer audio cards will have a digital audio port. - Input / output card = you can get different I/O ports on different cards, some of the most common ports are firewire, serial, parallel and USB. Some of these are Plug and Play such as USB. - NIC’s = Network Interface Cards ( NIC’s ) are what is used to connect to the internet. NIC’s can be upgraded to increase bandwidth, improve access to the internet and faster speeds. There are two types of NIC, these are Wired NIC’s which have Ethernet ports on them and Wireless NIC’s. Wireless NIC’s are used for computers to be able to connect wirelessly to a wireless ISR/router. graphics card sound card I/O card NIC card
  • 7. + Adapter cards (extended)  PCI card = PCI cards are used in computers and some examples of these are video cards, network cards, sound cards and modems.  PCIe = PCI Express is a expansion card designed to replace older PCI cards. improvements PCIe has over PCI are: - Better performance scaling, - More detailed error detection and reporting system, - Lower I/O pin count, smaller physical footprint.  On board cards are integrated onto the motherboard and are usually found in laptops.
  • 8. + Adapter cards (extended 2)  PCMCIA = Personal Computer Memory Card International Association is an organization consisting of around 500 companies that have developed PC cards. There are three types of PC cards, these are: 1. Type 1 cards are for adding ROM or RAM. 2. Type 11 cards are used for fax modem and modem cards. 3. Type 111 cards are used for portable disk drives.  CARDBUS = a CARDBUS is an advanced type of PC card and is a type of PCMCIA. They are mainly used in portable computers like laptops and notebooks.
  • 9. + Storage devices  Internal = the main type of internal storage device is the hard disk drive. The hard drive is a form of permanent storage that stores data even when power is lost. A hard drive in made of one or more magnetic material coated disks that spin quickly. A hard drive’s size is measured in bytes, on average starting from 1oo,ooo,ooo bytes (100 MB) to 1,000,000,000,000 bytes (1 TB).  External: = the most common forms of external storage devices are external hard drives and flash memory drives (memory sticks). External hard drives are small, portable and compact but still have a large storage capacity. Portable hard drives are USB so therefore are plug and play. External hard drives are commonly used for data storage, disk cloning, backing up (data recovery) and can be used for storing and running operating systems such as windows and Linux. The more expensive drives can have biometric security built in to them. Another example of external memory is a flash drive (memory stick) which has been previously covered in the presentation. Hard Drive External Hard Drive
  • 10. + Storage devices (extended)  SATA = Serial ATA is a computer bus interface that is used to connect a host controller (HBA) to a storage device (hard drive). SATA devices communicate by using a high speed serial cable and was initially designed to replace PATA.  PATA = PATA is an interface that is used to connect storage devices into computers. PATA cables have a maximum length of 18 inches and has been greatly replaced by SATA.  SCSI = Small Computer System Interface (SCSI) is a common interface that is used for connecting hard drives but can be used to connect other peripheral devices such as CD/DVD drives. SCSI also has a peer-to-peer interface.  Solid State Drive (SSD) = a flash memory drive (memory stick) is and example of a solid state storage device and another main example is a solid state hard drive. A solid state hard drive is much like a normal hard disk drive but alternatively to the rotating magnetic coated disks the SSDs use non-violet micro-chips, and therefore have no moving parts. SSDs are silent, less susceptible to physical shock but are more expensive when compared to HDDs. SATA PATA SCSI SSD
  • 11. + Storage devices (extended 2)  Partitioning = partitioning is where you split a Hard Drive into segments which are in themselves separate hard drives. In one hard drive you can make four partitions and on each partition you can have different operating systems. One partition is always a primary partition and it is the primary partition that contains the Boot files/Sequence (mgrboot, ntldr). There can also be only one extended partition which can be divided again into logical partitions. Some down sides to partitioning are that the space on the hard drive is reduced and the overall disk performance is reduced.  Formatting = disk formatting prepares a HDD for storing data. Low level formatting is basic medium level preparation, and the process of making a new file system is referred to a high level formatting. Disk-Partition
  • 12. + Input and Output Devices (input)  Input devices are peripherals that put information or commands into the computer. Some examples of input devices are: - Key Board = a keyboard uses a GUI interface and is used to input text into a computer. Keyboard are connected to a computer by USB but they used to be connected by PS2. - Mouse = a mouse also uses a GUI interface and is used to navigate from place to place via a curser in a commuter. Mice are connected to a computer by USB but they used to be connected by PS2. - Game controller. ( wii remote) = some game controllers plug directly into a console but more modern game controllers are wireless. Some controllers connect via Bluetooth and have buttons which you use to control the console. some other controllers control the console by the way they are moved, the signals given off are picked up by a camera that tells the console what to do. - Video inputs. (digital cameras ) = a digital camera takes and stores pictures. The image is stored as a file and when the camera is connected to the computer usually via USB the image can be copied, printed and edited. - Audio input (microphone) – a microphone picks up your voice and puts it into the computer via USB or the microphone socket on the audio adapter card.. - Touch Screen (tablet computers) = a touch screen device has a clear touch sensitive panel, the panel give the device instructions depending on where you touch it. - biometric scanners = there are three main types biometric scanners that you would get on a computer or laptop, these are fingerprint scanners, retinal scanners and voice scanners. These scanners measure and read certain physical attributes and the result is then combined with your desired password to works as a security lock system.
  • 13. + Input Devices Mouse Keyboard Game controller Touch screen Biometric scanner
  • 14. + Input and output devices (output)  Output devices are peripherals that give out data and information in picture form or via audio some examples of these devices are: - Printer = all printers create hard copies of computer files onto paper. Certain printers are specialized for performing specific tasks, some printers specialize in photo printing. These printers print with a higher DPI therefore enhancing the picture quality but consequentially the PPM is dramatically reduced when compared to an office printer which is designed primarily to have a high PPM. All-in-one printers have three main features, these features are to print, to copy and to fax. Printers are connected to computers by USB but used to be connected by serial. - Monitor = monitors display digital images. There are three types of monitors that are defined by the technology used in them. The first type is a CRT monitor which has coloured tubes inside that glow to create an image on the screen. The second is an LCD monitor is made of liquid crystals, an electric current aligns the liquid crystals to either not allow or allow certain amounts of light through to create an image. The third is an LED monitor, these monitors consist of a large amount of small LED lights that light up in different colours, different brightness's and at different times to create an image. Monitors are most commonly connected to computers via VGA. - Speaker / headphones = speakers and headphones are output devices that output sound from the computer. Headphones and speakers are plugged into the audio ports on an adapter card in a computer or into the USB port. Printer Monitor Speaker/headphones
  • 15. Floppy drive CD-ROM Power cable PATA cable HDD Mother Board PS U Expansion cards/slots CPU / Heat Sink RAM slots