Computer Organization

Slides:



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

Input Unit Output Unit Secondary storage Arithmetic Logic unit Primary storage Control unit.
INTRODUCTION OF COMPUTER
CENTRAL PROCESSING UNIT
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
0 What is a computer?  Simply put, a computer is a sophisticated electronic calculating machine that:  Accepts input information,  Processes the information.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
Microsoft Visual Basic 2005 CHAPTER 1 Introduction to Visual Basic 2005 Programming.
Introduction to Computers and Python. What is a Computer? Computer- a device capable of performing computations and making logical decisions at speeds.
Introduction to Programming Dr Masitah Ghazali Programming Techniques I SCJ1013.
Processing Devices.
BLOCK DIAGRAM OF COMPUTER
Chapter 3 Computer Hard ware
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Computer Organization 1. INTRODUCTION The Second half of the twentieth century is usually known as the Age of Computers The term ‘Computer’ originates.
COMPUTER SYSTEM.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
COMP1050 Winter 2015 Computer System Maintenance.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
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.
The Central Processing Unit (CPU) and the Machine Cycle.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
CSCI-100 Introduction to Computing Hardware Part I.
Components of a Computer System
LECTURE#2 INTRODUCTION TO COMPUTERS, HISTORY AND APPLICATIONS INSTRUCTOR: M. MATEEN YAQOOB.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
Introduction to ComputersS1.1.1 Bina © 1998 Liran & Ofir Programming in C.
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.
Central Processing Unit (CPU)
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
The Computer System.
HOW A COMPUTER PROCESSES DATA. What is hardware? Hardware is the electric, electronic and mechanical equipment that makes up a computer What is software?
Computer operation is of how the different parts of a computer system work together to perform a task.
Hardware Information Created by Nasih 1. Hardware  The physical components of a computer system, including any peripheral equipment such as printers,
1 3 Computing System Fundamentals 3.2 Computer Architecture.
LECTURE 5: CPU and MEMORY. electronic components I. Four main types of electronic components in computers: 1. transistors/resistors 1. transistors/resistors.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
COMPUTER HARDWARE & SOFTWARE INTRODUCTION TO LIBRARY & INFORMATION SCIENCES (5501) WORKSHOP SPRING 2013 By: Huma Malik Librarian, Preston University, Islamabad.
Overview of Computer MANDAVI CLASSES PRESENTED BY.
Block Diagram of Computer and Explain its Various Components A computer can process data, pictures, sound and graphics. They can solve highly complicated.
GCSE OCR Computing A451 The CPU Computing hardware 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.
Introduction to Visual Basic 2008 Programming
Practical Oriented Theory
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
GC101 Introduction to computers and programs
Central Processing Unit (CPU)
Chapter 2 – Computer hardware
introduction to computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
Introduction to Computing
CENTRAL PROCESSING UNIT CPU (microprocessor)
Basic Computer Organization
Introduction to Micro Controllers & Embedded System Design
Computer Organization
Central Processing Unit
Logical Computer System
Introduction to Computer Architecture
COMPUTER FUNDAMENTALS i
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.
Introduction to Computers
Computer System.
Presentation transcript:

Computer Organization

Five Basic Operations of A Computer System Inputting: The process of entering data and instructions into the computer system. Storing: Saving data and instructions to make them readily available for initial or additional processing whenever required. Processing: Performing arithmetic operations (add, subtract, multiply, divide, etc.) or logical operations (comparisons like equal to, less than, greater than, etc.) on data to convert them into useful information. Outputting : The process of producing useful information or results for the user such as a printed report or visual display. Controlling: Directing the manner and sequence in which all of the above operations are performed.

Basic Organization off a Computer System

INPUT UNIT An input unit of a computer system performs the following functions: It accepts (or reads) instructions and data from outside world It converts these instructions and data in computer acceptable form It supplies the converted instructions and data to the computer system for further processing

OUTPUT UNIT An Output unit of a computer system performs the following functions: It accepts the results produced by the computer, which are in coded form and hence, cannot be easily understood by us. It converts these coded results to human acceptable (readable) form. It supplies the converted results to outside world

STORAGE UNIT The Storage unit of a computer system performs the following functions: Data and instructions required for processing (received from input devices). Intermediate results of processing Final results of processing, before they are released to an output device.

STORAGE UNIT: Two Types of Storage Primary storage Used to hold running program instructions Used to hold data, intermediate results, and results of ongoing processing of job(s). Fast in operation Small Capacity Expensive Volatile (looses data on power dissipation)

STORAGE UNIT: Two Types of Storage Secondary storage Used to hold stored program instructions Used to hold data and information of stored jobs Slower than primary storage Large Capacity Lot cheaper that primary storage Retains data even without power

CENTRAL PROCESSING UNIT It is the brain of a computer system It is responsible for controlling the operations of all other units of a computer system

ARITHMETIC LOGICAL UNIT: ALU Arithmetic Logic Unit of a computer system is the place where the actual executions of instructions takes place during processing operation CONTROL UNIT: CU Control Unit of a computer system manages and coordinates the operations of all other components of the computer system

THE SYSTEM CONCEPT A system has following three characteristics: 1. A system has more than one element 2. All elements of a system are logically related 3. All elements of a system are controlled in a manner to achieve the system goal “A computer is a system as it comprises of integrated components (input unit, output unit, storage unit, and CPU) that work together to perform the steps called for in the executing program.”