SlideShare a Scribd company logo
Tushar B Kute, Department of Information Technology, Sandip Institute of Technology and Research Centre, Nashik Internal Components of PC
Overview 1. Inside a PC 2. The Motherboard 3. RAM 4. ROM 5. CMOS Memory 6. The CPU 7. Expansion Slots types of memory the 'brains' the processor
1.  Inside a PC Power supply CD-ROM  drive Floppy disk drive Hard disk  drive Wires and ribbon cables Sound/network cards Mother board
The most important part of a PC is the  motherboard . It holds: the processor chip memory chips chips that handle input/output (I/O) the expansion slots for connecting peripherals Some chips are soldered onto the motherboard(permanent), and some are removable (so they can be upgraded). 2.  The Motherboard
Motherboard Determines: CPU type and speed Chipset Secondary cache type Types of slots Number of slots Type of memory Number of memory sockets and maximum memory Type of case  ROM Plug & Play compatibility Type of keyboard
TRACES –  Thin conductors or circuits on the motherboard that work together for a specific purpose. Transmit electrical signals to and from CPU, RAM, and Devices What are Traces?
Form Factors Form factor means the size and shape of the actual motherboard 3 most common Form Factor classifications: Baby AT ATX  Slimline NLX
Physical Form Factors  Personal Computer – Extended Technology (PC-XT) Introduced by IBM, 8088 microprocessor was used. It has socket for the processor and chips
Physical Form Factors AT and Baby AT To overcome the problem created by AT Form factor, the Baby AT form factor was introduced. Baby AT is designed to hold the peripheral devices like keyboard, video and mouse.  It could not accommodate the combination of processor, heat sink and fan.  Cooling
Physical Form Factors ATX and Micro ATX form factor Here expansion slots were placed on separate riser cards. It provides software controlled shut down and power up.  Micro ATX form factor   More space for I/O connectors was provided at the rear end.
Physical Form Factors LPX and Mini-LPX   It has sound and video to be integrated on to the motherboard.  It is not suitable for upgrading and offers poor cooling. NLX Small in size Suited for low profile desktop cases
A chip (microchip) is an  integrated circuit   - a thin slice of silicon crystal packed with microscopic circuit elements e.g. wires, transistors,  capacitors, resistors A Chip
Motherboard Picture Random Access Memory (RAM) chips. Expansion slots Read-only Memory  (ROM) chips Processor chip (the CPU)
A  data   bus  (a data path): connects the parts of the motherboard. Moving Data RAM via expansion cards
Random Access Memory (RAM). RAM is used to hold programs while they are being executed, and data while it is being processed.  RAM is  volatile , meaning that information written to RAM will disappear when the computer is turned off. 3.  RAM
RAM contents can be accessed  in any (i.e.  random ) order.  By contrast, a  sequential memory device ,  such as magnetic tape, forces the computer to access data in a fixed order because of the mechanical movement of the tape.
RAM Storage Each RAM location has an address and  holds one byte of  data (eight bits).
Computers typically have between 64 and 512 Mb (mega bytes ) of RAM. RAM access speeds can be as fast as 8 nanoseconds (8 billionth of a second). The right amount of RAM depends on the software you are using. You can install extra RAM. How much RAM is Enough?
Virtual memory  uses part of the hard disk to simulate more memory (RAM) than actually exists.  It allows a computer to run more programs at the same time.  Virtual memory is  slower than RAM. Virtual Memory
Read-Only Memory can  be read but  not changed .  It is  non-volatile  storage: it remembers its contents even when the power is turned off.  ROM chips are used to store the instructions a computer needs during start-up, called  firmware .  Some kinds of ROM are PROM, EPROM, EEPROM, and CD-ROM. 4.  ROM
A computer needs a  semi-permanent   way of keeping some start-up data e.g. the current time, the no. of hard disks the data may need to be updated/changed CMOS   memory   requires (very little) power to retain its contents. supplied by a battery on the motherboard 5.  CMOS Memory the battery
6.  The CPU The Central Processing Unit (CPU) is the chip on the motherboard that acts as the " computer's brain "  it does calculations, and coordinates the other motherboard components CPU examples: the Pentium, the PowerPC chip The CPU is also known as the  processor  or  microprocessor . 000-209 Intro to CS. 5/Mother
Some Processors (CPUs) PowerPC Chip Chip Fan Pentium Chip
The CPU and RAM 000-209 Intro to CS. 5/Mother The CPU processes data. The RAM contains data and programs. The data bus transports the processed data to the RAM so it can be stored, displayed, or output.
The CPU in Action The CPU
The  instruction   pointer  in the CPU's control unit  stores the location of the next program instruction to be executed. The  instruction  is loaded into the  instruction register  to be carried out. registers are local memory on the CPU 000-209 Intro to CS. 5/Mother continued
The  ALU  (arithmetic logic unit) executes the instruction. The result is placed in the  accumulator  (another register), then stored back in RAM or used in other CPU operations. 000-209 Intro to CS. 5/Mother
The  system   clock  sends out 'ticks' to control the timing of all the motherboard tasks e.g. it controls the speed of the data bus and the instruction cycle. The time it takes to complete an instruction cycle is measured in  megahertz  (MHz). 1 MHz = one million cycles per second The System Clock 000-209 Intro to CS. 5/Mother
Word   size : the number of bytes the CPU can process at once. depends on the number of registers in the CPU; depends on the size of the data bus Cache size : the cache is high-speed memory on the CPU that stores data which is needed often. Two Measures of CPU Size 000-209 Intro to CS. 5/Mother
7.  Expansion Slots The expansion bus  transports data through  the motherboard. Most expansion cards contain a port. A connector cable plugs into the port, and leads  to a peripheral. Data  originates in RAM Expansion slot containing  an expansion card.
Common expansion cards:  graphics   card  (for connecting to a monitor) network card  (for transmitting data over a network) sound   card  (for connecting to a microphone and speakers) Most PCs offer 4-8 expansion slots. 000-209 Intro to CS. 5/Mother
There are several different types of expansion slot: ISA : older technology, for modems and slow devices PCI : for graphics, sound, video, modem or network cards AGP :   for graphics cards Expansion Slot Types 000-209 Intro to CS. 5/Mother
PC Bus PC bus is an 8 bit expansion slot to connect 8 bit expansion cards.
Industrial Standard Architecture (ISA) Bus  ISA bus is a 16 bit slot present in 80286, 80386, 80486 and Pentium systems.  The ISA card is configured through jumpers or switches
Enhanced ISA  It is a 32 bit bus. Capable of using multiple bus mastering devices.  Compatible 8 bit PC bus, 16 bit ISA bus.  Software setup capability for boards
Video Electronics Standard Architecture (VESA) bus  It is a 32 bus.  It is used to connect video cards, I/O cards and multimedia expansion cards Disadvantages of the VESA 80486 dependence  Limited number of slots  No bus mastering Boards are configured through jumpers
Topic 6 - Peripheral Component Interconnect (PCI) bus  PCI Operates at a speed of 33 MHz or 66 MHz It is a 64 bit bus  Communicates with processor using a bridge circuit.  PCI-X Operates at 133 MHz bus speed Offers 64 bit Band width Supports 1 GB/Sec data transfer rate Supports efficient bus operation Provides backward Compatibility
AGP Bus  It is designed for connecting video cards.  PCI bus with 2.1 version at 66MHZ is the basis for AGP slot.  It supports a new technique called texture cache.
Audio Modem Raiser and Communication Network Raiser This specification developed by Intel.  The function of the modem and the analog I/O audio circuitry are combined together on a small circuit board  The small circuit board is called raiser card  The AMR card enhances the performance by providing better quality audio solutions.
Connector Cables
 
References “ Microprocessors and Interfacing” by Douglas Hall, Tata McGraw Hill Publishing.

More Related Content

PPTX
Memory hierarchy
PPTX
Floppy disk & drive
PPTX
What is a motherboard?
PPTX
Motherboard presentation it
PPTX
Pc components
PPTX
Introduction to Motherboard
PPT
Internal memory
PPTX
Pen drive
Memory hierarchy
Floppy disk & drive
What is a motherboard?
Motherboard presentation it
Pc components
Introduction to Motherboard
Internal memory
Pen drive

What's hot (20)

PPTX
MicroProcessors
PPTX
RAM(Random Access Memory)
PDF
Gpu presentation
PPT
Data Scanning Devices
PPTX
Memory and storage devices
PPT
Floppy disk
PPTX
PCI express
PPTX
Memory organization in computer architecture
PPTX
Motherboard, It's Functions and It's Components
PPTX
RAM :A primary Memory
PPTX
booting steps of a computer
PPT
Computer Hardware Basics
PPTX
input output ports
PPTX
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER
PPTX
Pci,usb,scsi bus
PPTX
Direct memory access
PPTX
Control unit
PPTX
Comuputer processor
PPT
Secondary Storage
MicroProcessors
RAM(Random Access Memory)
Gpu presentation
Data Scanning Devices
Memory and storage devices
Floppy disk
PCI express
Memory organization in computer architecture
Motherboard, It's Functions and It's Components
RAM :A primary Memory
booting steps of a computer
Computer Hardware Basics
input output ports
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER
Pci,usb,scsi bus
Direct memory access
Control unit
Comuputer processor
Secondary Storage
Ad

Viewers also liked (6)

PPT
Introduction to computers
PPT
Ppt part 6 passive component
PPT
Motherboard Components
PPTX
Computer Architecture and organization
PPTX
Computer architecture and organization
PPT
Electronic Components
Introduction to computers
Ppt part 6 passive component
Motherboard Components
Computer Architecture and organization
Computer architecture and organization
Electronic Components
Ad

Similar to Internal components of PC (20)

PPT
Lesson three hardware basics
PPS
a+ ptc
PPT
PCT SLIDE3
PPT
Dasar komputer chapter1
PPTX
System Unit
PPT
LDC Seminar Hardware.ppt
PPTX
introduction to Microprocessors and history.pptx
PPS
hardware
PPT
Inside The Computer
PPTX
Computer hardware servicing 102 chapter3 PC Overview
PPT
3rd the cpu
PDF
Components of the System Unit.pdf
PPT
Computer !
PPT
Chap4.ppt
PPT
The Central Processing Unit(CPU) for Chapter 4
PPT
Chap4.ppt
PPT
Chap4.ppt
PPT
16ce075 and 16ce076
PPTX
BAIT1003 Chapter 2
Lesson three hardware basics
a+ ptc
PCT SLIDE3
Dasar komputer chapter1
System Unit
LDC Seminar Hardware.ppt
introduction to Microprocessors and history.pptx
hardware
Inside The Computer
Computer hardware servicing 102 chapter3 PC Overview
3rd the cpu
Components of the System Unit.pdf
Computer !
Chap4.ppt
The Central Processing Unit(CPU) for Chapter 4
Chap4.ppt
Chap4.ppt
16ce075 and 16ce076
BAIT1003 Chapter 2

More from Tushar B Kute (20)

PDF
ॲलन ट्युरिंग: कृत्रिम बुद्धिमत्तेचा अग्रदूत - लेखक: तुषार भ. कुटे.pdf
PDF
Apache Pig: A big data processor
PDF
01 Introduction to Android
PDF
Ubuntu OS and it's Flavours
PDF
Install Drupal in Ubuntu by Tushar B. Kute
PDF
Install Wordpress in Ubuntu Linux by Tushar B. Kute
PDF
Share File easily between computers using sftp
PDF
Signal Handling in Linux
PDF
Implementation of FIFO in Linux
PDF
Implementation of Pipe in Linux
PDF
Basic Multithreading using Posix Threads
PDF
Part 04 Creating a System Call in Linux
PDF
Part 03 File System Implementation in Linux
PDF
Part 02 Linux Kernel Module Programming
PDF
Part 01 Linux Kernel Compilation (Ubuntu)
PDF
Open source applications softwares
PDF
Introduction to Ubuntu Edge Operating System (Ubuntu Touch)
PDF
Unit 6 Operating System TEIT Savitribai Phule Pune University by Tushar B Kute
PDF
Technical blog by Engineering Students of Sandip Foundation, itsitrc
PDF
Chapter 01 Introduction to Java by Tushar B Kute
ॲलन ट्युरिंग: कृत्रिम बुद्धिमत्तेचा अग्रदूत - लेखक: तुषार भ. कुटे.pdf
Apache Pig: A big data processor
01 Introduction to Android
Ubuntu OS and it's Flavours
Install Drupal in Ubuntu by Tushar B. Kute
Install Wordpress in Ubuntu Linux by Tushar B. Kute
Share File easily between computers using sftp
Signal Handling in Linux
Implementation of FIFO in Linux
Implementation of Pipe in Linux
Basic Multithreading using Posix Threads
Part 04 Creating a System Call in Linux
Part 03 File System Implementation in Linux
Part 02 Linux Kernel Module Programming
Part 01 Linux Kernel Compilation (Ubuntu)
Open source applications softwares
Introduction to Ubuntu Edge Operating System (Ubuntu Touch)
Unit 6 Operating System TEIT Savitribai Phule Pune University by Tushar B Kute
Technical blog by Engineering Students of Sandip Foundation, itsitrc
Chapter 01 Introduction to Java by Tushar B Kute

Recently uploaded (20)

PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Complications of Minimal Access Surgery at WLH
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Institutional Correction lecture only . . .
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
Cell Structure & Organelles in detailed.
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Classroom Observation Tools for Teachers
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PDF
RMMM.pdf make it easy to upload and study
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
Week 4 Term 3 Study Techniques revisited.pptx
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Complications of Minimal Access Surgery at WLH
FourierSeries-QuestionsWithAnswers(Part-A).pdf
O7-L3 Supply Chain Operations - ICLT Program
Institutional Correction lecture only . . .
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Cell Structure & Organelles in detailed.
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Classroom Observation Tools for Teachers
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Abdominal Access Techniques with Prof. Dr. R K Mishra
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
RMMM.pdf make it easy to upload and study
102 student loan defaulters named and shamed – Is someone you know on the list?

Internal components of PC

  • 1. Tushar B Kute, Department of Information Technology, Sandip Institute of Technology and Research Centre, Nashik Internal Components of PC
  • 2. Overview 1. Inside a PC 2. The Motherboard 3. RAM 4. ROM 5. CMOS Memory 6. The CPU 7. Expansion Slots types of memory the 'brains' the processor
  • 3. 1. Inside a PC Power supply CD-ROM drive Floppy disk drive Hard disk drive Wires and ribbon cables Sound/network cards Mother board
  • 4. The most important part of a PC is the motherboard . It holds: the processor chip memory chips chips that handle input/output (I/O) the expansion slots for connecting peripherals Some chips are soldered onto the motherboard(permanent), and some are removable (so they can be upgraded). 2. The Motherboard
  • 5. Motherboard Determines: CPU type and speed Chipset Secondary cache type Types of slots Number of slots Type of memory Number of memory sockets and maximum memory Type of case ROM Plug & Play compatibility Type of keyboard
  • 6. TRACES – Thin conductors or circuits on the motherboard that work together for a specific purpose. Transmit electrical signals to and from CPU, RAM, and Devices What are Traces?
  • 7. Form Factors Form factor means the size and shape of the actual motherboard 3 most common Form Factor classifications: Baby AT ATX Slimline NLX
  • 8. Physical Form Factors Personal Computer – Extended Technology (PC-XT) Introduced by IBM, 8088 microprocessor was used. It has socket for the processor and chips
  • 9. Physical Form Factors AT and Baby AT To overcome the problem created by AT Form factor, the Baby AT form factor was introduced. Baby AT is designed to hold the peripheral devices like keyboard, video and mouse. It could not accommodate the combination of processor, heat sink and fan. Cooling
  • 10. Physical Form Factors ATX and Micro ATX form factor Here expansion slots were placed on separate riser cards. It provides software controlled shut down and power up. Micro ATX form factor More space for I/O connectors was provided at the rear end.
  • 11. Physical Form Factors LPX and Mini-LPX It has sound and video to be integrated on to the motherboard. It is not suitable for upgrading and offers poor cooling. NLX Small in size Suited for low profile desktop cases
  • 12. A chip (microchip) is an integrated circuit - a thin slice of silicon crystal packed with microscopic circuit elements e.g. wires, transistors, capacitors, resistors A Chip
  • 13. Motherboard Picture Random Access Memory (RAM) chips. Expansion slots Read-only Memory (ROM) chips Processor chip (the CPU)
  • 14. A data bus (a data path): connects the parts of the motherboard. Moving Data RAM via expansion cards
  • 15. Random Access Memory (RAM). RAM is used to hold programs while they are being executed, and data while it is being processed. RAM is volatile , meaning that information written to RAM will disappear when the computer is turned off. 3. RAM
  • 16. RAM contents can be accessed in any (i.e. random ) order. By contrast, a sequential memory device , such as magnetic tape, forces the computer to access data in a fixed order because of the mechanical movement of the tape.
  • 17. RAM Storage Each RAM location has an address and holds one byte of data (eight bits).
  • 18. Computers typically have between 64 and 512 Mb (mega bytes ) of RAM. RAM access speeds can be as fast as 8 nanoseconds (8 billionth of a second). The right amount of RAM depends on the software you are using. You can install extra RAM. How much RAM is Enough?
  • 19. Virtual memory uses part of the hard disk to simulate more memory (RAM) than actually exists. It allows a computer to run more programs at the same time. Virtual memory is slower than RAM. Virtual Memory
  • 20. Read-Only Memory can be read but not changed . It is non-volatile storage: it remembers its contents even when the power is turned off. ROM chips are used to store the instructions a computer needs during start-up, called firmware . Some kinds of ROM are PROM, EPROM, EEPROM, and CD-ROM. 4. ROM
  • 21. A computer needs a semi-permanent way of keeping some start-up data e.g. the current time, the no. of hard disks the data may need to be updated/changed CMOS memory requires (very little) power to retain its contents. supplied by a battery on the motherboard 5. CMOS Memory the battery
  • 22. 6. The CPU The Central Processing Unit (CPU) is the chip on the motherboard that acts as the " computer's brain " it does calculations, and coordinates the other motherboard components CPU examples: the Pentium, the PowerPC chip The CPU is also known as the processor or microprocessor . 000-209 Intro to CS. 5/Mother
  • 23. Some Processors (CPUs) PowerPC Chip Chip Fan Pentium Chip
  • 24. The CPU and RAM 000-209 Intro to CS. 5/Mother The CPU processes data. The RAM contains data and programs. The data bus transports the processed data to the RAM so it can be stored, displayed, or output.
  • 25. The CPU in Action The CPU
  • 26. The instruction pointer in the CPU's control unit stores the location of the next program instruction to be executed. The instruction is loaded into the instruction register to be carried out. registers are local memory on the CPU 000-209 Intro to CS. 5/Mother continued
  • 27. The ALU (arithmetic logic unit) executes the instruction. The result is placed in the accumulator (another register), then stored back in RAM or used in other CPU operations. 000-209 Intro to CS. 5/Mother
  • 28. The system clock sends out 'ticks' to control the timing of all the motherboard tasks e.g. it controls the speed of the data bus and the instruction cycle. The time it takes to complete an instruction cycle is measured in megahertz (MHz). 1 MHz = one million cycles per second The System Clock 000-209 Intro to CS. 5/Mother
  • 29. Word size : the number of bytes the CPU can process at once. depends on the number of registers in the CPU; depends on the size of the data bus Cache size : the cache is high-speed memory on the CPU that stores data which is needed often. Two Measures of CPU Size 000-209 Intro to CS. 5/Mother
  • 30. 7. Expansion Slots The expansion bus transports data through the motherboard. Most expansion cards contain a port. A connector cable plugs into the port, and leads to a peripheral. Data originates in RAM Expansion slot containing an expansion card.
  • 31. Common expansion cards: graphics card (for connecting to a monitor) network card (for transmitting data over a network) sound card (for connecting to a microphone and speakers) Most PCs offer 4-8 expansion slots. 000-209 Intro to CS. 5/Mother
  • 32. There are several different types of expansion slot: ISA : older technology, for modems and slow devices PCI : for graphics, sound, video, modem or network cards AGP : for graphics cards Expansion Slot Types 000-209 Intro to CS. 5/Mother
  • 33. PC Bus PC bus is an 8 bit expansion slot to connect 8 bit expansion cards.
  • 34. Industrial Standard Architecture (ISA) Bus ISA bus is a 16 bit slot present in 80286, 80386, 80486 and Pentium systems. The ISA card is configured through jumpers or switches
  • 35. Enhanced ISA It is a 32 bit bus. Capable of using multiple bus mastering devices. Compatible 8 bit PC bus, 16 bit ISA bus. Software setup capability for boards
  • 36. Video Electronics Standard Architecture (VESA) bus It is a 32 bus. It is used to connect video cards, I/O cards and multimedia expansion cards Disadvantages of the VESA 80486 dependence Limited number of slots No bus mastering Boards are configured through jumpers
  • 37. Topic 6 - Peripheral Component Interconnect (PCI) bus PCI Operates at a speed of 33 MHz or 66 MHz It is a 64 bit bus Communicates with processor using a bridge circuit. PCI-X Operates at 133 MHz bus speed Offers 64 bit Band width Supports 1 GB/Sec data transfer rate Supports efficient bus operation Provides backward Compatibility
  • 38. AGP Bus It is designed for connecting video cards. PCI bus with 2.1 version at 66MHZ is the basis for AGP slot. It supports a new technique called texture cache.
  • 39. Audio Modem Raiser and Communication Network Raiser This specification developed by Intel. The function of the modem and the analog I/O audio circuitry are combined together on a small circuit board The small circuit board is called raiser card The AMR card enhances the performance by providing better quality audio solutions.
  • 41.  
  • 42. References “ Microprocessors and Interfacing” by Douglas Hall, Tata McGraw Hill Publishing.