Basic Computer Organization

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

Computer Architecture and the Fetch-Execute Cycle
Microprocessor.  The CPU of Microcomputer is called microprocessor.  It is a CPU on a single chip (microchip).  It is called brain or heart of the.
INTRODUCTION OF COMPUTER
Room: E-3-31 Phone: Dr Masri Ayob TK 2123 COMPUTER ORGANISATION & ARCHITECTURE Lecture 5: CPU and Memory.
Computer Systems. Computer System Components Computer Networks.
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
0 What is a computer?  Simply put, a computer is a sophisticated electronic calculating machine that:  Accepts input information,  Processes the information.
BLOCK DIAGRAM OF COMPUTER
Chapter 3 Computer Hard ware
Computer Organization 1. INTRODUCTION The Second half of the twentieth century is usually known as the Age of Computers The term ‘Computer’ originates.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Basic Structure of Computer Computer Architecture Lecture – 2.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.
COMP1050 Winter 2015 Computer System Maintenance.
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
Introduction to Computing Systems from bits & gates to C & beyond The Von Neumann Model Basic components Instruction processing.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
BASIC ORGANISATION OF COMPUTER. CONTROL MEMORY ALU OUTPUTINPUT Basic organisation of computer.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Computer Studies/ICT SS2
Electronic Analog Computer Dr. Amin Danial Asham by.
System Unit Working of CPU. The CPU CPU The CPU CPU stands for central processing unit. it is brain of computer It is most important component of the.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Computer operation is of how the different parts of a computer system work together to perform a task.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
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.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
COMPUTER HARDWARE & SOFTWARE INTRODUCTION TO LIBRARY & INFORMATION SCIENCES (5501) WORKSHOP SPRING 2013 By: Huma Malik Librarian, Preston University, Islamabad.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School THE PROCESSING UNIT LESSON 2.
Computer Operation What basic hardware components are inside a personal computer?
Computer Architecture and Number Systems
Computer Systems Nat 4/5 Computing Science Computer Structure:
CPU Lesson 2.
Computing Science Computer Structure: Lesson 1: Processor Structure
A Ben Itaba Presentation
Chapter 10: Computer systems (1)
Chapter -2 Computer Hardware.
What is a computer? Simply put, a computer is a sophisticated electronic calculating machine that: Accepts input information, Processes the information.
What is a computer? Simply put, a computer is a sophisticated electronic calculating machine that: Accepts input information, Processes the information.
The Central Processing Unit
Introduction of microprocessor
introduction to computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
Computer Organization
CENTRAL PROCESSING UNIT CPU (microprocessor)
Computer Architecture
IB Computer Science Topic 2.1.1
Introduction to Computers
Overview of Computer Architecture and Organization
Components of a CPU AS Computing - F451.
Logical Computer System
Fundamental of computer
Introduction to Computer Architecture
GCSE OCR 1 The CPU Computer Science J276 Unit 1
Chapter 5 Computer Organization
COMPUTER FUNDAMENTALS i
Basic components Instruction processing
Basic Computer Organization
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
A451 GCSE Computing | Hardware| Required knowledge
Presentation transcript:

Basic Computer Organization Architecture is defined as the science of selecting and interconnecting hardware components to create computers that meet functional, performance and cost goals.

Basic Computer Organization CS 150 - Fakk 2000 - Computer Organization - 2

CS 150 - Fakk 2000 - Computer Organization - 3 The block diagram of the computer system having the following three units, each functional unit corresponds to their basic operations, Input Unit, Central Processing Unit, Memory Unit, Output Unit. CS 150 - Fakk 2000 - Computer Organization - 3

CS 150 - Fakk 2000 - Computer Organization - 4 Input Unit Input unit is used to send information or instructions or commands to the computer. All input devices perform the following functions, Accept data and instructions from outside world. Convert it into a form that computer can understood. Supply the converted data to the computer system for further processing. CS 150 - Fakk 2000 - Computer Organization - 4

CS 150 - Fakk 2000 - Computer Organization - 5 Input Devices: The input received from the input unit is immediately stored in main memory and then processed. Some of the input devices are: Keyboard, Mouse, Trackball, OMR (Optical Mark Recognizer) MICR (Magnetic Ink character Recognizer) BCR (Bar Code Reader) CS 150 - Fakk 2000 - Computer Organization - 5

CS 150 - Fakk 2000 - Computer Organization - 6

B) Central Processing Unit It is the heart of the computer system, i.e all operations are carried out in this unit only. It performs all calculations and it takes all decisions. It controls all units of the computer. It is subdivided into Control unit Register Arithmetic and logical unit CS 150 - Fakk 2000 - Computer Organization - 7

CS 150 - Fakk 2000 - Computer Organization - 8 Control Unit It instructs the computer how to carry out a program instructions. It directs the flow of data between memory and arithmetic logical unit. It controls and co-ordinates the entire computer system. The input unit does not know when to receive data and where to put the data in the storage unit after receiving it. the control unit instructs the input unit where to store the data after receiving it from user. CS 150 - Fakk 2000 - Computer Organization - 8

CS 150 - Fakk 2000 - Computer Organization - 9 Register Special purpose, high speed temporary memory units. Holds the type of information such as data, instruction, addresses and the intermediate result of calculation. It works under the direction of control unit to accept, hold, transfer instruction or data and perform ALU comparisons at high speed. Instruction addresses are normally used in consecutive registers and are executed sequentially. Control unit reads an instruction in the memory by a specific address in the register and execute it. Next instruction is then fetched from the sequence and executed and so on. 10 11 1000 1001 CS 150 - Fakk 2000 - Computer Organization - 9

CS 150 - Fakk 2000 - Computer Organization - 10 Types of registers Program Counter (PC) - Keeps track of next instruction to be executed. Instruction Register (IR) - Holds the instruction to be decoded by the control unit Memory Address Register (MAR ) - Holds the address of the next location in memory to be accessed. Memory Buffer Register (MBR) - Used for storing data either coming to the CPU or data being transferred by the CPU. Accumulator (ACC) - General purpose register used for storing temporary results and results produced by ALU. Data Register (DR) - Used for storing the operands and other data. CS 150 - Fakk 2000 - Computer Organization - 10

Arithmetic and Logical Unit It executes all arithmetic and logical operations on the data made available. Arithmetic operations like Addition, Subtraction, Multiplication and Logical operations such as comparisons are performed in ALU. Consist of two units: Arithmetic unit and logic unit. Arithmetic unit performing the actual computing and carrying out the arithmetic calculations such as addition, subtraction, multiplication and division and also perform these operations at a very high speed. Logic unit: It enables the CPU to make logical operation based on the instruction provided to it. CS 150 - Fakk 2000 - Computer Organization - 11

CS 150 - Fakk 2000 - Computer Organization - 12 Memory Unit Memory is that part of the computer that holds data and instruction for processing. CPU requires memory to handle the intermediate result and to store the final output. Memory can be classified into two types. Primary memory (to handle data) Secondary memory (to store the output) Primary Memory It is also called as main memory. It stores and Provide information very fast. The primary storage generally loses its contents when you switch off the computer. i.e., it is volatile in nature. CS 150 - Fakk 2000 - Computer Organization - 12

CS 150 - Fakk 2000 - Computer Organization - 13 It can be further classified into RAM (random access memory) and ROM (read only memory) Secondary Memory It is also known as auxiliary memory or external memory. It is used for Storing instruction and data, since main memory is temporary and limited in size. The memory is least, expensive and has larger storage capacity. It is Non volatile in nature [information will not be lost even power is switched off.] CS 150 - Fakk 2000 - Computer Organization - 13

CS 150 - Fakk 2000 - Computer Organization - 14 Output Unit Output unit is the communication between the user and the computer. It provides the information and results of a computation to the outside world. Commonly used output devices are: VDU (Visual Display Unit)/ Monitor Printer Projector Speaker Plotter. CS 150 - Fakk 2000 - Computer Organization - 14

CS 150 - Fakk 2000 - Computer Organization - 15