Components of Hardware 1. Processor Memory Input and output devices Storage 2.

Slides:



Advertisements
Similar presentations
COMP6005 An Introduction to Computing Session Two: Computer Hardware.
Advertisements

Computer Hardware.
Computer Systems – 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.
Click anywhere to start the presentation A PRESENTATION BY: VIRAT SINGH 7-C.
Hardware Devices and Their Uses Modified excerpt from: GO! with Microsoft ® Office 2003 Brief, 2 nd Edition.
1 Introduction to Computers Day 6. 2 Main Circuit Board of a PC The main circuit board (motherboard or system board) is the central nervous system of.
IC3 GS3 Standard Computing Fundamentals Module
Memory and Storage - Sheetal Gosrani. Overview Memory Hierarchy RAM Memory Chip Organization ROM Flash Memory.
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,
COMPONENTS OF A PERSONAL COMPUTER.
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
Computer Systems. Note to the student Please make brief notes on the following computer hardware + software components After each section research the.
WHAT IS A COMPUTER??? An electronic device that accepts: n Input n Processes the input n Stores the results of the processing n provides Output Computers.
Memory Hierarchy.
Lesson 3 — How a Computer Processes Data
Chapter 3 Computer Hard ware
CPU MEMORY Powered by DeSiaMore1. CPU Its manage everything held in memory so that the machine keeps track of what is stored, where it is and what type.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Introduction to Computing: Lecture 4
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Intro to Digital Technology HARDWARE CONCEPTS. IT-IDT-4 Identify, describe, evaluate, select, and use appropriate technology. IT-IDT-5 Understand, communicate,
Lesson Objectives By the end of this lesson you will be able to:
Lesson 2 - Hardware on the Inside
Discovering Computers 2012: Chapter 4
Computer Hardware. History of Computing Code breakers in World War I and II developed the world’s first computers. In the 1950s and 1960s computers were.
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.
Data Representation How do computers represent data? p. 191 Fig Next  Recognize only two discrete states: on or off  Use a binary system to recognize.
Memory and Programmable Logic Memory device: Device to which binary information is transferred for storage, and from which information is available for.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Chidambaranathan C.M SRM University,Haryana. Memory:- As the word implies “memory” means the place where we have to store any thing, this is very essential.
CIM101 : Introduction to computer Lecture 3 Memory.
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.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Information Technology Basic Computer Architecture Adnan Khalid.
Computer Systems. This Module Components Home PC Inputs Processor Memory Motherboards Auxiliary Storage Outputs.
Introduction to Computer Systems
PARTS OF THE COMPUTER PREPARED BY: RENATO R. DE VERA II.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Parts of the Computer System
Chapter 2.  The hardware and software is used as unit to process data is called computer system.  Hardware Input Devices CPU Output Devices Storage.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
1 THE COMPUTER. 2 Input Processing Output Storage 4 basic functions.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Computer Hardware – System Unit
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.
Digital Literacy: Computer Basics
Parts of the Computer By Zuleikha Chikh. Monitor A monitor displays information in visual form, using text and graphics. The portion of the monitor that.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
Chapter 2 content Basic organization of computer What is motherboard
Computer Components ICS 3U0.
Tech Level Cyber Security
An Overview of the Computer System
Internal Memory.
The Central Processing Unit
introduction to computer
Electronics Technology
Introduction to Computing Lecture # 1
An Overview of the Computer System
Computer Based Technology:
Computer Memory BY- Dinesh Lohiya.
Practical hands on skills
4. Computer system.
Computer Memory.
Presentation transcript:

Components of Hardware 1

Processor Memory Input and output devices Storage 2

Processor The procedure that transfer raw data into useful information is called processing. To perform these operations computer use two components: The Processor and Memory. The Processor is like the brain of the computer; it organize the instruction comes from the user. Processor consist on silicon chips or other materials attached with many tiny electronic circuits. To process data or complete an instruction, the computer passes electricity through the circuit. 3

Circuit board is used to passes the electricity through the circuit. Circuit board and microprocessor are attached on motherboard. Motherboard called the master circuit board in the computer. All components RAM, ROM, MICROPRCESSOR, CIRCUIT BOARD, SOUND CARD, MOUSE SLOT, KEYBOARD SLOT etc attached on motherboard. 4

Motherboard 5

Memory Memory is one or more sets of chips that store data and/or program instructions, either temporarily or permanently. These are two types of memory: RAM, ROM. Random Access Memory(RAM): plays an important role in data processing. The program and data must be loaded into RAM before processing. RAM is also called main memory. It consist memory chips on motherboard. The processor can directly read/write data to and from RAM. More RAM means the computer can use powerful program with large size. RAM is volatile memory, meaning that it loses its contents when computer is shut down. 6

TYPES OF RAM There are 3 types of RAM: (i)DRAM: stands for Dynamic Random Access Memory. It maintain information in DRAM but it must be refreshed with electric charge frequently. Otherwise data in Dram may be lost. (ii) SRAM: stands for Static Random Access Memory. It is faster more reliable than Dram. It does not have to be refreshed electrical charge frequently. (iii) MRAM: stands for Magneto-resistive Random Access Memory. It store information using magnetic charges instead of electric charges. It does not lose its contents (data & instructions) when computer is turned off. 7

ROM Read Only Memory(ROM): ROM stands for Read Only Memory. It is internal memory. The data and instructions stored on ROM can only be read. This is the reason why it is called Read Only Memory. Rom is called non-volatile memory. Because its contents can not be lose when the power is turned off. Mostly instructions of ROM written for operating system. when the computer is switched on the instructions of ROM are automatically activated. These instructions of ROM help the booting process of computer. 8

TYPES OF ROM There are three types of ROM: (i)PROM: stands for programmable Read Only memory. PROM is a blank chip on which a programmer can write program or data using special devices. However, once the data is written in PROM chip, it cannot be modified. (ii)EPROM: stands for Erasable Programmable Read Only Memory. EPROM is also a blank chip like PROM, but its contents can be modified by special device and ultraviolet rays. (iii)EEPROM: stands for Electrically Erasable Programmable Read Only Memory. This kind of ROM can be modified with the help of electrical devices. So the store data can be modified easily. 9

INPUT AND OUTPUT DEVICES The I/O devices provide the means of communication between the computer and the user. The input and output devices are the hardware components that allow the user to input data and to receive the processed data. The data and instruction are given to the computer through input devices and output is received through output devices or it is stored permanently on the storage devices. Input devices include, keyboard, mouse, joystick,scanner, camera. Output devices include, Monitor, printer, speaker, fax etc. 10

INPUT DEVICES Keyboard: keyboard is the mostly used input device. It is used to enter data and instruction into a computer. It looks like a typewriter keypad. But computer keyboard has special keys that perform special functions. The button on keyboard are called keys. The keyboard contain keys for all types of keys alphabetic characters, numeric digits, function keys, and special characters. Keyboard used In PC’S have from 101 to 105 keys. 11

KEYBOARD The most popular keyboard layout is QWERTY KEYBOARD. This is because the 1 st six left topmost keys on the top of alphabets are Q, W, E, R, T and Y. The keys of a standard keyboard can be divided into following four parts: i) Alphanumeric keys ii) Modifier keyboard iii) Numeric keys iv) Function keys v) Cursor-Movement keys vi) Special-Purpose Keys 12

13

Keyboard keys Alphanumeric keys: The area look like a typewriter’s keys. This area arranged the same way on almost every keyboard. Including letters, numbers, alphanumeric keyboard have four keys that having their specific functions. THE TAB, CAPSLOCK, BACKSPACE and ENTER keys. Modifier keys: The SHIFT, ALT and CTRL keys are called modifier keys. By working which the purpose of keys are changed e.g., while pressing e it is written in small letters but with pressing SHIFT key its output becomes E. modifiers keys are extremely useful because they give all other keys multiple capabilities. 14

Keyboard keys Numeric keys: the numeric keys normally located on the right side of the keyboard. Numeric keypad looks like a calculator keypad, with its digits 0 to 9 and mathematical operators (+, -, *, /) with NUM key. When NUM key is activated then we input the values from this part when it is deactivated then numeric keypad’s perform cursor-movement control and other functions. Function keys: function keys, which are labeled through F1, F2 and so on are usually arranged in a row along top of the keyboard. They allow the users to input command instead of long strings of characters or dialog boxes. Many programs use functions keys with modifier keys. 15