Components of a computer system

Slides:



Advertisements
Similar presentations
Computer Systems Nat 4/5 Computing Science Computer Structure:
Advertisements

Computer Structure.
Computer Memory and Data Transfer
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
The Central Processing Unit: What Goes on Inside the Computer.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
INTRODUCTION OF COMPUTER
CENTRAL PROCESSING UNIT
Computer Hardware Preview the exam questions. RAM SECONDARY STORAGE CPU.
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Category1 Computers Category2 CPU.
Introduction to Computer Systems
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
GCSE Computing - The CPU
BA 471 Management Information Systems Hardware Basics.
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
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 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
2.0 Computer System.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.
An overview of Computer System
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Academic PowerPoint Computer System – Architecture.
Overview von Neumann Architecture Computer component Computer function
The Computer System.
Computer operation is of how the different parts of a computer system work together to perform a task.
The Processor & its components. The CPU The brain. Performs all major calculations. Controls and manages the operations of other components of the computer.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Computer Structure. We will look at:  Four Box diagram  CPU  Memory  Registers and their role  Processing speed.
Computer Systems Nat 4/5 Computing Science Computer Structure:
CPU Lesson 2.
GCSE Computing - The CPU
Computing Science Computer Structure: Lesson 1: Processor Structure
APPENDIX A Hardware and Software Basics
Chapter 7.2 Computer Architecture
The Central Processing Unit
Introduction to Computer Architecture
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Computer Architecture
Teaching Computing to GCSE
Introduction to Computers
The Basic Organization of Computers T.Jeya M.Sc., M.Phil Assistant Professor, Department of CS, SAC Women’s College. Cumbum. Tamilnadu.
Introduction to Computing
Computer Hardware Prepared by:- Mr. Pawan Kumar
Introduction to Computers
Introduction to Computer Architecture
Chapter 2: Computer Hardware
Computer components.
Components of a CPU AS Computing - F451.
Logical Computer System
GCSE Computing - The CPU
4. Computer system.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Components of a computer system Hardware Central Processing Unit (CPU) Memory Input and Output Devices Software Data

Components of a computer system Computer hardware provides the physical mechanisms to store, manipulate and input /output data. Software provides instructions to tell the hardware what tasks to perform Data in the computer may be representing numbers, characters, graphics etc but is always kept in a form that the hardware and software can manipulate.

Basic concepts - Hardware CPU performs actual processing of data. Data and programs are stored in memory, and moved to and from CPU as required. Data travels between system components along electronic pathways, (sets of wires), called buses.

Registers and their role Processing speed We will look at: Four Box diagram CPU Memory Registers and their role Processing speed

Three major components of the CPU: ALU, Control unit and Registers. The Arithmetic Logic Unit (ALU) operates on binary data to perform all arithmetic and logical functions. + - * / < > = <> AND OR NOT Rotate Shift Control unit fetches and interprets instructions in memory and generates signals to control all other system components. digital logic circuits in the ALU are built up of gates - these gates are specific electronic circuits that produce an output signal that depends upon their input. e.g the OR logic gate if either a or b inputs are positive, then the output will be positive. with the AND gate, both a and b must be positive for the output to be positive Refer to Stallings, electrical engineering Control unit : sends signals to the ALU, registers and buses to direct their operation. Uses the system clock to keep time, coordinate functions. Generates signals to move data between registers, increment the program counter etc.

Four Box Diagram Input Output CPU Processor Memory (RAM and ROM) Input Output Backing Store

Memory Purpose of memory is data storage. A hierarchy of memory exists . data required for immediate manipulation by CPU is stored in small areas of fast access memory within CPU called registers. data required for active program is generally stored in primary memory, commonly called RAM. data which may be required at later time generally stored in secondary storage e.g. on disk, tape, or CD-Rom.

Memory: characteristics Capacity : no of bits, bytes or words in module. Addressable unit - 1 word . Word size may be 8, 16, 32 bits ; (1 byte = 8 bits) Unit of transfer : RAM = 1 word ; Disk = 1 block access time or speed - time required to read from memory location. Tradeoff between quantity, cost and speed . As speed increases so does cost. Also know as Primary Storage

Registers: very fast memory internal to CPU providing temporary storage places for data being manipulated. System clock generates regular pulses to synchronize all system events and determine the speed at which processing can occur. Basic measure of system performance is clock speed, measured in megahertz (millions of cycles per second) A register may have a specific purpose or it may be general purpose. The number and type of registers varies from cpu to cpu. clock - clock ticks for each step within the cycle

Semiconductor main memory Primary memory is made up of RAM and ROM Types include: RAM (Random Access Memory) ROM (Read Only Memory)

ROM- SECONDARY STORAGE Read Only Memory Permanent non-volatile Software and data fixed during chip manufacture Cannot be written to All computers have some ROM to load the Operating System into RAM (bootstrap loader)

CPU How the components interact ALU Control Unit Primary Memory Secondary Memory i.e. hard drive CD R/W Floppy ALU Registers Control Unit Primary Memory CPU exchanges data with memory via the registers such as IR and PC.