Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.

Slides:



Advertisements
Similar presentations
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Advertisements

INTRODUCTION OF COMPUTER
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
What Is A Computer System?
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
Introduction to Computers
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Chapter 5 Computer Organization ( 計算機組織 ). Distinguish between the three components of a computer hardware. List the functionality of each component.
6. The CPU and Memory Chapt. 7.
0 What is a computer?  Simply put, a computer is a sophisticated electronic calculating machine that:  Accepts input information,  Processes the information.
5.1 Chaper 4 Central Processing Unit Foundations of Computer Science  Cengage Learning.
5 Computer Organization
TEE COURSE GRADE 10 MODULE 7 - PC HARDWARE Memory and Storage Devices
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
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.
Introduction to Programming Dr Masitah Ghazali Programming Techniques I SCJ1013.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
Business Computer Information Systems I.  Knowing how to use a computer is a basic skill necessary to succeed in business or to function effectively.
Computer Hardware Information Technology Week 5 and 6
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
CIM101 : Introduction to computer Lecture 3 Memory.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
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.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Science 101 Computer Systems Organization.
Computer Organization & Assembly Language © by DR. M. Amer.
Chapter 5 Computer Organization. Distinguish between the three components of a computer hardware. List the functionality of each component. Understand.
CSCI-100 Introduction to Computing Hardware Part I.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Electronic Analog Computer Dr. Amin Danial Asham by.
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
1 Objectives Discuss reasons for taking this course on computers Outline the scope of this course Define the computer Differentiate between hardware and.
COMPURT ORGANAZTION CHAPTER 5. Computer Organization We can divide the parts that make up a computer into 3 subsystems : 1. Central processing unit (CPU).
Computer Based Systems Stage 2 Information Technology Studies Computer & Communication Systems.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Computer operation is of how the different parts of a computer system work together to perform a task.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
CH (5) Computer Organization
Chapter 5 Computer Organization ( 計算機組織 ). Distinguish between the three components of a computer hardware. List the functionality of each component.
Basic Computer Fundamentals
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Introduction to Computer Architecture
introduction to computer
IT 0213: INTRODUCTION TO COMPTER ARCHITECTURE LECTURE 2
Introduction to Computers
Computer Organization
Computer Electronic device Accepts data - input
Computer Organization
Introduction to Computers
Chapter 5 Computer Organization
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Presentation transcript:

Computer Organization

The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which has two digits or states 0 and 1. A binary digit is called bit. Information in digital computer is represented by in group of bits. By using coding techniques group of bits can be made to represent not only binary numbers but also other discrete values such as decimal digits or letters of the alphabet Digital computer

A computer system is divided into two functional entities Hardware & Software The hardware of the computer system consists of all electronic components and elctromechnical devices that comprise the physical entity of the device Computer software consists of instructions and data that computer manipulates to perform various data processing tasks Basic Terms related to Digital computer Program : A sequence of instructions for the computer is called a program. Digital computer

Database: The data that are manipulated by the program constitute the database System Software: It consists of collection of programs whose purpose is to make effective use of the computer e.g. operating system. These system software are distinguished from application programs which are written for solving particular problem. E.g. An application program written in high level language is translated into machine language by the use of system program compiler or translator. In other words its function is to compensate the differences that exists between user needs and capability of the hardware. Digital computer

The hardware of the computer is usually divided into three parts. The Central processing Unit: It contains arithmetic & Logic unit for manipulating data, a number of registers for storing data, and control circuits for fetching and executing instructions. The memory of a computer contains storage for instructions and data. It is called random access memory because CPU can access any memory location at random and can retrieve information on fixed interval of time The input and output processor contains electronic circuits for communicating and controlling the transfer of information between computer and outside world. Input Output devices consists of Keyboards, printers terminals and magnetic drives and other communicating devices. Digital computer

Processor(CPU+CU) Memory Input-Output Processor (IOP) Input Unit Output Unit Digital computer

Computer hardware (subsystems)

CENTRALPROCESSING UNIT (CPU) CENTRALPROCESSING

CPU

Performs arithmetic and logical operations Arithmetic operation – Unary: increment (+1) and decrement (-1) – Binary: add, subtract, multiply, and divide Logical operation – Unary: NOT – Binary: AND, OR, XOR Central Processing Unit --Arithmetic logic unit

Registers are fast storage locations that hold data temporarily. Data registers – Input data and output data Instruction registers Program counter Central Processing Unit --Registers

The control unit is like the part of the human brain that controls the operation of each part of the body. Controlling is achieved through wires that can be on (hot) or off (cold). Central Processing Unit –Control Unit

MAIN MEMORY

Table :Memory units Unit Unit kilobyte megabyte gigabyte terabyte petabyte exabyte Exact Number of bytes Exact Number of bytes bytes 2 20 bytes 2 30 bytes 2 40 bytes 2 50 bytes 2 60 bytes Approximation Approximation bytes 10 6 bytes 10 9 bytes bytes bytes bytes Main Memory

Main memory Address space: – the total number of uniquely identifiable locations in memory

Memory addresses are defined using unsigned binary integers. Note: Address as bit pattern

RAM: random access memory – SRAM: static RAM flip-flop gates No need to be refreshed Cache memory – DRAM: dynamic RAM capacitors Need to be refreshed periodically Main memory Memory types-- RAM

ROM: read-only memory – PROM: programmable ROM Only written once – EPROM: erasable PROM Use ultraviolet light to erase data – EEPROM: electronically EPROM Can be erased using electronic impulses Memory types-- ROM

Memory hierarchy

Cache memory

Why is catch memory so efficient despite its small size? – The answer is rule. – Most computers spend 80 percent of the time accessing only 20 percent of the data. Catch memory

INPUT / OUTPUT

Non-storage devices – Keyboard and monitor – Printer Storage devices – Magnetic storage devices – Optical storage devices Input/Output devices

Physical layout of a magnetic disk

CD-ROM: compact disc ROM – Capacity: 650MB CD-R: compact disc recordable CD-RW: compact disc rewritable DVD: digital versatile disc – Capacity: 4.7GB – 17GB Optical storage devices

SUBSYSTEMINTERCONNECTIONSUBSYSTEMINTERCONNECTION

Connecting CPU and memory using three buses

Data bus: – The number of wires depends on the size of the word Address bus: – The number of wires depends on the address space of memory Control bus: – The number of wires depends on the total number of control commands a computer needs Buses

Connecting I/O devices to the buses