Mr. Gursharan Singh Tatla

Slides:



Advertisements
Similar presentations
Personal Computers and Applications
Advertisements

What is a Bus? One of the set of conductors (wires, PCB tracks, or connections in an integrated circuit) connecting the various functional units in a computer.
Components of a computer system
Introduction to Microprocessors
Computer Architecture and Organization
Buses Three sets of wires connect the CPU to memory and I/O devices:
Computing Systems Organization
Provide data pathways that connect various system components.
Computer Buses Ref: Burd, Chp – 220 Englander, Chp 7 p
Chapter 7: System Buses Dr Mohamed Menacer Taibah University
Bus structures Unit objectives:
Motherboard Components Used for Communication Among Devices
December 2003 DJM DECO_021 CPU Chips & Buses. December 2003 DJM DECO_022 CPU Chips Modern ones are contained on a single chip Each chip has a set of pins.
Chapter Three: Interconnection Structure
Buses are strips of parallel wires or printed circuits used to transmit electronic signals on the systemboard to other devices. Most Pentium systems use.
Lecture 10 Instruction Set Architecture
Computer Systems Nat 4/5 Computing Science Computer Structure:
Unit Subtitle: Bus Structures Excerpted from 1.
Computer Structure.
Computer Memory and Data Transfer
Digital Computer Fundamentals
This bus is only located within the circuitry of the CPU. The data bus extends from the microprocessor socket to the memory sockets, where data is stored.
Microprocessor A microprocessor also called the CPU is the heart of the computer system or any computing device. It is a semiconductor chip which can be.
Presenter : Cheng-Ta Wu Kenichiro Anjo, Member, IEEE, Atsushi Okamura, and Masato Motomura IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL. 39,NO. 5, MAY 2004.
1 Operating Systems Input/Output Management. 2 What is the I/O System A collection of devices that different sub- systems of a computer use to communicate.
Memory Segmentation of Intel 8086
EN0129 PC and Network Technology - 1 Sajjad Shami Adrian Robson Gerhard Fehringer School of Computing, Engineering & Information Sciences Northumbria University.
Gursharan Singh Tatla Math Co-Processor Nov-10 Gursharan Singh Tatla
Chapter /8088 Hardware Specifications
Gursharan Singh Tatla PIN DIAGRAM OF 8086 Gursharan Singh Tatla Gursharan Singh Tatla
Chapter 5 The System Unit.
HISTORY OF MICROPROCESSORS
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
DH2T 34 Computer Architecture 1 LO2 Lesson Two CPU and Buses.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
1 Sec (2.1) Computer Architectures. 2 For temporary storage of information, the CPU contains cells, or registers, that are conceptually similar to main.
Chapter 0 Introduction to Computing
Input-Output Problems L1 Prof. Sin-Min Lee Department of Mathematics and Computer Science.
1 Chapter Overview Computer Communication The Computer Bus Objectives  Understand how a computer transmits and receives information.  Explain the principles.
6. The CPU and Memory Chapt. 7.
GURSHARAN SINGH TATLA PIN DIAGRAM OF 8085 GURSHARAN SINGH TATLA
Inside The CPU. Buses There are 3 Types of Buses There are 3 Types of Buses Address bus Address bus –between CPU and Main Memory –Carries address of where.
Mr. Gursharan Singh Tatla
COMPONENTS OF THE SYSTEM UNIT
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
Processing Devices.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Figure 1-2 Inside the computer case
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
D75P 34R HNC Computer Architecture 1 Week 9 The Processor, Busses and Peripherals © C Nyssen/Aberdeen College 2003 All images © C Nyssen /Aberdeen College.
Tomorrow’s Technology and You 8/e Chapter 2 Hardware Basics: Inside the Box.
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 Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
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.
Electronic Analog Computer Dr. Amin Danial Asham by.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
Excellence Publication Co. Ltd. Volume Volume 1.
A Level Computing for AQA Teacher’s Resource CD-ROM 20 CHAPTER: Communication methods Serial and parallel communications, bandwidth, bit rate and baud.
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.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني System buses.
System unit Performed by Bektasova P.S. Checked by Sultanova Zh.Zh.
Buses.
12-Dec-11 SYSTEM BUS.
Technology 3 Bits & Bytes.
Presentation transcript:

Mr. Gursharan Singh Tatla professorgstatla@gmail.com SYSTEM BUS Mr. Gursharan Singh Tatla professorgstatla@gmail.com Gursharan Singh Tatla

System Bus The CPU sends various data values, instructions and information to all the devices and components inside the computer. If you look at the bottom of a motherboard you'll see a whole network of lines or electronic pathways that join the different components together. This network of wires or electronic pathways is called the 'Bus'. Gursharan Singh Tatla

Bottom of Motherboard System Bus Gursharan Singh Tatla

Types of System Buses Data Bus Address Bus Control Bus Gursharan Singh Tatla

Gursharan Singh Tatla

Data Bus A collection of wires through which data is transmitted from one part of a computer to another is called Data Bus. Data Bus can be thought of as a highway on which data travels within a computer. This bus connects all the computer components to the CPU and main memory. Gursharan Singh Tatla

Data Bus The size (width) of bus determines how much data can be transmitted at one time. E.g.: A 16-bit bus can transmit 16 bits of data at a time. 32-bit bus can transmit 32 bits at a time. Gursharan Singh Tatla

Address Bus A collection of wires used to identify particular location in main memory is called Address Bus. Or in other words, the information used to describe the memory locations travels along the address bus. Gursharan Singh Tatla

Address Bus The size of address bus determines how many unique memory locations can be addressed. E.g.: A system with 4-bit address bus can address 24 = 16 Bytes of memory. A system with 16-bit address bus can address 216 = 64 KB of memory. A system with 20-bit address bus can address 220 = 1 MB of memory. Gursharan Singh Tatla

Control Bus The connections that carry control information between the CPU and other devices within the computer is called Control Bus. The control bus carries signals that report the status of various devices. E.g.: This bus is used to indicate whether the CPU is reading from memory or writing to memory. Gursharan Singh Tatla

Thank You Have a Nice Day Gursharan Singh Tatla