A Top-Level View Of Computer Function And Interconnection

Slides:



Advertisements
Similar presentations
Chapter Three: Interconnection Structure
Advertisements

Lecture 10 Instruction Set Architecture
Digital Computer Fundamentals
Computer Organization, Bus Structure
COMPUTER ORGANIZATION CHAPTER SUBSYSTEM INTERCONNECTION.
TCSS 372A Computer Architecture. Getting Started Get acquainted (take pictures) Discuss purpose, scope, and expectations of the course Discuss personal.
University College Cork IRELAND Hardware Concepts An understanding of computer hardware is a vital prerequisite for the study of operating systems.
Computer Organization and Assembly language
CS-334: Computer Architecture
Computer Architecture Lecture 08 Fasih ur Rehman.
Interconnection Structures
The Structure of the CPU
Interrupts and DMA CSCI The Role of the Operating System in Performing I/O Two main jobs of a computer are: –Processing –Performing I/O manage and.
THE COMPUTER SYSTEM. Lecture Objectives Computer functions – Instruction fetch & execute – Interrupt Handling – I/O functions Interconnections Computer.
ECE 456 Computer Architecture
CHAPTER 3 TOP LEVEL VIEW OF COMPUTER FUNCTION AND INTERCONNECTION
Top Level View of Computer Function and Interconnection.
Interrupts, Buses Chapter 6.2.5, Introduction to Interrupts Interrupts are a mechanism by which other modules (e.g. I/O) may interrupt normal.
COMPUTER ORGANIZATIONS CSNB123. COMPUTER ORGANIZATIONS CSNB123 Expected Course Outcome #Course OutcomeCoverage 1Explain the concepts that underlie modern.
Computer Architecture Lecture 2 System Buses. Program Concept Hardwired systems are inflexible General purpose hardware can do different tasks, given.
EEE440 Computer Architecture
ECEG-3202 Computer Architecture and Organization Chapter 3 Top Level View of Computer Function and Interconnection.
By Fernan Naderzad.  Today we’ll go over: Von Neumann Architecture, Hardware and Software Approaches, Computer Functions, Interrupts, and Buses.
Dr Mohamed Menacer College of Computer Science and Engineering, Taibah University CE-321: Computer.
Group 1 chapter 3 Alex Francisco Mario Palomino Mohammed Ur-Rehman Maria Lopez.
Computer Architecture and the Fetch-Execute Cycle Buses, CPU Clock & Ports.
Chapter 3 System Buses.  Hardwired systems are inflexible  General purpose hardware can do different tasks, given correct control signals  Instead.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
1 load [2], [9] Transfer contents of memory location 9 to memory location 2. Illegal instruction.
Chapter 2: Computer Function And Interconnection
ASYNCHRONOUS DATA TRANSFER
Interconnection structures
Chapter 10 Input/Output Organization
Operating Systems (CS 340 D)
Input/Output.
CHAPTER 4 TOP LEVEL VIEW OF COMPUTER FUNCTION AND INTERCONNECTION
CS 286 Computer Organization and Architecture
Chapter 3 Top Level View of Computer Function and Interconnection
Buses.
12-Dec-11 SYSTEM BUS.
BIC 10503: COMPUTER ARCHITECTURE
Interfacing Memory Interfacing.
Chapter 3 A Top-Level View of Computer Function and Interconnection
INTERCONNECTION NETWORKS
ECEG-3202 Computer Architecture and Organization
Overview of Computer Architecture and Organization
CNET 315 Microprocessor & Assembly Language
Computer System Overview
Chapter 3 Peter Norton’s  Introduction to Computers Interacting with Your Computer.
A Top-Level View Of Computer Function And Interconnection
Jazan University, Jazan KSA
Jazan University, Jazan KSA
Computer Evolution and Performance
Jazan University, Jazan KSA
A Top-Level View Of Computer Function And Interconnection
William Stallings Computer Organization and Architecture 7th Edition
Computer Organization and Architecture William Stallings 8th Edition
Jazan University, Jazan KSA
Microprocessor I 7/18/2019.
William Stallings Computer Organization and Architecture
Multiprocessor System Interconnects
Presentation transcript:

A Top-Level View Of Computer Function And Interconnection Chapter 3 Lecture 08 Faheem ahmad Lecturer, CNET Dept., Jazan University, Jazan KSA A Top-Level View Of Computer Function And Interconnection

Interconnection Structures The collection of paths connecting the various modules(CPU, memory, I/O) is called the interconnection structure. There are 3 modules of interconnection structure Book Page No 83-84

Memory 1.consists of N words 2.Operations: Read,write 3.location of operation is specified by address. Book Page No 83-84

I/O 1.consists of M ports. 2.Operations: Read , write 3.Sends interrupt signal to CPU Book Page No 83-84

CPU 1.CPU read data and instruction 2.writes data 3.uses control signal to control overall operation. Book Page No 83-84

From the above picture its clear that it supports the following types of transfers. Memory to CPU CPU to Memory I/O to CPU CPU to I/O Book Page No 83-84

Bus Interconnection A bus is a communication pathway connecting two or more devices. It is a shared transmission medium. Multiple devices connect to the bus, and a signal transmitted by any one device for all other devices attached to the bus. This concept can be understand from the following figure.

Bus Interconnection There are three buses [Data , Address & Control bus] Data bus, It carries data / instructions, Address bus, which identify the source or destination of data, Control bus, which is responsible for memory R/W signal, interrupt request and clock signals. Book Page No 85

Thank you!!! Chapter 3 Ends!!!