Engr. Muhammad Zakir Shaikh Visiting Faculty IBT LUMHS. 1.

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

Buses Three sets of wires connect the CPU to memory and I/O devices:
Provide data pathways that connect various system components.
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
Mr. Gursharan Singh Tatla
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.
Computer Organization, Bus Structure
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.
Chapter 1 An Introduction To Microprocessor And Computer
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
INTRODUCTION OF COMPUTER
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.
Microprocessor and Microcontroller Based Systems Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical.
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.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Chapter 0 Introduction to Computing
The CPU - Outline. Components of CPU Englander p
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.
GCSE Computing - The CPU
6. The CPU and Memory Chapt. 7.
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.
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.
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Computer Organization Computer Organization & Assembly Language: Module 2.
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.
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.
D75P 34R HNC Computer Architecture 1 Week 9 The Processor, Busses and Peripherals © C Nyssen/Aberdeen College 2003 All images © C Nyssen /Aberdeen College.
CPU Computer Hardware Organization (How does the computer look from inside?) Register file ALU PC System bus Memory bus Main memory Bus interface I/O bridge.
Buses Warning: some of the terminology is used inconsistently within the field.
Interrupts and DMA CSCI The Role of the Operating System in Performing I/O Two main jobs of a computer are: –Processing –Performing I/O manage and.
Tomorrow’s Technology and You 8/e Chapter 2 Hardware Basics: Inside the Box.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
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 Architecture Lecture 2 System Buses. Program Concept Hardwired systems are inflexible General purpose hardware can do different tasks, given.
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.
CSCI-100 Introduction to Computing Hardware Part I.
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.
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.
3/22 How a Bus Works. Roll Call Lecture: –general traces addresses sizes types –How a PCI bus works.
Computer Architecture and the Fetch-Execute Cycle Buses, CPU Clock & Ports.
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.
Chapter 3 Getting Started. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. Objectives To give an overview of the structure of a contemporary.
Computer Hardware What is a CPU.
System unit Performed by Bektasova P.S. Checked by Sultanova Zh.Zh.
Chapter 2 – Computer hardware
Buses.
12-Dec-11 SYSTEM BUS.
Technology 3 Bits & Bytes.
1.2.1 Data transmission.
Presentation transcript:

Engr. Muhammad Zakir Shaikh Visiting Faculty IBT LUMHS. 1

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 '. 2

Bottom of Motherboard 3 System Bus

Types of System Buses Data Bus Address Bus Control Bus 4

5

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. 6

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. 7

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. 8

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 2 4 = 16 Bytes of memory. A system with 16-bit address bus can address 2 16 = 64 KB of memory. A system with 20-bit address bus can address 2 20 = 1 MB of memory. 9

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. 10

11