Unit - 1 Basic Computer Architecture P. Sugin Benzigar.

Slides:



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

INTRODUCTION OF COMPUTER
Computer Components.
Using Computers CS French Chapter 1.
Introduction to Computer Systems
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Introduction to Computers
Computer Hardware.
Objective 2.01A: Classify Computer Components
Data: A collection of raw facts and figures. It may consist of numbers, characters, symbols or pictures. Information: Organized and processed form of.
0 What is a computer?  Simply put, a computer is a sophisticated electronic calculating machine that:  Accepts input information,  Processes the information.
CPU Describe the purpose of the CPU
Computer Organization ANGELITO I. CUNANAN JR. 1. What is Computer?  An electronic device used for storing and processing data.  It is a machine that.
BLOCK DIAGRAM OF COMPUTER
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
Chapter 3 Computer Hard ware
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Computer Organization 1. INTRODUCTION The Second half of the twentieth century is usually known as the Age of Computers The term ‘Computer’ originates.
INTRODUCTION TO COMPUTING
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
COMPUTER SYSTEM.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
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.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Intro to Computers Computer Apps 1.
1 California State University, Fullerton Chapter 1 Information Systems in Business.
COMP1050 Winter 2015 Computer System Maintenance.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Computer Architecture
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
Module 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE.
Parts of a Computer - Introduction
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Lecture on Central Process Unit (CPU)
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
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.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
ICS2O-What is Computer and Information Science There is a wide variety of definitions for what a computer is or what it does. Our definition for the computer.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction To Computers
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 Basics 1 Chapter One Computer Basics Part 1.
Block Diagram of Computer and Explain its Various Components A computer can process data, pictures, sound and graphics. They can solve highly complicated.
Computer Architecture and Number Systems
Computing Science Computer Structure: Lesson 1: Processor Structure
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
Computer Organization
Microcomputer Architecture
Introduction to Computers
PARTS OF THE COMPUTER squires productions.
PARTS OF THE COMPUTER.
Basic Computer Organization
Introduction to Computers
Introduction to Computers
Logical Computer System
Fundamental of computer
INTRODUCTION TO COMPUTERS
COMPUTER FUNDAMENTALS i
Basic Computer Organization
Computer Electronic device Accepts data - input
4. Computer system.
Presentation transcript:

Unit - 1 Basic Computer Architecture P. Sugin Benzigar

Fundamentals of Computers What is a Computer? A computer is an electronic device that manipulates information, or "data." It has the ability to store, retrieve, and process data. You can use a computer to type documents, send , and browse the internet. You can also use it to handle spreadsheets, accounting, database management, presentations, games, and more.

Computer components there are 2 basic components 1. Hardware 2. Software

how do computers work ??? Any device which can store, retrieve and process data needs something to control it. Softwares.... the ones that control the physical computer or (Hardware) eg. programs running on Thermometers, Optometrist devices, Mobile phones, computers, CARS (ESP), Bikes (ABS). contd......

how do computers work ??? all the data from all the peripheral devices are processed by central processing unit so the central processing unit is the brain of computer the CPU is in the computer is in the mother board and often reffered as processor or core eg. pentium 4, core2duo, i3, i

more on CPU the processors also determine the efficiency of the hardware. every processor can do a specific amount of work in a specific amount of time. the speed of the processor is measured in GHZ (giga hertz) speed = frequency / second

block dia. of how processor works hard disk/ instruction from key board/ mouse/ printer... RAM cache memory processor

Memory the memory of the computer is classified into 2 1. primary - stores info. temporialy for faster access 2. secondary or auxilary- for permanent use eg of primary memory RAM eg of secondary memory Hard disk

peripheral devices what are peripheral devices devices that cannot operate independently but will do fine with the help of a processor or an OS or any device that provides input to the computer and may or may not get output from the computer eg. printer, key board, mouse

more on peripheral devices Inorder to make the peripheral devices communicate with the computer each peripheral device has its own driver A driver is a software the can make a communication bridge between the device and the computing device the drivers may vary with devices and OS Eg. USB devices, printers, scanners, camera

more on peripheral devices Certain devices may not need drivers eg. mobile phones, Card readers with the advent in OS, they can be treated as external storage devices

Block diagram of PC

PROCESS

MEMORY CPU

MAIN MEMORY SECONDARY MEMORY MEMORY

INPUT UNIT Computer receives data and instructions through the Input Unit. The input unit consists of one or more input devices. Input devices include:  Keyboard  Mouse  Joystick  Scanner

FUNCTIONS OF INPUT UNIT Accept the data and instructions from the outside world. Convert it to a form that the computer can understand. Supply the converted data to the computer system for further processing.

OUTPUT UNIT Computer provides information and results of computation to the outside world through the Output Unit. The output unit consists of one or more output devices. Output devices include:  Monitor  Printer

FUNCTIONS OF OUTPUT UNIT Accept the results produced by the computer. (These are in a coded form.) Convert it to a form that the outside world can understand. (OR, Converts it into human readable form.) Supply the converted results to the outside world.

CENTRAL PROCESSING UNIT CPU It is the brain of the computer. The ALU and the Control Unit (CU) of a computer system are jointly known as the central processing unit. CPU performs actual processing of data, according to instructions from programs.

3 MAIN PARTS OF CPU CONTROL UNIT (CU) ARITHMETIC LOGIC UNIT (ALU) REGISTERS ( Registers are small high speed storage areas. ) Block Diagram

FUNCTIONS OF CPU It performs all calculations. It takes all decisions. It controls all units of the computer.

CONTROL UNIT It controls all other units in the computer. It is the central nervous system of the computer that controls and synchronizes its working.

FUNCTIONS OF CONTROL UNIT It instructs the input unit, where to store the data after receiving it from the user. It controls the flow of data and instructions from the storage unit to ALU. It also controls the flow of results from the ALU to the storage unit. The control unit determines the sequence in which computer programs and instructions are executed. The control unit is also capable of shutting down the computer when the power supply detects abnormal conditions.

ARITHMETIC LOGIC UNIT All calculations are performed in the Arithmetic Logic Unit (ALU) of the computer. Whenever calculations are required, the control unit transfers the data from memory to ALU. Once the computations are done, the results are transferred to the memory by the control unit and then it is send to the output unit for displaying results.

FUNCTIONS OF ALU It performs all arithmetic operations (addition, subtraction, multiplication, and division). It performs all logic operations (Logic operations test various conditions encountered during processing and allow for different actions to be taken based on the results. ) It does comparison and takes decision.

STORAGE UNIT The storage unit of the computer holds data and instructions that are entered through the input unit, before they are processed.

FUNCTIONS OF STORAGE UNIT It received the data and instructions required for processing from the input unit. It stores the intermediate results. It stores the final results before these results are released to the output unit. It saves data for later use.

Queries In case of queries on any topics Pls post a comment on the blog