Computer System: User s View. Computer System Components: High Level View. Input. Output. Computer. Computer System: Motherboard Level



Similar documents
CSCI 4717 Computer Architecture. Function. Data Storage. Data Processing. Data movement to a peripheral. Data Movement

Chapter 2 Logic Gates and Introduction to Computer Architecture

Chapter 6. Inside the System Unit. What You Will Learn... Computers Are Your Future. What You Will Learn... Describing Hardware Performance

Logical Operations. Control Unit. Contents. Arithmetic Operations. Objectives. The Central Processing Unit: Arithmetic / Logic Unit.

Introducción. Diseño de sistemas digitales.1

Introduction to Microprocessors

Chapter 01: Introduction. Lesson 02 Evolution of Computers Part 2 First generation Computers

The Central Processing Unit:

Computer Architecture Lecture 2: Instruction Set Principles (Appendix A) Chih Wei Liu 劉 志 尉 National Chiao Tung University

Computer Performance. Topic 3. Contents. Prerequisite knowledge Before studying this topic you should be able to:

MICROPROCESSOR AND MICROCOMPUTER BASICS

CHAPTER 4 MARIE: An Introduction to a Simple Computer

Learning Outcomes. Simple CPU Operation and Buses. Composition of a CPU. A simple CPU design

Management Challenge. Managing Hardware Assets. Central Processing Unit. What is a Computer System?

Microprocessor or Microcontroller?

Building a computer. Electronic Numerical Integrator and Computer (ENIAC)

ELE 356 Computer Engineering II. Section 1 Foundations Class 6 Architecture

Chapter 2 Basic Structure of Computers. Jin-Fu Li Department of Electrical Engineering National Central University Jungli, Taiwan

what operations can it perform? how does it perform them? on what kind of data? where are instructions and data stored?

MICROPROCESSOR. Exclusive for IACE Students iacehyd.blogspot.in Ph: /422 Page 1

COMPUTER ORGANIZATION AND ARCHITECTURE. Slides Courtesy of Carl Hamacher, Computer Organization, Fifth edition,mcgrawhill

Central Processing Unit (CPU)

CPU Organization and Assembly Language

Definition of Computers. INTRODUCTION to COMPUTERS. Historical Development ENIAC

Generations of the computer. processors.

ADVANCED PROCESSOR ARCHITECTURES AND MEMORY ORGANISATION Lesson-12: ARM

CHAPTER 2: HARDWARE BASICS: INSIDE THE BOX

Chapter 4 System Unit Components. Discovering Computers Your Interactive Guide to the Digital World

Computer Architecture Basics

İSTANBUL AYDIN UNIVERSITY

LSN 2 Computer Processors

TYPES OF COMPUTERS AND THEIR PARTS MULTIPLE CHOICE QUESTIONS

MICROPROCESSOR BCA IV Sem MULTIPLE CHOICE QUESTIONS

Let s put together a Manual Processor

Central Processing Unit

CS101 Lecture 26: Low Level Programming. John Magee 30 July 2013 Some material copyright Jones and Bartlett. Overview/Questions

a storage location directly on the CPU, used for temporary storage of small amounts of data during processing.

Computer Systems Structure Input/Output

This Unit: Putting It All Together. CIS 501 Computer Architecture. Sources. What is Computer Architecture?

Instruction Set Architecture (ISA)

Chapter 1 Computer System Overview

Microprocessor and Microcontroller Architecture

CHAPTER 7: The CPU and Memory

Computer Architecture Lecture 3: ISA Tradeoffs. Prof. Onur Mutlu Carnegie Mellon University Spring 2013, 1/18/2013

COMPUTER SCIENCE AND ENGINEERING - Microprocessor Systems - Mitchell Aaron Thornton

Microprocessor & Assembly Language

Discovering Computers Living in a Digital World

Chapter 3: Computer Hardware Components: CPU, Memory, and I/O

Hardware: Input, Processing, and Output Devices. A PC in Every Home. Assembling a Computer System

Computer Systems Design and Architecture by V. Heuring and H. Jordan

Digital Integrated Circuit (IC) Layout and Design

Operating System Overview. Otto J. Anshus

Advanced Computer Architecture-CS501. Computer Systems Design and Architecture 2.1, 2.2, 3.2

01 Introduction. The timeline

Processor Architectures

Machine Architecture and Number Systems. Major Computer Components. Schematic Diagram of a Computer. The CPU. The Bus. Main Memory.

(Refer Slide Time: 02:39)

Chapter 5, The Instruction Set Architecture Level

CISC, RISC, and DSP Microprocessors

EMBEDDED SYSTEM BASICS AND APPLICATION

Introduction to Computer Architecture Concepts

CSCA0102 IT & Business Applications. Foundation in Business Information Technology School of Engineering & Computing Sciences FTMS College Global

1.1 Electronic Computers Then and Now

Computer Organization

CPU Organisation and Operation

Computers. Hardware. The Central Processing Unit (CPU) CMPT 125: Lecture 1: Understanding the Computer

Introduction to Virtual Machines

EE361: Digital Computer Organization Course Syllabus

Computer Systems Structure Main Memory Organization

A New, High-Performance, Low-Power, Floating-Point Embedded Processor for Scientific Computing and DSP Applications

Fall Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu.

(Refer Slide Time: 00:01:16 min)

Unit A451: Computer systems and programming. Section 2: Computing Hardware 1/5: Central Processing Unit

Technical Note. Micron NAND Flash Controller via Xilinx Spartan -3 FPGA. Overview. TN-29-06: NAND Flash Controller on Spartan-3 Overview

STUDY GUIDE CHAPTER 1

Lecture N -1- PHYS Microcontrollers

MULTIPLE CHOICE FREE RESPONSE QUESTIONS

An Overview of Stack Architecture and the PSC 1000 Microprocessor

Topics. Introduction. Java History CS 146. Introduction to Programming and Algorithms Module 1. Module Objectives

================================================================

An Introduction to Computer Science and Computer Organization Comp 150 Fall 2008

Virtualization and Cloud Computing. Sorav Bansal

Copyright 2012 Pearson Education, Inc. Chapter 1 INTRODUCTION TO COMPUTING AND ENGINEERING PROBLEM SOLVING

Technical Product Specifications Dell Dimension 2400 Created by: Scott Puckett

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson

ARM Microprocessor and ARM-Based Microcontrollers

OVERVIEW OF MICROPROCESSORS

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

Overview. CPU Manufacturers. Current Intel and AMD Offerings

Communicating with devices

CS Computer Organization

Design Cycle for Microprocessors

UNIT 2 CLASSIFICATION OF PARALLEL COMPUTERS

Chapter 4 Register Transfer and Microoperations. Section 4.1 Register Transfer Language

INTRODUCTION TO DIGITAL SYSTEMS. IMPLEMENTATION: MODULES (ICs) AND NETWORKS IMPLEMENTATION OF ALGORITHMS IN HARDWARE

SOC architecture and design

Lizy Kurian John Electrical and Computer Engineering Department, The University of Texas as Austin

Programming Logic controllers

CHAPTER 6: Computer System Organisation 1. The Computer System's Primary Functions

The Motherboard Chapter #5

Transcription:

System: User s View System Components: High Level View Input Output 1 System: Motherboard Level 2 Components: Interconnection I/O MEMORY 3 4 Organization Registers ALU CU 5 6 1

Input/Output I/O MEMORY address content 0000000000 01010101010010101 0000000001 01110101010010101 I/O Module 1111111110 01010101011110101 1111111111 11010111010010101 I/O Devices 7 8 Electronic Signal Machine Code Assembly A digital computer solves problems by carrying out instructions Results High Level Operating System User Application Software Instructions A program: A sequence of instructions describing how to perform a certain task. 9 10 The electronic circuits of a computer can recognize and directly execute a limited set of simple instructions, which are no more complicated than Add 2 numbers Check a number to see if it is zero Copy data from one part of the memory to another part Human Interpretation/Translation Difficult to implement Machine : A computer s primitive instructions form a language which enables humans to communicate with computers Machine languages are simple, but difficult to use. Machine 11 12 2

Human Multilevel virtual machine Machine-like/Human-like language Interpretation/Translation Machine Source: Structured Organization by Andrew Tanenbaum Prentice-Hall 13 14 A 6-level computer Programmers High-level language - C++, Java VB Assembly language OS - UNIX, Windows NT Source: Structured Organization by Andrew Tanenbaum Prentice-Hall Systems programmers Instruction sets - Pentium, PowerPC Micro programs Hardware 15 16 Level 0 Digital logic level Level 0 Digital logic level Gates AND, OR, NOT, NAND, NOR, XOR etc. - A small number of gates can form a 1-bit memory 17 18 3

Level 0 Digital logic level Level 1 Microstructure level A group of 1-bit memories combined to form registers. A register can hold 8 bits, 16 bits, 32 bits or 64 bits etc Registers - 16 bits, 32 bits etc ALU - Arithmetic Logic Unit Microprograms 19 20 Level 2 Instruction Set Architecture Level 2 Instruction Set Architecture 21 22 Level 3 - Operating System Hybrid level Most of its instructions are in ISA level - directly carried out by microprograms or hardwired control Also there are A set of new instructions Different memory organization Run two or more programs concurrently etc Level 4 - Assembly language level - Symbolic form of the underlying language - A method to write programs for level 1, 2, and 3 - Easier to use than machine language Assembler A program translates the assembly language into level 1, 2, or 3 language and interpreted by the appropriate virtual or actual machine. 23 24 4

Level 5 - High level language Application programmers BASIC, C, C++, C#, etc Compiler Translator which translates a high level language to level 4 and 3 languages A (Very) Brief History of s (I) The first Generation - Vacuum Tubes (1945-1955) ENIAC (1943-1946) Intended for calculating range tables of aiming artillery Consisted of 18000 tubes, 1500 relays, weight 30 tons, consumed 140 KW Decimal machine Each digit represented by a ring of 10 vacuum tubes. Designed for artillery range table, but used to perform complex calculations to help determine the feasibility of H bomb - general purpose computer Programmed with multi-position switches and jumper cables. John von Neumann (1945-1952) more later Originally a member of the ENIAC development team. First to use binary arithmetic Architecture consists of :, ALU, Program control, Input, Output Stored-program concept - main memory store both data and instructions 25 26 A (Very) Brief History of s (II) A (Very) Brief History of s (II) Vacuum Tubes ENIAC The Second Generation - Transistors (1955-1965) Transistors Transistor was invented in 1948 at Bell Labs by John Barden, Walter Brattain amd William Shockley TX-0 (Transistorised experimental computer 0), first transistor computer, build at MIT Lincoln Labs DEC PDP-1, first affordable microcomputer ($120,000), performance half that of IBM 7090 (the fastest computer in the world at that time, which cost millions) PDP-8, cheap ($16,000), the first to use single bus CDC 6600 (1964) an order of magnitide faster than the mighty IBM 7094 First highly parallelized machine (up to 10 instructions in parallel) Separate computational and control units Burroughs B5000 First to emphasise software and high level programming languages (Algol 60) 27 28 A (Very) Brief History of s (III) The Third Generation - Integrated Circuits (1965-1980) IBM System/360 Family of machines with same assembly language Designed for both scientific and commercial computing First to allowed microprogramming.dec PDP-11 Was to System/360 what PDP-8 was to 7090 Very popular with universities, maintained DEC's lead in microcomputer market The Fourth Generation - VLSI (1980 -?) Evolution of Intel Microprocessor Source: http://www.intel.com/intel/museum/25anniv/hof/tspecs.htm 1970s Processors 4004 8008 8080 8086 8088 Introduced 11/15/71 4/1/72 4/1/74 6/8/78 6/1/79 Clock 108KHz 200KHz 2MHz 5MHz, 8MHz, 5MHz, 8MHz Speeds 10MHz Bus Width 4 bits 8 bits 8 bits 16 bits 8 bits Number of 2,300 3,500 6,000 29,000 29,000 Transistor (10 microns) (10 microns) (6 microns) (3 microns) (3 microns) s Addressab 640 bytes 16 KBytes 64 KBytes 1 MB 1 MB le Virtual -- -- -- -- -- Lead to PC revolution High performance, low cost Brief First microcomputer Descriptio chip, Arithmetic n manipulation Data/character 10X the manipulation performance of the 8008 10X the performance of the 8080 Identical to 8086 except for its 8-bit external bus 29 30 5

Evolution of Intel Microprocessor Source: http://www.intel.com/intel/museum/25anniv/hof/tspecs.htm Evolution of Intel Microprocessor Source: http://www.intel.com/intel/museum/25anniv/hof/tspecs.htm 1980s Processors Intel486 TM DX Intel386 TM DX Intel386 TM SX Microproce 80286 Microprocessor Microprocessor ssor Introduced 2/1/82 10/17/85 6/16/88 4/10/89 Clock 6MHz, 8MHz, 16MHz, 20MHz, 25MHz, 16MHz, 20MHz, 25MHz, 33MHz 25MHz, Speeds 10MHz, 12.5MHz 33MHz 33MHz, 50MHz Bus Width 16 bits 32 bits 16 bits 32 bits Number of 134,000 275,000 275,000 1.2 million Transistor (1.5 microns) (1 micron) (1 micron) (1 micron) s (.8 micron with 50MHz) Addressab 16 megabytes 4 gigabytes 16 megabytes 4 gigabytes le Virtual 1 gigabyte 64 terabytes 64 terabytes 64 terabytes Brief 3-6X the First X86 chip to handle 32-16-bit address bus enabled lowcost Level 1 cache Descriptio performance of the bit data sets 32-bit processing on chip n 8086 1990s Processors Intel486 TM SX Pentium Pro Pentium II Microprocessor Pentium Processor Processor Processor Introduced 4/22/91 3/22/93 11/01/95 5/07/97 Clock 16MHz, 20MHz, 60MHz,66MHz 150MHz, 166MHz, 200MHz, 233MHz, Speeds 25MHz, 33MHz 180MHz, 200MHz 266MHz, 300MHz Bus Width 32 bits 64 bits 64 bits 64 bits Number of 1.185 million 3.1 million 5.5 million 7.5 million Transistors (1 micron) (.8 micron) (0.35 micron) (0.35 micron) Addressable 4 gigabytes 4 gigabytes 64 gigabytes 64 gigabytes Virtual 64 terabytes 64 terabytes 64 terabytes 64 terabytes Brief Identical in design to Superscalar architecture Dynamic execution Dual independent Description Intel486 TM DX but brought 5X the performance of architecture drives bus, dynamic without math the 33-MHz Intel486 TM DX high-performing execution, Intel coprocessor processor processor MMX TM technology 31 32 Moore s Law Moore s Law s double in power roughly every two years, but cost only half as much The IAS (von Neumann) Machine Stored Program concept Main memory storing programs and data ALU operating on binary data Control unit interpreting instructions from memory and executing Input and output equipment operated by control unit Input Output Equipment Arithmetic and Logic Unit Program Control Unit Main The Structure of IAS 1946 ~ 1952 John von Neumann Princeton Institute for Advanced Studies Almost all of today s computers have the same general structure as the IAS - referred to as von Neumann machines. 33 34 The IAS Machine: The IAS Machine: Control Unit Location 0 IAS - 1000 storage locations (words), each 40 bits - Both data and instruction are stored in the memory The control unit operates the machine by fetching instructions from memory and executing them ONE at a time. Central Processing Unit Arithmetic and Logic Unit Accumulator MQ Sign bit 39-bit value Location 999. Bit 1 Bit 40 Number word 0 8 20 28 39 Opcode address Opcode address Instruction word Input Output Equipment Arithmetic & Logic Circuits MBR IBR PC MAR Instructions & Data Main IR Control Circuits Program Control Unit Address 35 36 6

The IAS Machine: Instruction Cycle The IAS operates by repetitively performing an instruction cycle. Two sub-cycles: - During the fetch cycle, the opcode of the NEXT instruction is loaded in to the IR and the address portion is loaded into the MAR - Once the opcode is in the IR, the execute cycle is performed. Control circuitry interprets the opcode and executes the instruction by sending out appropriate control signals to cause data to be moved or an operation to be performed by the ALU. 37 7