COURSE-MATERIAL-CAO.Compressed.Pdf

COURSE-MATERIAL-CAO.Compressed.Pdf

EC8552- Computer Architecture And Organization M.I.E.T. ENGINEERING COLLEGE (Approved by AICTE and Affiliated to Anna University Chennai) TRICHY – PUDUKKOTTAI ROAD, TIRUCHIRAPPALLI – 620 007 DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING COURSE MATERIAL EC8552-COMPUTER ARCHITECTURE AND ORGANIZATION III YEAR - V SEMESTER M.I.E.T./ECE/III YR/ Computer Architecture And Organization EC8552- Computer Architecture And Organization M.I.E.T. ENGINEERING COLLEGE (Approved by AICTE and Affiliated to Anna University Chennai) TRICHY – PUDUKKOTTAI ROAD, TIRUCHIRAPPALLI – 620 007 DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING SYLLABUS (THEORY) Sub. Code : EC8552 Branch/Year/Sem : ECE/III/V Sub Name : Computer Architecture And Organization Batch : 2017-2021 Staff Name : A.BARVEEN Academic Year : 2019-2020 UNIT I COMPUTER ORGANIZATION & INSTRUCTIONS 9 Basics of a computer system: Evolution, Ideas, Technology, Performance, Power wall, Uniprocessors to Multiprocessors. Addressing and addressing modes. Instructions: Operations and Operands, Representing instructions, Logical operations, control operations. UNIT II ARITHMETIC 9 Fixed point Addition, Subtraction, Multiplication and Division. Floating Point arithmetic, High performance arithmetic, Sub word parallelism UNIT III THE PROCESSOR 9 Introduction, Logic Design Conventions, Building a Data path - A Simple Implementation scheme - An Overview of Pipelining - Pipelined Data path and Control. Data Hazards: Forwarding versus Stalling, Control Hazards, Exceptions, Parallelism via Instructions. UNIT IV MEMORY AND I/O ORGANIZATION 9 Memory hierarchy, Memory Chip Organization, Cache memory, Virtual memory. Parallel Bus Architectures, Internal Communication Methodologies, Serial Bus Architectures, Mass storage, Input and Output Devices. UNIT V ADVANCED COMPUTER ARCHITECTURE 9 Parallel processing architectures and challenges, Hardware multithreading, Multicore and shared memory multiprocessors, Introduction to Graphics Processing Units, Clusters and Warehouse scale computers - Introduction to Multiprocessor network topologies. TOTAL: 45 PERIODS M.I.E.T./ECE/III YR/ Computer Architecture And Organization EC8552- Computer Architecture And Organization TEXT BOOKS: 1. David A. Patterson and John L. Hennessey, Computer Organization and Design Fifth edition, Morgan Kauffman / Elsevier, 2014. (UNIT I-V) ‖, 2. Miles J. Murdocca and Vincent P. Heuring, Computer Architecture and Organization: An Integrated approach Second edition, Wiley India Pvt Ltd, 2015 (UNIT IV,V) REFERENCES ‖, 1. V. Carl Hamacher, Zvonko G. Varanesic and Safat G. Zaky, Computer Organization , Fifth edition, Mc Graw- Hill Education India Pvt Ltd, 2014.2. William S t a l l i n g s Computer― Organization and― Architecture , Seventh Edition , Pearson ‖ Education, 2006. 3. Govindarajalu, Computer Architecture and Organization, Design Principles and Applications", Second― edition, McGraw-Hill Education India Pvt Ltd, 2014. SUBJECT IN-CHARGE HOD/CSE M.I.E.T./ECE/III YR/ Computer Architecture And Organization EC8552- Computer Architecture And Organization M.I.E.T. ENGINEERING COLLEGE (Approved by AICTE and Affiliated to Anna University Chennai) TRICHY – PUDUKKOTTAI ROAD, TIRUCHIRAPPALLI – 620 007 DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING Sub. Code : EC8552 Branch/Year/Sem : ECE/III/V Sub Name : Computer Architecture And Organization Batch : 2017-2021 Staff Name : A.BARVEEN Academic Year : 2019-2020 COURSE OBJECTIVE 1. To make students understand the basic structure and operation of digital computer 2. To familiarize with implementation of fixed point and floating-point arithmetic operations 3. To study the design of data path unit and control unit for processor 4. To understand the concept of various memories and interfacing 5. To introduce the parallel processing technique COURSE OUTCOMES 1. Describe data representation, instruction formats and the operation of a digital computer 2. Illustrate the fixed point and floating-point arithmetic for ALU operation 3. Discuss about implementation schemes of control unit and pipeline performance 4. Explain the concept of various memories, interfacing and organization of multiple processors 5. Discuss parallel processing technique and Implementation 6. Understand about unconventional architectures and network topologies Prepared by Approved by Verified By STAFF NAME PRINCIPAL HOD (A.BARVEEN) M.I.E.T./ECE/III YR/ Computer Architecture And Organization EC8552- Computer Architecture And Organization M.I.E.T. ENGINEERING COLLEGE (Approved by AICTE and Affiliated to Anna University Chennai) TRICHY – PUDUKKOTTAI ROAD, TIRUCHIRAPPALLI – 620 007 UNIT – I COMPUTER ORGANIZATION & INSTRUCTIONS 1.1 INTRODUCTION Computer architecture acts as the interface between the hardware and the lowest level software. Computer architecture refers to: Attributes of a system visible to programmers like data type of variables. Attributes that have a direct impact on the execution of programs like clock cycle. Computer Architecture is defined as study of the structure, behavior, and design of computers. Computer Organization: It refers to the operational units and their interconnections that realize the architectural specifications. It describes the function of and design of the various units of digital computer that store and process information. The attributes in computer organization refers to: Control signals Computer/peripheral interface Memory technology Computer hardware: Consists of electronic circuits, displays, magnetic and optical storage media, electromechanical equipment and communication facilities. Computer Architecture: It is concerned with the structure and behavior of the computer. It includes the information formats, the instruction set and techniques for addressing memory. The attributes in computer architecture refers to the: Instruction set Data representation I/O mechanisms Addressing techniques The basic distinction between architecture and organization is: the attributes of the former are visible to programmers whereas the attributes of the later describes how features are implemented in the system. M.I.E.T./ECE/III YR/ Computer Architecture And Organization EC8552- Computer Architecture And Organization 1.2 BASICS OF A COMPUTER SYSTEM Architecture. The modern day computer systems functional unit is given by Von Neumann Fig 1.1: Von Neumann Architecture Input Unit Computers accepts the coded information through input unit. Computer must receive both data and program statements to function properly and must be able to solve problems. The method of feeding data and programs to a computer is accomplished by an input device. Input devices read data from a source, such as magnetic disks, and translate that data into electronic impulses for transfer into the CPU. Whenever a key is pressed, the corresponding letter or digit is automatically translated into its corresponding binary code and transmitted over a cable to either the memory or the processor. Central Processing Unit (CPU) The CPU processes data transferred to it from one of the various input devices. It then transfers either an intermediate or final result of the CPU to one or more output devices. A central control section and work areas are required to perform calculations or manipulate data. The CPU is the computing center of the system. It consists of a control section, an arithmetic- logic section, and an internal storage section (memory unit). Each section within the CPU serves a specific function and has a particular relationship with the other sections within the CPU. Memory Unit It stores the programs and data. Memory unit is broadly classified into two types: Primary memory and Secondary memory. M.I.E.T./ECE/III YR/ Computer Architecture And Organization EC8552- Computer Architecture And Organization 1.3 Introduction 1. Primary Memory: It is a fast memory that operates at electronic speeds. Programs must be stored in the memory while they are being executed. The memory contains large no of semiconductor storage cells. Each cell carries 1 bit of information. The cells are processed in a group of fixed size called Words. To provide easy access to any word in a memory, a distinct address is associated with each word location. Addresses are numbers that identify successive locations. The number of bits in each word is called the word length. The word length ranges from 16 to 64 bits. There are 3 types of primary memory: I. RAM: Memory in which any location can be reached in short and fixed amount of time after specifying its address is called RAM. Time required to access 1 word is called Memory Access Time. II. Cache Memory: The small, fast, RAM units are called Cache. They are tightly coupled with processor to achieve high performance. III. Main Memory: The largest and the slowest unit is the main memory. Arithmetic & Logic Unit Most computer operations are executed in ALU. The arithmetic-logic section performs arithmetic operations, such as addition, subtraction, multiplication, and division. Through internal logic capability, it tests various conditions encountered during processing and takes action based on the result. Data may be transferred back and forth between these two sections several times before processing is completed. Access time to registers is faster than access time to the fastest cache unit in memory. Output Unit Its function is to send the processed results to the outside world. Control Unit The operations of Input unit, output unit, ALU are co-ordinate by the control unit. The control

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    222 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us