General Architecture of Digital Computer

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
The Central Processing Unit: What Goes on Inside the Computer.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
INTRODUCTION OF COMPUTER
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Chapter 0 Introduction to Computing
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
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.
Processing Devices.
Department of Computer and Information Science, School of Science, IUPUI Dale Roberts, Lecturer Computer Science, IUPUI CSCI.
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
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
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
Intro to Computers Computer Apps 1.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Parts of a Computer - Introduction
Computer Organization & Assembly Language © by DR. M. Amer.
CSCI-100 Introduction to Computing Hardware Part I.
Chapter 1 Computer Hardware1 Computer Hardware A level Computing Book (Reference) By P.M.Heathcore.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
Academic PowerPoint Computer System – Architecture.
General Computer Knowledge COE 201- Computer Proficiency.
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,
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Introduction to Computers - Hardware
Basic Computer Fundamentals
Computer Architecture and Number Systems
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computing Science Computer Structure: Lesson 1: Processor Structure
An Overview of the Computer System
Computer Organization and Architecture
Computer Hardware – System Unit
UNIT 9 Computer architecture
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Discovering Computers 2011: Living in a Digital World Chapter 4
Chapter 7.2 Computer Architecture
System unit Performed by Bektasova P.S. Checked by Sultanova Zh.Zh.
The Central Processing Unit
Introduction of microprocessor
Microprocessor and Assembly Language
Components of Computer
Computer Architecture
Introduction to Computers
Lecture 3 The Hardware.
Computer Electronic device Accepts data - input
Computer Electronic device Accepts data - input
Introduction to Computers
Computer Electronic device Accepts data - input
Components of a CPU AS Computing - F451.
INTRODUCTION TO COMPUTERS
Chapter 4: Hardware for Educators
Data Communications and Computer Networks
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Microprocessor I 7/18/2019.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

General Architecture of Digital Computer By: Dr. Yahya Tareq Mr. Riyad basil

General Architecture A digital computer is a machine that can be used to solve problems for people and carrying out the tasks by following the instructions given to it. Basic components of computer system architecture: Computer Hardware: is the collection of physical parts of a computer system, such as computer case, monitor, keyboard, and mouse. It also includes all the parts inside the computer case. Computer Software: Software is a set of instructions for a computer to perform specific operations. Software systems divide into two major classes: System software: Helps run the computer hardware and computer system itself. System software includes operating systems, device drivers, diagnostic tools and more. Application software: Allows users to accomplish one or more tasks. It includes word processing, web browsing and almost any other task for which you might install software.

Units of Measurement for digital information Bit Nibble 0000 Byte 0000 0000 Word 0000 0000 0000 0000 A kilobyte is 210 byte, which is 1024 bytes. A megabyte, or meg as some call it, is 220 bytes. That is a little over 1 million bytes; it is exactly 1,048,576. Moving rapidly up the scale in size, a gigabyte is 230 bytes (over 1 billion), and a terabyte is 240 bytes (over 1 trillion). As an example of how some of these terms are used, suppose that a given computer has 16 megabytes of memory. That would be 16 x 220, or 24 x 220, which is 224. therefor 16 megabytes is 224 bytes.

Inside The Computer Inside The Computer

Inside The Computer Central Processing Unit (CPU): is the computer component that's responsible for interpreting and executing most of the commands from the computer's other hardware and software. Memory RAM: is the physical hardware inside a computer that temporarily stores data, serving as the computer's "working" memory. Memory ROM: is a type of storage medium that permanently stores data on personal computers (PCs) and other electronic devices. Peripheral device: is generally defined as any auxiliary device such as a computer mouse or keyboard that connects to and works with the computer in some way. There are two Types of Peripheral Devices: Input devices, such as a mouse and a keyboard, etc… Output devices, such as a monitor and a printer, etc ….

Peripheral Devices

Inside The CPU Programs reside in the memory unit. The ALU processes the data that is hold in the registers and stores the processed data back in the memory unit. The control unit coordinates the activities of the other three units. It retrieves instructions from programs resident in the MU, and directs the ALU to perform corresponding processing steps.

Basic component of CPU Arithmetic and Logic Unit (ALU): is a digital circuit used to perform arithmetic and logic operations. Control (CU): it directs the operation of the processor. It tells the computer’s memory, ALU, and input/output devices on how to respond to a program’s instructions. Registers: is a fast small storage device used for storing data temporally.

Internal Organization of Computers

System Bus Data Bus: is a bidirectional bus through which data is transmitted from one part of a computer to another and connects all the computer components to the CPU and main memory. Address Bus: is a unidirectional bus used to identify particular location in main memory. Control Bus: carries signals that report the status of various devices and controlling the use of data and address lines which are shared by all computer components.

Brief History of CPU Evaluation of Intel’s Microprocessors Product 4004 8008 8080 8085 8086 8088 80286 30386 80486 Generation First Generation Second generation Third generation Fourth generation Year introduced 1971 1972 1974 1976 1978 1979 1982 1985 1989 Clock rate (MHz) 0.74 0.8 2 - 3 3 - 8 5 - 10 5 - 8 6 - 16 16 - 33 25 - 50 No. transistors 2,300 3,500 4,500 6,500 2,9000 130,000 275,000 1.2 million Physical memory 640 Bytes 16K 64K 1M 16M 4G Internal data bus  4 8 16 32 External data bus Address bus 4 14 20 24 Data type (bits) 8, 16 8,16, 32 8, 16, 32

BRIEF HISTORY OF THE CPU Performance of microprocessor is measured in what are called MIPS, that is how many million instructions they can execute per second. They are measured by running a best program called the “drystone program”.

Review Questions