1 Sec (2.1) Computer Architectures. 2 For temporary storage of information, the CPU contains cells, or registers, that are conceptually similar to main.

Slides:



Advertisements
Similar presentations
Chapter 2: Data Manipulation
Advertisements

Computer Systems Nat 4/5 Computing Science Computer Structure:
The CPU The Central Presentation Unit What is the CPU?
Microprocessors A Beginning.
Computer Organization, Bus Structure
Control path Recall that the control path is the physical entity in a processor which: fetches instructions, fetches operands, decodes instructions, schedules.
Processor System Architecture
MICRO PROCESSER The micro processer is a multipurpose programmable, clock driven, register based, electronic integrated device that has computing and decision.
Welcome Class: IX-B.Std Subject: Computer Studies Conducted by Rashedul Islam Lecturer in Computer Science.
1.21 Introduction to microprocessors KUEU 2135 / KBEB 2193 Mikropemproses dan Sistemnya.
DH2T 34 Computer Architecture 1 LO2 Lesson Two CPU and Buses.
Room: E-3-31 Phone: Dr Masri Ayob TK 2123 COMPUTER ORGANISATION & ARCHITECTURE Lecture 5: CPU and Memory.
CHAPTER 4 COMPUTER SYSTEM – Von Neumann Model
Data Manipulation Computer System consists of the following parts:
Stored Program Concept: The Hardware View
1 Sec (2.3) Program Execution. 2 In the CPU we have CU and ALU, in CU there are two special purpose registers: 1. Instruction Register 2. Program Counter.
Basic Computer Organization CH-4 Richard Gomez 6/14/01 Computer Science Quote: John Von Neumann If people do not believe that mathematics is simple, it.
6. The CPU and Memory Chapt. 7.
Computer Structure.
Basic Operational Concepts of a Computer
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Lecture 8 Presented By Dr. Shazzad Hosain Asst. Prof. EECS, NSU.
D75P 34R HNC Computer Architecture 1 Week 9 The Processor, Busses and Peripherals © C Nyssen/Aberdeen College 2003 All images © C Nyssen /Aberdeen College.
Computer Architecture
Computer Architecture and Organization Introduction.
Data manipulation, Part one Introduction to computer, 2nd semester, 2010/2011 Mr.Nael Aburas Faculty of Information.
ECP2036 Microprocessor and Interfacing Registers Control & Status Registers Program Counter User-Visible Registers Instruction Register... General-Purpose.
Chapter 1 Introduction. Architecture & Organization 1 Architecture is those attributes visible to the programmer —Instruction set, number of bits used.
Computer Architecture Lecture 09 Fasih ur Rehman.
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
Model Computer CPU Arithmetic Logic Unit Control Unit Memory Unit
General Concepts of Computer Organization Overview of Microcomputer.
Chapter 2 Data Manipulation Yonsei University 1 st Semester, 2015 Sanghyun Park.
COMPUTER SCIENCE Data Representation and Machine Concepts Section 2.1 Instructor: Lin Chen Sept 2013.
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
Input-Output Organization
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
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.
Computer Structure & Architecture 7b - CPU & Buses.
Electronic Analog Computer Dr. Amin Danial Asham by.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
Excellence Publication Co. Ltd. Volume Volume 1.
Computer operation is of how the different parts of a computer system work together to perform a task.
Computer Architecture Lecture 4 by Engineer A. Lecturer Aymen Hasan AlAwady 17/11/2013 University of Kufa - Informatics Center for Research and Rehabilitation.
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.
Chapter 2 Data Manipulation © 2007 Pearson Addison-Wesley. All rights reserved.
8085 FAQ R.RAJKUMAR DEPT OF CSE SRM UNIVERSITY. FAQ What is a Microprocessor? - Microprocessor is a program-controlled device, which fetches the instructions.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Chapter 20 Computer Operations Computer Studies Today Chapter 20.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Computing Science Computer Structure: Lesson 1: Processor Structure
Computers’ Basic Organization
Von Neumann architecture
More Devices: Control (Making Choices)
Lecture on Microcomputer
Buses.
CENTRAL PROCESSING UNIT CPU (microprocessor)
Computer Architecture
Teaching Computing to GCSE
Number Representations and Basic Processor Architecture
CS149D Elements of Computer Science
Computer Architecture
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Computer Architecture
Sec (2.3) Program Execution.
Presentation transcript:

1 Sec (2.1) Computer Architectures

2 For temporary storage of information, the CPU contains cells, or registers, that are conceptually similar to main memory cells. These registers can be classified as either 1. General purpose register or 2. Special purpose register

3 General purpose register: Serve as temporary holding places for data being manipulated by the CPU. These register hold the inputs to the ALU and provide storage space for results produced by that unit.

4 To perform an operation on data started in main memory: 1. The input is stored in the memory under the direction of CU 2. One instruction is token of the memory by CU which decodes it 3. CU sends signals to ALU and memory 4. Data transferred from memory or data is transferred to memory (from input) then to ALU 5. ALU performs the operation and send the result to memory 6. Repeat statements from Result is transferred to output from memory under the direction of CU ALUCU Memory Inputoutput

5 The bus system : For the purpose of transferring bit patterns, a CPU and main memory are connected by a collection of wires called a Bus

6 CPU and main memory connected via a bus

7 The bus system : Bus system is responsible for carrying the address, data and control signals from one part in the computer to another There are three kinds of buses: 1. address bus 2. data bus 3. control bus

8 Address bus: Is a unidirectional in which the addresses are sent from the CPU to memory

9 Data Bus: It is a bidirectional bus. If the CPU is sending information then the operation is called "WRITE" operation and data bus is working as output. If the CPU is receiving data the operation is called "READ" and data bus is working as input.

10 Control Bus: Is a set of signals which synchronize the activities of all the elements of the computer