Buses.

Slides:



Advertisements
Similar presentations
Buses Three sets of wires connect the CPU to memory and I/O devices:
Advertisements

Mr. Gursharan Singh Tatla
I/O Organization popo.
CS364 CH16 Control Unit Operation
Control path Recall that the control path is the physical entity in a processor which: fetches instructions, fetches operands, decodes instructions, schedules.
Computer Architecture and the Fetch-Execute Cycle Parallel Processor Systems.
Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Welcome Class: IX-B.Std Subject: Computer Studies Conducted by Rashedul Islam Lecturer in Computer Science.
1 Sec (2.1) Computer Architectures. 2 For temporary storage of information, the CPU contains cells, or registers, that are conceptually similar to main.
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
D75P 34R HNC Computer Architecture 1 Week 9 The Processor, Busses and Peripherals © C Nyssen/Aberdeen College 2003 All images © C Nyssen /Aberdeen College.
Computer Architecture
ECP2036 Microprocessor and Interfacing Registers Control & Status Registers Program Counter User-Visible Registers Instruction Register... General-Purpose.
How computers work The CPU & Memory. The parts of a computer.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
Input-Output Organization
Introduction to Microprocessors Manijeh Keshtgary Fall 2006 Shiraz University of Technology.
7. Peripherals 7.1 Introduction of peripheral devices Computer Studies (AL)
INTRODUCTION.  Upon completing this topic, you should be able to: Illustrate a basic elements of digital computer system and their functions, Depicts.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.
A Level Computing for AQA Teacher’s Resource CD-ROM 4 CHAPTER: Functional characteristics of a processor.
Computer Architecture and the Fetch-Execute Cycle Buses, CPU Clock & Ports.
Engr. Muhammad Zakir Shaikh Visiting Faculty IBT LUMHS. 1.
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems CPU.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
COE 205 Term Dr Abdelhafid Bouhraoua Basic Computer Organization.
ΜComputer Structure μProcessor Memory Bus System I/O Ports.
COMPUTER FUNDAMENTALS David Samuel bhatti
Internal hardware of a computer Learning Objectives Learn how the processor works Learn about the different types of memory and what memory is used for.
Computer Architecture 1 CPU IAS (The computer’s main memory) Store (e.g. Disk, DVD) Input/output Interfaces Clock Bus Keyboard, printer, mouse monitor,
STUDY OF PIC MICROCONTROLLERS.. Design Flow C CODE Hex File Assembly Code Compiler Assembler Chip Programming.
Chapter 2 content Basic organization of computer What is motherboard
CPU Central Processing Unit
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computer Hardware What is a CPU.
CPU Lesson 2.
OCR GCSE Computer Science Teaching and Learning Resources
GCSE Computing - The CPU
Computing Science Computer Structure: Lesson 1: Processor Structure
Systems Architecture Keywords Fetch Execute Cycle
Chapter 10: Computer systems (1)
Components of Computer
Chapter 7.2 Computer Architecture
THE CPU i Bytes 1.1.
Lecture-1 Introduction
12-Dec-11 SYSTEM BUS.
General Architecture of Digital Computer
Computer Systems Nat 4/5 Computing Science Computer Structure:
System Architecture 1 Chapter 2.
Number Representations and Basic Processor Architecture
University of Gujrat Department of Computer Science
ECEG-3202 Computer Architecture and Organization
Intel 8080 Processor The 8080 was an 8-bit processor
ECEG-3202 Computer Architecture and Organization
Chapter 4: Representing instructions
Under Address Modes Source: under
Chapter 4 Introduction to Computer Organization
INTRODUCTION TO COMPUTERS
A Top-Level View Of Computer Function And Interconnection
GCSE Computing - The CPU
1.2.1 Data transmission.
Microprocessor I 7/18/2019.
Computer Architecture
Presentation transcript:

Buses

BUS What is a bus? is a group of parallel wires which carry electrical signals between different parts of the computer. Most computers have three main buses: the data bus the address bus the control bus

The data bus Is the data bus uni- or bidirectional and what does it mean? data flow in either direction. What is the function of the data bus? It carries data and instructions from the memory to the CPU and from the CPU to memory.

The address bus Is the address bus uni- or bidirectional and what does it mean? unidirectional = data flow one way only. What is the function of the address bus? It carries addresses from the processor to memory.

The control bus Is the control bus uni- or bidirectional and what does it mean? data flow in either direction. What is the function of the control bus? It carries instructions to and from the CPU and other parts of the computer.