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.

Slides:



Advertisements
Similar presentations
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Advertisements

Computing Systems Organization
The CPU The Central Presentation Unit What is the CPU?
1 Microprocessor History. 2 The date is the year that the processor was first introduced. Many processors are re- introduced at higher clock speeds for.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Processor System Architecture
Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Memory Basics. 8-1 Memory definitions Memory is a collection of cells capable of storing binary information. Two types of memory: –Random-Access Memory.
Discovering Computers 2010
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
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 central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
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.
COMPONENTS OF THE SYSTEM UNIT
Lesson 3 — How a Computer Processes Data
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
Computer Processing of Data
Introduction to Computing: Lecture 4
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Computer architecture Microprocessor based computers.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Microcontrollers Microcontroller (MCU) – An integrated electronic computing device that includes three major components on a single chip Microprocessor.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
Dr. Rabie A. Ramadan Al-Azhar University Lecture 6
Lesson 2 — How Does A Computer Process Data?
Tomorrow’s Technology and You 8/e Chapter 2 Hardware Basics: Inside the Box.
Basic Architecture Lecture 15. In general, if the number of bits is n, then the number of different combinations of 0s and 1s that can be made is 2 n.
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.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
The Central Processing Unit: What Goes on Inside the Computer
Microprocessor-Based System. What is it? How simple can a microprocessor-based system actually be? – It must obviously contain a microprocessor otherwise.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Computers Today Information taken from: Microsoft Office 97 Professional by Lawrence Press Microsoft Office 2003 by Glencoe Dell Dimension B110 2 iMac.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
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.
CSCI-100 Introduction to Computing Hardware Part I.
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.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
University of Sargodha, Lahore Campus Prepared by Ali Saeed.
The Computer System.
Basic LED Interface.
Hardware: Input and Processing. Input and Processing Technology Hardware devices can be grouped according to how and where they are used in the four steps.
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems CPU.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
4 1 Computer Hardware Ch.5-A,B,C,D; Ch.4-B FALL 2000 Rob Wolfe.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Chapter 2 content Basic organization of computer What is motherboard
Computers Are Your Future Tenth Edition
Computer Hardware – System Unit
Processor/Memory Chapter 3
Discovering Computers 2011: Living in a Digital World Chapter 4
Chapter 7.2 Computer Architecture
The Central Processing Unit
Microcomputer Architecture
Computer Architecture
Computers: Hardware and Software
Computer Basics PE 266 Dr. Mike Butler.
Chapter 4: Hardware for Educators
Microprocessor I 7/18/2019.
Presentation transcript:

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. There are busses both within the CPU and connecting it to external memory and peripheral devices. The width of the data bus, i.e., the number of parallel connectors, and its clock rate determine its data rate (the number of bytes per second which it can carry). This is one of the factors limiting a computers performance.

Computers do their work with Ones and Zeroes This is called the binary number system A single binary digit (a one or a zero) is called a bit Binary works for computers because switches are on or off Eight bits make up a byte We'll see more about this soon... DecimalBinary etc

Serial Parallel

Printed Circuit Boards

Cross section of multilayer printed circuit board

CPU RAM or ROM The buss address wires: The buss data wires: Hey RAM! Get me whatever is stored at address Ok boss... that would be the number bus's read/write wire 0 (read from memory) (Data on data wires would go in the other direction if read/write wire was 1 – CPU would send, RAM would receive)

Okay, so thats what the circuit board is about... What goes on behind the closed doors of the chips?

The clock set the pace, and keeps the chips in sync...

Some metaphors for how a computer is organized...

A Little More About the CPU... All a CPU does is: fetch instructions from RAM or ROM execute those instructions Executing an instruction generally involves either: reading data from memory into a register (a very small chunk of extremely fast volatile memory built into the CPU), or modifying the data in a register (adding two values, comparing them, testing if a value is zero, etc), or storing the contents of a register back into memory Instructions are just ones and zeroes For instance, in an 8086 microprocessor, the instruction means "put the value into register AL"

Booting a PC...

Adding Two One-Bit Binary Numbers Input AInput BDecimal Output Binary Output In Other Words = = = = 2 Think of the binary output as two separate bits: Rule for the right (ones) bit: (A and not B) or (B and not A) Rule for the left (twos) bit: ??

Getting Tricky with Ones and Zeroes AND OR 2-way switchflashlight