Chapter 3 Computer Hard ware

Slides:



Advertisements
Similar presentations
Computer Memory/Storage Device
Advertisements

The Central Processing Unit: What Goes on Inside the Computer.
COMP6005 An Introduction to Computing Session Two: Computer Hardware.
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
Using Computers CS French Chapter 1.
What Is A Computer System?
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
Introduction to Computers
Computer Applications NCBS Stage 1. The Central Processing UnitSlide 2Computer Applications Stage 1 Course Content and Assessment Practical – 60% (2 Hrs.
Starting Out with C++: Early Objects 5/e © 2006 Pearson Education. All Rights Reserved Starting Out with C++: Early Objects 5 th Edition Chapter 1 Introduction.
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Computer Parts There are many parts that work together to make a computer work.
Chapter 3 Computer Hard ware
Parts of a Computer.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Instructions Slides 3,4,5 are general questions that you should be able to answer. Use slides 6-27 to answer the questions. Write your answers in a separate.
COMPONENTS OF A PERSONAL COMPUTER.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
COMPONENTS OF THE SYSTEM UNIT
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
BLOCK DIAGRAM OF COMPUTER
CSC 125 Introduction to C++ Programming Chapter 1 Introduction to Computers and Programming.
Lesson 3 — How a Computer Processes Data
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.
Configuration.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with C++ Early Objects Seventh Edition by Tony Gaddis, Judy.
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes.
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.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
COMP1050 Winter 2015 Computer System Maintenance.
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
BASIC ORGANISATION OF COMPUTER. CONTROL MEMORY ALU OUTPUTINPUT Basic organisation of computer.
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.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
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.
Computers Are Your Future Chapter 1 Slide 1 Introduction to the Computers & Internet Chapter 1 Concepts of Information Technology IT.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Information Technology Basic Computer Architecture Adnan Khalid.
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 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.
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.
Chapter 2.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
COMPUTER COMPONENTS Ms Jennifer Computer Components.
Chapter 1: Introduction to Computers and Programming
Introduction to Computer System
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
The Central Processing Unit
introduction to computer
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Computer Organization
Primary Storage and Secondary Storage Devices Chapter 3
Introduction to Computers
Introduction to Computers
PARTS OF THE COMPUTER.
Computer Based Technology:
Basic Computer Organization
Introduction to Computers
What is Computer A computer is a general purpose device that can be programmed to carry out a finite set of arithmetic or logical operations. Since a sequence.
Basic Computer Organization
Presentation transcript:

Chapter 3 Computer Hard ware Mathematics Department

A computer performs basically five major operations : it accepts data or instructions by any way of input, it stores data, it can process data as required by the user, it gives results in the form of output, and it controls all operations inside a computer Mathematics Department

Computer Hardware Refers to the physical components Not one device but a system of many devices Major types of components include: Central Processing Unit Main memory Secondary storage devices Input devices Output devices

Organization of a Computer System Central Processing Unit Input Device Output Device Main Memory Secondary Storage

The CPU Fetches instructions from main memory Carries out the operations commanded by the instructions Each instruction produces some outcome A program is an entire sequence of instructions Instructions are stored as binary numbers Binary number - a sequence of 1’s and 0’s

Main Memory Commonly known as random access memory, or just RAM Holds instructions and data needed for programs that are currently running RAM is usually a volatile type of memory Contents of RAM are lost when power is turned off

Secondary Storage A nonvolatile storage medium Contents retained while power is off Hard disk drives are most common Records data magnetically on a circular disk Provides fast access to large amounts of data Optical devices store data on CD’s as pits USB flash memory devices High capacity device plugs into USB port Portable, reliable, and fits easily in a pocket

Input Devices Any type of device that provides data to a computer from the outside world For example: Keyboard Mouse Scanner

Output Devices Any type of device that provides data from a computer to the outside world Examples of output data: A printed report An image such as a picture A sound Common output devices include: Monitor (display screen) Printer

CPU Components Two typical components of a CPU are: The arithmetic logic unit (ALU), which performs arithmetic and logical operations. The control unit (CU), which extracts instructions from memory and decodes and executes them, calling on the ALU when necessary. Mathematics Department

ALU The actual processing of the data and instruction are performed by Arithmetic Logical Unit The major operations performed by the ALU are addition, subtraction, multiplication, division, logic and comparison. Data is transferred to ALU from storage unit when required Mathematics Department

Control Unit (CU) The Control Unit acts like the supervisor It extracts instructions from memory and decodes and executes them, and sends the necessary signals to the ALU to perform the operation needed. The control unit determines the sequence in which computer programs and instructions are executed. Processing of programs stored in the main memory, interpretation of the instructions and issuing of signals for other units of the computer to execute them. Mathematics Department

MEMORY There are two kinds of computer memory: primary and secondary. Primary memory is accessible directly by the processing unit. RAM (Random access memory) is an example of primary memory As soon as the computer is switched off the contents of RAM is lost. You can store and retrieve data much faster with primary memory compared to secondary memory Mathematics Department

Primary memory is more expensive than secondary memory. Secondary memory such as floppy disks ,hard magnetic disk, etc., is located inside and outside the computer. Primary memory is more expensive than secondary memory. The size of primary memory is less than that of secondary memory. Primary memory is faster than secondary memory. Mathematics Department

Read Only Memory (ROM) There is another memory in computer, which is called Read Only Memory (ROM). The storage of program and data in the ROM is permanent. The ROM stores some standard processing programs supplied by the manufacturers to operate the computer. The ROM can only be read by the CPU but it cannot be changed. Mathematics Department

PROM is another type of primary memory in computer, which is called Programmable Read Only Memory (PROM). You know that it is not possible to modify or erase programs stored in ROM, but it is possible for you to store your program in PROM chip. Once the programmes are written it cannot be changed and remain intact even if power is switched off. Programs or instructions written in PROM or ROM cannot be erased or changed. Mathematics Department

When the EPROM is in use information can only be read. EPROM: Erasable Programmable Read Only Memory, which over come the problem of PROM & ROM. EPROM chip can be programmed time and again by erasing the information stored earlier in it. When the EPROM is in use information can only be read. Mathematics Department