the computer systems. computer system cpu is the brain of the pc. all program instructions are run...

12
The The Computer Computer Systems Systems

Upload: arron-cole

Post on 12-Jan-2016

216 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes

The The Computer Computer SystemsSystems

Page 2: The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes

Computer System

CPUIs the brain of the PC.All program instructions are run through the CPU

Control UnitThis decodes and executes the program.

ALUThis performs all mathematical and comparision instructions.

Page 3: The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes

Main MemoryStores the program that is being decoded by the CPU.RAM = volatile ROM = permanent

Backing StoreHard Disk, USB Disk, etc. Stores programs permanently.

InputKeyboard, Data Reader, etc.

OutputScreen, Printer, etc.

Page 4: The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes

Buses

Control Bus Carries control Signals to read or to writeData Bus Carries Data between Processor & Memory

Address Bus Carries the address (location) of data or program instruction. Carries the address of input or output port.

Page 5: The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes

Motherboard

Page 6: The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes

Motherboard

Page 7: The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes
Page 8: The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes

ProcessorThe primary chip of the system that oversees all the other components of the system

Types of Processor

1st Generation 80863rd Generation 80386 called 386 32bit computing6th Generation Pentium II 64 bit computing

Celeron IIDuron 128 bit computing

8th Generation Intel Core 256 bit computing

Page 9: The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes

ComponentsBIOSBasic Input/Output System. support data transfers between the various components.

RAMStores the programs, and data temporarily while the CPU runs the program.When the computer is turned off the contents are lost.

ROMStores programs/data but does not allow updates. Its contents nonvolatile –are not lost when the computer is switched off.

Page 10: The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes

HARD DISKA magnetic disk can store upto 100 gigabytes.

IDE - Integrated Drive Electronics Disk devices connect to the PC through an (IDE) interface.

IDE uses a special configuration called master and slave.

Page 11: The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes

PortsA port is a connection or plug in on the PC.

USB -Universal Serial Bus An standard that supports data transfer rates of 12 Mbps

Serial Transfer of data one bit at a time.Parrallel Transfer of data several bits at a time. (faster than serial)

Firewire A very fast external bus that supports data transfer rates of up to 400 Mbps

Page 12: The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes

Typical PC System