Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.

Slides:



Advertisements
Similar presentations
Chapter Three: Interconnection Structure
Advertisements

Digital Computer Fundamentals
Computer Organization, Bus Structure
I/O Organization popo.
INTRODUCTION OF COMPUTER
Computer Architecture & Organization
Computer Components.
Using Computers CS French Chapter 1.
System Unit By Sam Gibbs. System Unit The main part of a personal computer Includes a chassis, microprocessor, main memory, bus, and ports Does not include.
Computer Hardware.
I/O Subsystem Organization and Interfacing Cs 147 Peter Nguyen
Input-Output Problems L1 Prof. Sin-Min Lee Department of Mathematics and Computer Science.
Input, Output, Processing and Storage
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
Computer Architecture and Organization
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Input, Output, and Storage & Introduction to Basic Computer Architecture Week 2.
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Computer System Overview Chapter 1. Operating System Exploits the hardware resources of one or more processors Provides a set of services to system users.
Internal hardware and external components of a computer Three-box Model  Processor The brain of the system Executes programs A big finite state machine.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
Configuration.
2007 Sept 06SYSC 2001* - Fall SYSC2001-Ch1.ppt1 Computer Architecture & Organization  Instruction set, number of bits used for data representation,
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
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 Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes.
Input/Output 2 What is I/O? How we get the CPU to communicate with devices From the computer’s point of view, it’s just 1’s and 0’s Gets interpreted.
5-1 Computer Components Consider the following ad.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
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.
General Concepts of Computer Organization Overview of Microcomputer.
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
Computer Organization & Assembly Language © by DR. M. Amer.
Input-Output Organization
Introduction to Microprocessors Manijeh Keshtgary Fall 2006 Shiraz University of Technology.
7. Peripherals 7.1 Introduction of peripheral devices Computer Studies (AL)
INTRODUCTION.  Upon completing this topic, you should be able to: Illustrate a basic elements of digital computer system and their functions, Depicts.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
Assessment Covering… Von Neuman architecture Registers – purpose and use, the fetch execute cycle.
Academic PowerPoint Computer System – Architecture.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
Computer operation is of how the different parts of a computer system work together to perform a task.
A Level Computing for AQA Teacher’s Resource CD-ROM 4 CHAPTER: Functional characteristics of a processor.
Chapter 2.
Engr. Muhammad Zakir Shaikh Visiting Faculty IBT LUMHS. 1.
1 Basic Processor Architecture. 2 Building Blocks of Processor Systems CPU.
Introduction To Computers
1 Device Controller I/O units typically consist of A mechanical component: the device itself An electronic component: the device controller or adapter.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Overview of microcomputer structure and operation
Amdahl’s Law & I/O Control Method 1. Amdahl’s Law The overall performance of a system is a result of the interaction of all of its components. System.
Von Neumann Machines. 3 The Von Neumann Architecture Model for designing and building computers, based on the following three characteristics: 1)The.
Basic concepts of a computer system V1.0 (21/11/2005)
Peripherals on or near an edge or constituting an outer boundary; the outer area; "Russia's peripheral provinces"; "peripheral suburbs" (computer science)
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Computer Architecture and Number Systems
Computer Systems Nat 4/5 Computing Science Computer Structure:
CPU Lesson 2.
Systems Architecture Keywords Fetch Execute Cycle
Components of Computer
Chapter 7.2 Computer Architecture
System unit Performed by Bektasova P.S. Checked by Sultanova Zh.Zh.
Parts of the Computer.
Microcomputer Architecture
Chapter 4 Introduction to Computer Organization
Unit 1.1 System Architecture Lesson 2
INTRODUCTION TO COMPUTERS
Computer Electronic device Accepts data - input
Presentation transcript:

Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard - mouse - printer - disk drives

Three Box Model (von Neumann architecture)

Processor and Memory Processor executes programs and supervises functioning of the rest of the system Use Google to find out what Moore’s law is and put into your notes Memory – use e.g. in Google : define RAM to find out what it is RAM ROM EEPROM

Buses Bus: A set of parallel wires connecting 2 or more components of the computer

System Buses ADDRESS BUS – carries address from CPU to memory DATA BUS – carries data to CPU from memory CONTROL BUS – for control signals These connect the processor, memory and I/O controllers.

Control Bus Signals travel in both directions Only 1 component can use a bus at a time so the Control bus transmits command, timing and status information between components to prevent conflict.

Data Bus Signals travel in both directions Typically consists of 6, 16, 32 or 64 separate lines for moving data and instructions between components The width of the data bus is helps determine overall system performance

Address Bus Addresses travel one-way – to memory or to an I/O controller The width determines the maximum possible memory capacity of the system 1 line allows 2 1 maximum addressable cells 8 lines allows 2 8 maximum addressable cells lines allows 2 20 maximum addressable cells –

Components of a simple computer system Long term storage of programs & data

I/O Controllers The processor controls and communicates with a peripheral device through an I/O controller. Some controllers operate both input & output of bits eg. Floppy disk controller Some controllers operate in one direction only eg. VDU controller - output Keyboard input controller - input

I/O Controllers The controller is an electronic circuit board consisting of 3 parts An interface to connect to the system or I/O bus A set of registers An interface to connect to the device’s cable