Computer architecture Microprocessor based computers.

Slides:



Advertisements
Similar presentations
Microprocessors A Beginning.
Advertisements

Computer Memory and Data Transfer
The Central Processing Unit (CPU) Understanding Computers.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
MICRO PROCESSER The micro processer is a multipurpose programmable, clock driven, register based, electronic integrated device that has computing and decision.
DH2T 34 Computer Architecture 1 LO2 Lesson Two CPU and Buses.
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 processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
UNIT 9 Computer architecture
CPU Describe the purpose of the CPU
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.
COMPONENTS OF THE SYSTEM UNIT
Processing Devices.
C.S. Choy95 COMPUTER ORGANIZATION Logic Design Skill to design digital components JAVA Language Skill to program a computer Computer Organization Skill.
Lesson 3 — How a Computer Processes Data
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
Computer Processing of Data
E0001 Computers in Engineering1 The System Unit & Memory.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
created by :Gaurav Shrivastava
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.
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.
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
The Central Processing Unit: What Goes on Inside the Computer
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
COMPUTER SCIENCE QUESTIONS… BY JACK. WHAT IS THE CPU? The cpu is the central processing unit.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
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.
Chapter 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
1 COMS 161 Introduction to Computing Title: Computing Basics Date: September 15, 2004 Lecture Number: 10.
Introduction to Microprocessors
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
HOW a Computer Works ? Anatomy of Microprocessor.
MICROOCESSORS AND MICROCONTROLLER:
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
The Computer System.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
CMSC 1041 Machine Architecture An Introduction to Computer Components.
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems CPU.
Capability of processor determine the capability of the computer system. Therefore, processor is the key element or heart of a computer system. Other.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
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.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Chapter 2 content Basic organization of computer What is motherboard
Computer Architecture and Number Systems
Unit Microprocessor.
The Central Processing Unit (CPU)
COURSE OUTCOMES OF Microprocessor and programming
UNIT 9 Computer architecture
Chapter 7.2 Computer Architecture
The Central Processing Unit
Describe the central processing unit including its role
Describe the central processing unit including its role
The Basic Organization of Computers T.Jeya M.Sc., M.Phil Assistant Professor, Department of CS, SAC Women’s College. Cumbum. Tamilnadu.
COMS 161 Introduction to Computing
Computers: Tools for an Information Age
Computers Inside and Out
Computers: Tools for an Information Age
Presentation transcript:

Computer architecture Microprocessor based computers

von Neuman architecture

Clock Clock is an astable producing a square wave Synchronises processes Sets the speed of operation of CPU For most microprocessors each instruction takes several clock cycles Clock usually based around quartz crystal for accurate clock speed

CPU – Central Processing Unit Controls the movement of information around the system Performs logical and arithmetic operations Process depends on instructions fetched from memory Microprocessor is a CPU on one chip Instructions are in machine code (binary) Instructions are different for each microprocessor family

Instruction sets The Intel Pentium 4 instruction set is enormous, it is a 32 bit data bus so there are 2 32 possible instructionsPentium 4 instruction set The Z80 is an older 8 bit microprocessor with a simpler instruction setinstruction set e.g is the instruction to double the number held in the CPU

Memory AddressData A 12 – A 0 HexI/O 7 -I/O 0 Hex A F BA Continued…

ROM – Read Only Memory Permanent store Information cannot be changed Information does not disappear when power turned off Used for storing programs so that machine has program to start at turn on

RAM - Random Access Memory Temporary store Data can be written to or read from RAM Information is lost when power is turned off (volatile)

Input port Obtains in formation from outside the system in digital form

Output port Sends digital information to outside the  P system Information is latched so stays at output until changed

Data bus Set of wires (8 in 8 bit system) Two way - carry data to and from  P All devices connected to same bus (omnibus means for all)

Address bus Set of wires Provides information about which device to write to or read from Provides address in memory being written to or read from

Control bus Set of wires Provides information about direction of data movement Can provide information about device being addressed (memory, I/O) Can provide timing information