SlideShare a Scribd company logo
1 of 36
B.A. (Mahayana Studies)
000-209 Introduction to Computer Science
November 2005 - March 2006
5. The Motherboard
 A look at the brains of the
computer, the motherboard, and
its associated components.
000-209 Intro to CS. 5/Mother 2
Overview
 1. Inside a PC
 2. The Motherboard
 3. RAM
 4. ROM
 5. CMOS Memory
 6. The CPU
 7. Expansion Slots
 8. Booting the Computer
types of memory
the 'brains'
the processor
000-209 Intro to CS. 5/Mother 3
Power
supply
CD-ROM
drive
Floppy
disk drive
Hard disk
drive
Wires and
ribbon cables
Sound/network
cards
1. Inside a PC
Mother
board
000-209 Intro to CS. 5/Mother 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
000-209 Intro to CS. 5/Mother 5
 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
000-209 Intro to CS. 5/Mother 6
Random Access
Memory (RAM)
chips.
Expansion slots
Motherboard Picture
Read-only
Memory
(ROM)
chips
Processor chip
(the CPU)
000-209 Intro to CS. 5/Mother 7
 A data bus (a data path): connects the parts of
the motherboard.
Moving Data
RAM
via expansion cards
000-209 Intro to CS. 5/Mother 8
 Random Access Memory (RAM).
 RAM is used to hold programs while they are
being executed, and data while it is being proc
essed.
 RAM is volatile, meaning that information
written to RAM will disappear when the comp
uter is turned off.
3. RAM
continued
000-209 Intro to CS. 5/Mother 9
 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 move
ment of the tape.
000-209 Intro to CS. 5/Mother 10
Each RAM location
has an address and
holds one byte of
data (eight bits).
RAM Storage
000-209 Intro to CS. 5/Mother 11
 Computers typically have between 64 and 512
Mb (megabytes) 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?
000-209 Intro to CS. 5/Mother 12
 Virtual memory uses part of the hard disk to
simulate more memory (RAM) than actually exis
ts.
 It allows a computer to run more programs at the
same time.
 Virtual memory is
slower than RAM.
Virtual Memory
000-209 Intro to CS. 5/Mother 13
 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
000-209 Intro to CS. 5/Mother 14
 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
000-209 Intro to CS. 5/Mother 15
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 16
Some Processors (CPUs)
PowerPC Chip
Chip Fan
Pentium Chip
000-209 Intro to CS. 5/Mother 17
The CPU and RAM
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.
000-209 Intro to CS. 5/Mother 18
The CPU in Action
The CPU
continued
000-209 Intro to CS. 5/Mother 19
 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
continued
000-209 Intro to CS. 5/Mother 20
 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 21
 The CPU executes a series of instructions by
looping through an instruction cycle.
The CPU Instruction Cycle
The speed of the
instruction cycle
is controlled by
the CPU's clock.
000-209 Intro to CS. 5/Mother 22
 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 23
 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 24
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.
7. Expansion Slots
Data
originates
in RAM
Expansion slot containing
an expansion card.
continued
000-209 Intro to CS. 5/Mother 25
 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 26
 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 27
Connector Cables
continued
000-209 Intro to CS. 5/Mother 28
000-209 Intro to CS. 5/Mother 29
 Booting is the sequence of computer operations
from power-up until the system is ready for use
 this includes hardware testing, and loading the OS
8. Booting a Computer
This is not an
example of
computer booting.
000-209 Intro to CS. 5/Mother 30
 The computer checks the CMOS memory.
 The computer loads configuration settings from
Config.sys or the Windows Registry.
Other Booting Tasks
000-209 Intro to CS. 5/Mother 31
 If nothing happens, the system is not getting
power.
When you turn on a computer,
you should see the power light
and hear the fan.
Common Problems #1
Fan
Power light
000-209 Intro to CS. 5/Mother 32
 If the ROM chips, RAM, or processor are broken,
then the computer will stop or 'hang'
 the light and fan will be on, but...
 there will be no messages on the screen
Common Problems #2
000-209 Intro to CS. 5/Mother 33
 The Power-On Self-Test (POST) automatically
checks for problems in the computer.
 POST checks:
 the graphics card, RAM, the keyboard
 performs drives test
 hard drive, CD drives, floppy drive
 Problems are reported by various beeps, or by
on-screen messages.
Common Problems #3
000-209 Intro to CS. 5/Mother 34
 Configuration data is missing or corrupted
 in the CMOS or the Windows Registry
 This will generate on-screen messages.
Common Problems #4
000-209 Intro to CS. 5/Mother 35
 If MS Windows cannot complete booting, it may
start in Safe Mode.
 Safe Mode is a limited version of Windows that
allows you to use only the mouse, monitor, and
keyboards
 no peripherals
 the screen icons will probably look very large
Windows Safe Mode
000-209 Intro to CS. 5/Mother 36
Windows Safe Mode Picture

More Related Content

What's hot

Motherboard
MotherboardMotherboard
MotherboardARUN S L
 
Components and Parts of Motherboard and their importance
Components and Parts of Motherboard and their importanceComponents and Parts of Motherboard and their importance
Components and Parts of Motherboard and their importanceSubas Paudel
 
1 study of motherboard
1 study of motherboard1 study of motherboard
1 study of motherboardAnkit Dubey
 
A presentation on Motherboard
A presentation on MotherboardA presentation on Motherboard
A presentation on MotherboardShripal Oswal
 
Motherboard, It's Functions and It's Components
Motherboard, It's Functions and It's ComponentsMotherboard, It's Functions and It's Components
Motherboard, It's Functions and It's ComponentsPreSolutions Softwares
 
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS
THE COMPUTER MOTHERBOARD AND ITS COMPONENTSTHE COMPUTER MOTHERBOARD AND ITS COMPONENTS
THE COMPUTER MOTHERBOARD AND ITS COMPONENTSAqsa Mushtaq
 
Bios and cmos
Bios and cmosBios and cmos
Bios and cmosOnline
 
Internal components of PC
Internal components of PCInternal components of PC
Internal components of PCTushar B Kute
 
Motherboards (A+)
Motherboards (A+)Motherboards (A+)
Motherboards (A+)ajw
 

What's hot (20)

Mother Board
Mother BoardMother Board
Mother Board
 
Motherboard
MotherboardMotherboard
Motherboard
 
Motherboard Components
Motherboard Components Motherboard Components
Motherboard Components
 
Motherboard
MotherboardMotherboard
Motherboard
 
Nickcelle
NickcelleNickcelle
Nickcelle
 
Mother board
Mother boardMother board
Mother board
 
Motherboard
MotherboardMotherboard
Motherboard
 
Components and Parts of Motherboard and their importance
Components and Parts of Motherboard and their importanceComponents and Parts of Motherboard and their importance
Components and Parts of Motherboard and their importance
 
1 study of motherboard
1 study of motherboard1 study of motherboard
1 study of motherboard
 
motherboard Hak ppt-
motherboard Hak ppt-motherboard Hak ppt-
motherboard Hak ppt-
 
A presentation on Motherboard
A presentation on MotherboardA presentation on Motherboard
A presentation on Motherboard
 
Motherboard, It's Functions and It's Components
Motherboard, It's Functions and It's ComponentsMotherboard, It's Functions and It's Components
Motherboard, It's Functions and It's Components
 
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS
THE COMPUTER MOTHERBOARD AND ITS COMPONENTSTHE COMPUTER MOTHERBOARD AND ITS COMPONENTS
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS
 
Bios and cmos
Bios and cmosBios and cmos
Bios and cmos
 
motherboard
motherboardmotherboard
motherboard
 
Internal components of PC
Internal components of PCInternal components of PC
Internal components of PC
 
IMD 203 - Ch06
IMD 203 - Ch06IMD 203 - Ch06
IMD 203 - Ch06
 
What is Motherboard?
What is Motherboard?What is Motherboard?
What is Motherboard?
 
Motherboards (A+)
Motherboards (A+)Motherboards (A+)
Motherboards (A+)
 
Introduction motherboard
Introduction motherboardIntroduction motherboard
Introduction motherboard
 

Viewers also liked

艺术品、展品航空运...PDF
艺术品、展品航空运...PDF艺术品、展品航空运...PDF
艺术品、展品航空运...PDFJoe Yang
 
IC21 Winter 2016 Newsletter (1)%5b1%5d
IC21 Winter 2016 Newsletter (1)%5b1%5dIC21 Winter 2016 Newsletter (1)%5b1%5d
IC21 Winter 2016 Newsletter (1)%5b1%5dSara Van Hatten
 
Manifesto Transformação Digital Lei de Informática
Manifesto Transformação Digital Lei de InformáticaManifesto Transformação Digital Lei de Informática
Manifesto Transformação Digital Lei de InformáticaBrasscom
 
5 Things Everyone has thought when being contacted by a Recruiter
5 Things Everyone has thought when being contacted by a Recruiter5 Things Everyone has thought when being contacted by a Recruiter
5 Things Everyone has thought when being contacted by a RecruiterChristopher Anderson
 
Практика Торговицьке лісництво
Практика Торговицьке лісництвоПрактика Торговицьке лісництво
Практика Торговицьке лісництвоartischenkonatalia
 
Senior Caregiver Safety Tips: How to Reduce the Risk of Falling with Seniors
Senior Caregiver Safety Tips: How to Reduce the Risk of Falling with SeniorsSenior Caregiver Safety Tips: How to Reduce the Risk of Falling with Seniors
Senior Caregiver Safety Tips: How to Reduce the Risk of Falling with SeniorsKeystone In-Home Care
 
день соборності
день соборностідень соборності
день соборностіtummenscool1
 
Manual de Laboratorio de Mecanica de Suelos
Manual de Laboratorio de Mecanica de SuelosManual de Laboratorio de Mecanica de Suelos
Manual de Laboratorio de Mecanica de SuelosJOHNNY JARA RAMOS
 
Team Ruby Final Presentation Slides R7
Team Ruby Final Presentation Slides R7Team Ruby Final Presentation Slides R7
Team Ruby Final Presentation Slides R7Kevin Jones
 
Βασίλειος Παπαβασιλείου Το Παιδαγωγικό Πλαίσιο της Εκπαίδευσης για το Περιβάλ...
Βασίλειος Παπαβασιλείου Το Παιδαγωγικό Πλαίσιο της Εκπαίδευσης για το Περιβάλ...Βασίλειος Παπαβασιλείου Το Παιδαγωγικό Πλαίσιο της Εκπαίδευσης για το Περιβάλ...
Βασίλειος Παπαβασιλείου Το Παιδαγωγικό Πλαίσιο της Εκπαίδευσης για το Περιβάλ...ΚΠΕ Πεταλούδων Ρόδου
 
День Соборності
День СоборностіДень Соборності
День Соборностіtummenscool1
 

Viewers also liked (16)

Dan Cayan, Scripps Institute for Oceanogrphy & USGS
Dan Cayan, Scripps Institute for Oceanogrphy & USGSDan Cayan, Scripps Institute for Oceanogrphy & USGS
Dan Cayan, Scripps Institute for Oceanogrphy & USGS
 
Unidad 7 shileshare
Unidad 7 shileshareUnidad 7 shileshare
Unidad 7 shileshare
 
艺术品、展品航空运...PDF
艺术品、展品航空运...PDF艺术品、展品航空运...PDF
艺术品、展品航空运...PDF
 
OTKINGS TEMPLATE
OTKINGS TEMPLATEOTKINGS TEMPLATE
OTKINGS TEMPLATE
 
Businessorganizations
BusinessorganizationsBusinessorganizations
Businessorganizations
 
IC21 Winter 2016 Newsletter (1)%5b1%5d
IC21 Winter 2016 Newsletter (1)%5b1%5dIC21 Winter 2016 Newsletter (1)%5b1%5d
IC21 Winter 2016 Newsletter (1)%5b1%5d
 
Srinivasalu R CV
Srinivasalu R  CVSrinivasalu R  CV
Srinivasalu R CV
 
Manifesto Transformação Digital Lei de Informática
Manifesto Transformação Digital Lei de InformáticaManifesto Transformação Digital Lei de Informática
Manifesto Transformação Digital Lei de Informática
 
5 Things Everyone has thought when being contacted by a Recruiter
5 Things Everyone has thought when being contacted by a Recruiter5 Things Everyone has thought when being contacted by a Recruiter
5 Things Everyone has thought when being contacted by a Recruiter
 
Практика Торговицьке лісництво
Практика Торговицьке лісництвоПрактика Торговицьке лісництво
Практика Торговицьке лісництво
 
Senior Caregiver Safety Tips: How to Reduce the Risk of Falling with Seniors
Senior Caregiver Safety Tips: How to Reduce the Risk of Falling with SeniorsSenior Caregiver Safety Tips: How to Reduce the Risk of Falling with Seniors
Senior Caregiver Safety Tips: How to Reduce the Risk of Falling with Seniors
 
день соборності
день соборностідень соборності
день соборності
 
Manual de Laboratorio de Mecanica de Suelos
Manual de Laboratorio de Mecanica de SuelosManual de Laboratorio de Mecanica de Suelos
Manual de Laboratorio de Mecanica de Suelos
 
Team Ruby Final Presentation Slides R7
Team Ruby Final Presentation Slides R7Team Ruby Final Presentation Slides R7
Team Ruby Final Presentation Slides R7
 
Βασίλειος Παπαβασιλείου Το Παιδαγωγικό Πλαίσιο της Εκπαίδευσης για το Περιβάλ...
Βασίλειος Παπαβασιλείου Το Παιδαγωγικό Πλαίσιο της Εκπαίδευσης για το Περιβάλ...Βασίλειος Παπαβασιλείου Το Παιδαγωγικό Πλαίσιο της Εκπαίδευσης για το Περιβάλ...
Βασίλειος Παπαβασιλείου Το Παιδαγωγικό Πλαίσιο της Εκπαίδευσης για το Περιβάλ...
 
День Соборності
День СоборностіДень Соборності
День Соборності
 

Similar to Mother05

Chetan Thapa Magar Presentation Under Motherboard
Chetan Thapa Magar Presentation Under MotherboardChetan Thapa Magar Presentation Under Motherboard
Chetan Thapa Magar Presentation Under MotherboardChetan Thapa Magar
 
Lesson three hardware basics
Lesson three hardware basicsLesson three hardware basics
Lesson three hardware basicsMik Endale
 
motherboard
motherboardmotherboard
motherboardiyinyan
 
Functions of motherboard
Functions of motherboardFunctions of motherboard
Functions of motherboardAman Sharma
 
Mother board
Mother boardMother board
Mother boardAshok Raj
 
To study about motherboard & its compponents
To study about motherboard & its compponentsTo study about motherboard & its compponents
To study about motherboard & its compponentsViral Parmar
 
Hardware and softwaretr64hwnmhf
Hardware and softwaretr64hwnmhfHardware and softwaretr64hwnmhf
Hardware and softwaretr64hwnmhfCarla Cruz
 
system unit and Motherboard
system unit and Motherboardsystem unit and Motherboard
system unit and Motherboardromeodait
 
Introduction to Motherboard
Introduction to Motherboard Introduction to Motherboard
Introduction to Motherboard Makrand Patil
 
mother-board-and-bios.ppt
mother-board-and-bios.pptmother-board-and-bios.ppt
mother-board-and-bios.pptShijiSH2
 
motherboardppt-131020054233-phpapp02.pdf
motherboardppt-131020054233-phpapp02.pdfmotherboardppt-131020054233-phpapp02.pdf
motherboardppt-131020054233-phpapp02.pdfJohnRebenRequinto1
 
Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functionsAbdullah-Al- Mahmud
 
Shashank hardware workshop final
Shashank hardware workshop finalShashank hardware workshop final
Shashank hardware workshop finaltechbed
 

Similar to Mother05 (20)

Chetan Thapa Magar Presentation Under Motherboard
Chetan Thapa Magar Presentation Under MotherboardChetan Thapa Magar Presentation Under Motherboard
Chetan Thapa Magar Presentation Under Motherboard
 
Lesson three hardware basics
Lesson three hardware basicsLesson three hardware basics
Lesson three hardware basics
 
motherboard
motherboardmotherboard
motherboard
 
Vivekanand Motherboard Ppt
Vivekanand Motherboard PptVivekanand Motherboard Ppt
Vivekanand Motherboard Ppt
 
Functions of motherboard
Functions of motherboardFunctions of motherboard
Functions of motherboard
 
Mother board
Mother boardMother board
Mother board
 
Mobo.pptx
Mobo.pptxMobo.pptx
Mobo.pptx
 
Computer Hardware Components
Computer Hardware ComponentsComputer Hardware Components
Computer Hardware Components
 
To study about motherboard & its compponents
To study about motherboard & its compponentsTo study about motherboard & its compponents
To study about motherboard & its compponents
 
P1 Unit 3
P1 Unit 3 P1 Unit 3
P1 Unit 3
 
Hardware and softwaretr64hwnmhf
Hardware and softwaretr64hwnmhfHardware and softwaretr64hwnmhf
Hardware and softwaretr64hwnmhf
 
system unit and Motherboard
system unit and Motherboardsystem unit and Motherboard
system unit and Motherboard
 
Mother05
Mother05Mother05
Mother05
 
Introduction to Motherboard
Introduction to Motherboard Introduction to Motherboard
Introduction to Motherboard
 
Motherboard
MotherboardMotherboard
Motherboard
 
mother-board-and-bios.ppt
mother-board-and-bios.pptmother-board-and-bios.ppt
mother-board-and-bios.ppt
 
motherboardppt-131020054233-phpapp02.pdf
motherboardppt-131020054233-phpapp02.pdfmotherboardppt-131020054233-phpapp02.pdf
motherboardppt-131020054233-phpapp02.pdf
 
PCT SLIDE3
PCT SLIDE3PCT SLIDE3
PCT SLIDE3
 
Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functions
 
Shashank hardware workshop final
Shashank hardware workshop finalShashank hardware workshop final
Shashank hardware workshop final
 

Recently uploaded

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 

Recently uploaded (20)

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 

Mother05

  • 1. B.A. (Mahayana Studies) 000-209 Introduction to Computer Science November 2005 - March 2006 5. The Motherboard  A look at the brains of the computer, the motherboard, and its associated components.
  • 2. 000-209 Intro to CS. 5/Mother 2 Overview  1. Inside a PC  2. The Motherboard  3. RAM  4. ROM  5. CMOS Memory  6. The CPU  7. Expansion Slots  8. Booting the Computer types of memory the 'brains' the processor
  • 3. 000-209 Intro to CS. 5/Mother 3 Power supply CD-ROM drive Floppy disk drive Hard disk drive Wires and ribbon cables Sound/network cards 1. Inside a PC Mother board
  • 4. 000-209 Intro to CS. 5/Mother 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. 000-209 Intro to CS. 5/Mother 5  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
  • 6. 000-209 Intro to CS. 5/Mother 6 Random Access Memory (RAM) chips. Expansion slots Motherboard Picture Read-only Memory (ROM) chips Processor chip (the CPU)
  • 7. 000-209 Intro to CS. 5/Mother 7  A data bus (a data path): connects the parts of the motherboard. Moving Data RAM via expansion cards
  • 8. 000-209 Intro to CS. 5/Mother 8  Random Access Memory (RAM).  RAM is used to hold programs while they are being executed, and data while it is being proc essed.  RAM is volatile, meaning that information written to RAM will disappear when the comp uter is turned off. 3. RAM continued
  • 9. 000-209 Intro to CS. 5/Mother 9  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 move ment of the tape.
  • 10. 000-209 Intro to CS. 5/Mother 10 Each RAM location has an address and holds one byte of data (eight bits). RAM Storage
  • 11. 000-209 Intro to CS. 5/Mother 11  Computers typically have between 64 and 512 Mb (megabytes) 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?
  • 12. 000-209 Intro to CS. 5/Mother 12  Virtual memory uses part of the hard disk to simulate more memory (RAM) than actually exis ts.  It allows a computer to run more programs at the same time.  Virtual memory is slower than RAM. Virtual Memory
  • 13. 000-209 Intro to CS. 5/Mother 13  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
  • 14. 000-209 Intro to CS. 5/Mother 14  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
  • 15. 000-209 Intro to CS. 5/Mother 15 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.
  • 16. 000-209 Intro to CS. 5/Mother 16 Some Processors (CPUs) PowerPC Chip Chip Fan Pentium Chip
  • 17. 000-209 Intro to CS. 5/Mother 17 The CPU and RAM 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.
  • 18. 000-209 Intro to CS. 5/Mother 18 The CPU in Action The CPU continued
  • 19. 000-209 Intro to CS. 5/Mother 19  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 continued
  • 20. 000-209 Intro to CS. 5/Mother 20  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.
  • 21. 000-209 Intro to CS. 5/Mother 21  The CPU executes a series of instructions by looping through an instruction cycle. The CPU Instruction Cycle The speed of the instruction cycle is controlled by the CPU's clock.
  • 22. 000-209 Intro to CS. 5/Mother 22  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
  • 23. 000-209 Intro to CS. 5/Mother 23  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
  • 24. 000-209 Intro to CS. 5/Mother 24 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. 7. Expansion Slots Data originates in RAM Expansion slot containing an expansion card. continued
  • 25. 000-209 Intro to CS. 5/Mother 25  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.
  • 26. 000-209 Intro to CS. 5/Mother 26  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
  • 27. 000-209 Intro to CS. 5/Mother 27 Connector Cables continued
  • 28. 000-209 Intro to CS. 5/Mother 28
  • 29. 000-209 Intro to CS. 5/Mother 29  Booting is the sequence of computer operations from power-up until the system is ready for use  this includes hardware testing, and loading the OS 8. Booting a Computer This is not an example of computer booting.
  • 30. 000-209 Intro to CS. 5/Mother 30  The computer checks the CMOS memory.  The computer loads configuration settings from Config.sys or the Windows Registry. Other Booting Tasks
  • 31. 000-209 Intro to CS. 5/Mother 31  If nothing happens, the system is not getting power. When you turn on a computer, you should see the power light and hear the fan. Common Problems #1 Fan Power light
  • 32. 000-209 Intro to CS. 5/Mother 32  If the ROM chips, RAM, or processor are broken, then the computer will stop or 'hang'  the light and fan will be on, but...  there will be no messages on the screen Common Problems #2
  • 33. 000-209 Intro to CS. 5/Mother 33  The Power-On Self-Test (POST) automatically checks for problems in the computer.  POST checks:  the graphics card, RAM, the keyboard  performs drives test  hard drive, CD drives, floppy drive  Problems are reported by various beeps, or by on-screen messages. Common Problems #3
  • 34. 000-209 Intro to CS. 5/Mother 34  Configuration data is missing or corrupted  in the CMOS or the Windows Registry  This will generate on-screen messages. Common Problems #4
  • 35. 000-209 Intro to CS. 5/Mother 35  If MS Windows cannot complete booting, it may start in Safe Mode.  Safe Mode is a limited version of Windows that allows you to use only the mouse, monitor, and keyboards  no peripherals  the screen icons will probably look very large Windows Safe Mode
  • 36. 000-209 Intro to CS. 5/Mother 36 Windows Safe Mode Picture