System Clock, clock speed, Word Length & Bus Width.

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

The Fetch – Execute Cycle
Memory. Memory.
Machine cycle.
I/O Organization popo.
RISC and Pipelining Prof. Sin-Min Lee Department of Computer Science.
DH2T 34 Computer Architecture 1 LO2 Lesson Two CPU and Buses.
Discovering Computers 2010
How many instructions per second?. Speed of a computer’s CPU Typically measured in Mhz, Ghz, etc. What does that measure? –Rate of the basic oscillator.
1-1 Microprocessor Engineering Microprocessor Systems Microcontrollers Infineon 16-bit Processor Family  specifically 167CS microcontroller C Programming.
Computer Organization and Architecture Tutorial 2 Kenneth Lee.
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
Chapter 4 Processor Technology and Architecture. Chapter goals Describe CPU instruction and execution cycles Explain how primitive CPU instructions are.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
Pipelined Processor II CPSC 321 Andreas Klappenecker.
GCSE Computing - The CPU
Binary numbers. 1 Humans count using decimal numbers (base 10) We use 10 units: 0, 1, 2, 3, 4, 5, 6, 7, 8 and (5.
0 What is a computer?  Simply put, a computer is a sophisticated electronic calculating machine that:  Accepts input information,  Processes the information.
Computer Systems Computer Performance.
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.
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Von Neumann Architecture & Terminology & Performance Week 3.
1 CS/COE0447 Computer Organization & Assembly Language Pre-Chapter 2.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
Internal hardware and external components of a computer Three-box Model  Processor The brain of the system Executes programs A big finite state machine.
CPU BASICS, THE BUS, CLOCKS, I/O SUBSYSTEM Philip Chan.
Computer Processing of Data
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 3. Computer Performance Measures of Processor Speed When comparing one.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Computing hardware CPU.
created by :Gaurav Shrivastava
IT253: Computer Organization Lecture 10: Making a Processor: Control Signals Tonga Institute of Higher Education.
The Central Processing Unit: What Goes on Inside the Computer
Intermediate 2 Computing Computer structure. Organisation of a simple computer.
CPU Design. Introduction – The CPU must perform three main tasks: Communication with memory – Fetching Instructions – Fetching and storing data Interpretation.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
The Central Processing Unit (CPU) and the Machine Cycle.
General Concepts of Computer Organization Overview of Microcomputer.
Computer Organization and Architecture Tutorial 1 Kenneth Lee.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Input-Output Organization
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
Chapter 4 MARIE: An Introduction to a Simple Computer.
Introduction to Microprocessors
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Stored Programs In today’s lesson, we will look at: what we mean by a stored program computer how computers store and run programs what we mean by the.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
The Central Processing Unit (CPU)
Computer Babble Talk Dung X. Nguyen Rice University.
Hardwired Control Department of Computer Engineering, M.S.P.V.L Polytechnic College, Pavoorchatram. A Presentation On.
Computer Architecture and the Fetch-Execute Cycle Buses, CPU Clock & Ports.
By : Gastón Tricárico St. Brendans school The processor is the computer's brain. It allows the processing of numeric data, meaning information entered.
Central Processing Unit (CPU) The Computer’s Brain.
What am I Looking For? o Must o Be able to describe the: fetch-execute cycle; CPU-Cache-Memory cycle; Dual processor o Should o Be able to describe how.
STUDY OF PIC MICROCONTROLLERS.. Design Flow C CODE Hex File Assembly Code Compiler Assembler Chip Programming.
Computer Hardware What is a CPU.
CPU Lesson 2.
Chapter 2.1 CPU.
Processor/Memory Chapter 3
Binary numbers: Week 7 Lesson 1
Chapter 7.2 Computer Architecture
The Basic Organization of Computers T.Jeya M.Sc., M.Phil Assistant Professor, Department of CS, SAC Women’s College. Cumbum. Tamilnadu.
Computer Architecture
Fundamentals of Computer Organisation and Architecture
Learning Objectives To be able to describe the purpose of the CPU
COMPUTER ARCHITECTURE
Presentation transcript:

System Clock, clock speed, Word Length & Bus Width

System Clock A quartz controlled oscillator that supplies a timing signal at a fixed rate. It could be likened to someone clicking their fingers, everything happens at this rate. Every computer has its own systems clock.

System Clock, clock speed, Word Length & Bus Width System Clock The data and instructions are fetched, decoded and executed in time with the system clock. Instructions and data are processed in time to the system clock. InstructionData InstructionData 1 Hz2 Hz3 Hz4 Hz5 Hz A typical clock speed or clock frequency: (2400,000,000 cycles per second) Clock speed of the processor

System Clock, clock speed, Word Length & Bus Width System Clock Instructions and data are processed in time to the system clock. InstructionData InstructionData 1 Hz2 Hz3 Hz4 Hz5 Hz (2400,000,000 cycles per second) Processor Internal Bus Memory When transferring data or instructions between the processor and main memory, sometimes the internal bus speed slows a computer down.

System Clock, clock speed, Word Length & Bus Width Word Length Data is transferred in binary words. These represent the data and instructions in a computer system. (x8 bit binary word) Internal Bus Word Length (x16 bit binary word) (x24 bit binary word)

System Clock, clock speed, Word Length & Bus Width Bus Width Bus width refers to the number of signal wires or lines allocated to a bus. Direction of travel The number of lines in a bus What is the effect of bus width on binary word size?

System Clock, clock speed, Word Length & Bus Width Bus Width The effect of bus width on word size No. Of wires in bus No. Of bits in a word on the bus No. Of different binary words No. Of different binary words as a power of 2 Example of a binary word on the bus The largest word counting in denary , , ,048, ,048, ,777, ,777,215