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.

Slides:



Advertisements
Similar presentations
The System Unit What is the system unit?
Advertisements

What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
Session Objectives#3 COULD explain the role memory plays in computer processing SHOULD describe the purpose of a CPU and its individual components MUST.
Chapter 4 The Components of the System Unit
Memory Basics. 8-1 Memory definitions Memory is a collection of cells capable of storing binary information. Two types of memory: –Random-Access Memory.
Parts & Functions of a Computer. 2 Functions of a Computer.
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
Using Computers CS French Chapter 1.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
Parts of a Computer.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
COMPONENTS OF THE SYSTEM UNIT
The Internal Components of a Personal Computer (PC)
Processing Devices.
BLOCK DIAGRAM OF COMPUTER
Computer Insides and Out Computer Basics 1.1. Basic Personal Computer System  A computer system consists of hardware and software components.  Hardware.
The Components of the System Unit Chapter 4 By: Janice Colon.
Lesson 3 — How a Computer Processes Data
Chapter 3 Computer Hard ware
Introduction to Computing: Lecture 4
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
… but what parts does it have and how do they work? A computer looks like this...
 Design model for a computer  Named after John von Neuman  Instructions that tell the computer what to do are stored in memory  Stored program Memory.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
Lesson 2 — How Does A Computer Process Data?
Hardware & Software The CPU & Memory.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
The Computer System  Components Hardware Software  Electronic device  Follows instructions Comparisons Addition Subtraction Storage.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
I/O (Input and Output) An I/O device acts as an interface between a computer and a user Without I/O devices, a computer is nothing but a box full of.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Chapter 4 The Components of the System Unit. The System Unit Case that contains electronic components of the computer used to process data.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Computer Hardware – System Unit
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Von Neumann Machines. 3 The Von Neumann Architecture Model for designing and building computers, based on the following three characteristics: 1)The.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
Advanced Diploma - Unit One 1 Computer Components Week 1 System Unit Components.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
COMPUTER COMPONENTS Ms Jennifer Computer Components.
Systems Architecture Keywords Fetch Execute Cycle
Power Supply.
Computer Components ICS 3U0.
Introducing Hardware.
Computer Hardware – System Unit
Components of Computer
Lecture 3 The Hardware.
Components of a CPU AS Computing - F451.
Chapter 4: Hardware for Educators
Computer components.
Presentation transcript:

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 program. ALU This performs all mathematical and comparision instructions.

Main Memory Stores the program that is being decoded by the CPU. RAM = volatile ROM = permanent Backing Store Hard Disk, USB Disk, etc. Stores programs permanently. Input Keyboard, Data Reader, etc. Output Screen, Printer, etc.

Buses Control Bus Carries control Signals to read or to write Data 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.

Motherboard

Processor The primary chip of the system that oversees all the other components of the system Types of Processor 1 st Generation rd Generation80386 called bit computing 6 th GenerationPentium II64 bit computing Celeron II Duron128 bit computing 8 th GenerationIntel Core256 bit computing

Components BIOS Basic Input/Output System. support data transfers between the various components. RAM Stores the programs, and data temporarily while the CPU runs the program. When the computer is turned off the contents are lost. ROM Stores programs/data but does not allow updates. Its contents nonvolatile –are not lost when the computer is switched off.

HARD DISK A 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.

Ports A 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

Typical PC System