Microcomputer Architecture Computers - Basic Architecture Computers have: –Input –Output –Storage (Memory) –Connectivity (can be seen as an IO channel)

Slides:



Advertisements
Similar presentations
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.
Advertisements

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Chapter 2: Data Manipulation
The CPU The Central Presentation Unit What is the CPU?
Transforming Data into Information lesson 7 This lesson includes the following sections: How Computers Represent Data How Computers Process Data Factors.
Basic Electronics Ninth Edition Basic Electronics Ninth Edition ©2002 The McGraw-Hill Companies Grob Schultz.
ADDER, HALF ADDER & FULL ADDER
Chapter 5 The System Unit.
1 Binary and Hexadecimal Numbers. 2 A binary number (base 2) is a sequence using the digits 0 and 1, such as The base of a number system is equal.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
INTRODUCTION OF COMPUTER
MICRO PROCESSER The micro processer is a multipurpose programmable, clock driven, register based, electronic integrated device that has computing and decision.
CENTRAL PROCESSING UNIT
DH2T 34 Computer Architecture 1 LO2 Lesson Two CPU and Buses.
MEMORY ORGANIZATION Memory Hierarchy Main Memory Auxiliary Memory
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.
CMSC 104, Version 9/01 1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The.
COMPONENTS OF THE SYSTEM UNIT
The Microcomputer System In this presentation you will: Investigate the microprocessor Title Page.
Processing Devices.
Computer Structure.
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
CPU BASICS, THE BUS, CLOCKS, I/O SUBSYSTEM Philip Chan.
Computer Processing of Data
E0001 Computers in Engineering1 The System Unit & Memory.
Introduction to Computing: Lecture 4
Computer architecture Microprocessor based computers.
The CPU The Central Presentation Unit Main Memory and Addresses Address bus and Address Space Data Bus Control Bus The Instructions set Mnemonics Opcodes.
Computer Architecture and Organization Introduction.
Tomorrow’s Technology and You 8/e Chapter 2 Hardware Basics: Inside the Box.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
The Central Processing Unit: What Goes on Inside the Computer
The CPU Central Processing Unit. 2 Reminder - how it fits together processor (CPU) memory I/O devices bus.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
General Concepts of Computer Organization Overview of Microcomputer.
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
CSCI-100 Introduction to Computing Hardware Part I.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
Machine Architecture and Number Systems
Electronic Analog Computer Dr. Amin Danial Asham by.
CMSC Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
Succeeding with Technology Chapter 2 Hardware Designed to Meet the Need The Digital Revolution Integrated Circuits and Processing Storage Input, Output,
Computer operation is of how the different parts of a computer system work together to perform a task.
Chapter 2 Turning Data into Something You Can Use
Central Processing Unit (CPU) MATTHEW BOWEN. Function  The function of the CPU is to execute all of the commands and calculations or “processes” that.
Group 1 chapter 3 Alex Francisco Mario Palomino Mohammed Ur-Rehman Maria Lopez.
Hardware Information Created by Nasih 1. Hardware  The physical components of a computer system, including any peripheral equipment such as printers,
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.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Computer Systems Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Transforming Data Into Information
THE CPU i Bytes 1.1.
Components of Computer
Computer Architecture
Notes from Last Class Office Hours: GL Accounts?
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Microcomputer Architecture

Computers - Basic Architecture Computers have: –Input –Output –Storage (Memory) –Connectivity (can be seen as an IO channel)

Using the Computer

Basic components Certain Key Components –The Central Processor –Central Memory (RAM - Volatile Memory) –Permanent Storage –Input –Output

What Do Computers Do? They add –They Subtract Which is negative addition –They multiply Which is adding multiple times –They Divide Which is negative adding a bunch of times –They do more complicated things – Square roots, power functions, exponentiation, logarithms –All by numeric approximation – which is addition They move the data around that they add. Thats all…

The CPU Functions as the arithmetic unit of the computer It operates according to its clock cycle A 1.8 GHz computer has a clock that cycles 1.8 billion times per second

Some simple binary arithmetic People count by 10s –Because we have ten fingers Computers count by ones –Because magnetic storage media can electricity can be easily set to on and off –Or 0 and 1

Counting in Base 2 (Binary) DecimalBinary

Other Bases are useful as well DecimalBinaryHexaDecimal A B C D E F

Binary addition Adding Binary Numbers is Simple –3 Rules = = = 10 ( = 0 and carry the 1 to the next higher column)

Graphic Representation of Addition Register Register Accumulator

Does this look familiar Binary Addition is the electrical/electronic application of the exclusive or from logic Many numbers that are encountered frequently in computers arise from binary arithmetic More Info

Get on the Bus Computers read data on the buses that te CPU has Two Buses of note –Data Bus The data read into (or written from) the CPU or memory –Address Bus The spot in memory to read from or write to

Digital Systems So, in the end, we can see that computers simply move ad add 0s and 1s. And out of this, we can build incredibly rich and complex experiences Such as ******** Or…