1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.

Slides:



Advertisements
Similar presentations
Computer Skills Preparatory Year Presented by:
Advertisements

McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
1 Jordan University of Science & Technology Faculty of Computer & Information Technology Department of Computer Science & Information Systems cs98.
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Essential Computer Concepts
What Is A Computer System?
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.
Introduction to Computers
1 System Software “Background software”, manages the computer’s internal resources.
Computer Hardware In this lecture, we will study:
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Hardware and Software Basics. Computer Hardware  Central Processing Unit - also called “The Chip”, a CPU, a processor, or a microprocessor  Memory (RAM)
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
What is Information Technology?
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Chapter 3 Computer Hard ware
Tom Allen Computer Science Department Trinity University.
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
Lesson 2 — How Does A Computer Process Data?
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
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
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.
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.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
COMP1050 Winter 2015 Computer System Maintenance.
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.
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.
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 Architecture
 Identify computer system components.  Explain how the CPU works.  Differentiate between RAM and ROM.  Describe how data is represented.  Identify.
Computer Systems. This Module Components Home PC Inputs Processor Memory Motherboards Auxiliary Storage Outputs.
CSCI-100 Introduction to Computing Hardware Part I.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
Components of a Computer System
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
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,
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.
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),
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
**Input devices** 1- you communicate with the computer via an input device. 2- Input devices allow us to send information to the CPU to tell the computer.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
APPENDIX A HARDWARE AND SOFTWARE
BASIC PROGRAMMING C SCP1103 (02)
BASIC PROGRAMMING C SCP1103 (02)
Computer Hardware and Software
Introduction to Computers
Business Computer Technology
Introduction to Computers
Introduction to Computing Lecture # 1
Computer Electronic device Accepts data - input
Introduction to Computers
COMPUTER SKILL TDP 4TH SEMESTER.
COMPUTER FUNDAMENTALS i
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Computer components.
Presentation transcript:

1 Hardware - devices for Input

2 Hardware - devices for Input Processing

3 Hardware - devices for Input Processing Storage

4 Hardware - devices for Input Processing Storage Output

5 Hardware - devices for Input Processing Storage Output Communications

components of a computer system Central Processing Unit control unit Arithmetic logic unit RAM ROM Memory Input units output units Auxiliary Memory Data Information/ Knowledge

7 Input Devices Translate data from form that humans understand to one that the computer can work with Most common are keyboard and mouse Selector Buttons

Examples of Input Devices 1. Keyboard 1. Keyboard 2. Mouse 2. Mouse 3. Scanner 3. Scanner 4. Pre-storage Devise (Disk, CD’s, … etc.) 4. Pre-storage Devise (Disk, CD’s, … etc.) 5. Optical mark recognition (Light Pin, Bar code scanners) 6. Microphone 7. Joystick.

8. Point and Draw devices 9. Trackball 10. Touchpad 11. Touch screen 12. Magnetic stripes and smart cars. 13. Digital Cameras

11 The System Unit Electronic circuitry within the computer cabinet

12 The System Unit Two general parts Central Processing Unit (CPU) - an integrated micro- circuit that translates data into information

13 The CPU consists of : u Control Unit (CU) u Arithmetic and Logical Unit (ALU) u Some Registers.

14 The Control Unit (CU) within a CPU coordinates all activities of the computer by determining which operations to perform and in what order to carry them out. The CU transmits coordinating control signals to other computer components.

15 The ALU consists of electronic circuitry to perform arithmetic operations (addition, subtraction, multiplication and division), logical operations (and, or, not, …) and to make some comparisons (less-than, equal, … etc.)

16 The System Unit Two general parts Memory - referred to as primary storage or random access memory (RAM), it temporarily holds data and programs for use during processing ( volatile )

17 RAM RAM consists of locations or cells. Each cell has a unique address which distinguishes it from other cells.

Main Memory Address Memory locations 123n123n Memory Cell

20 ROM: Read Only Memory ROM is part of memory. n Programmed at manufacturing time n Its contents cannot be changed by users n It is a permanent store

21 Secondary Storage Stores data and programs permanently: its retained after the power is turned off Located outside the CPU, but most often contained in the system cabinet

22 Three Kinds of Disk Drives

23 Common Secondary Media Diskettes –Data represented as magnetic spots on removable flexible plastic disks –Most common size is 3 1/2 inches, in a rigid plastic case –Disk drive holds the diskette, reads or retrieves the data and writes or stores data

24 Common Secondary Media Hard drive –Data is represented magnetically as with diskettes –Normally more than one rigid platter in a sealed unit –These disks are not removable –Significantly more capacity and faster operating than diskettes

26 Output Devices Pieces of equipment that translate the processed information from the CPU into a form that humans can understand.

27 Output Devices u Monitors u Printers F Dot matrix printers F Ink jet printers F Laser printers u Sound plasters u Controlling other devices

28 Communications Devices Hardware that sends and receives data and programs from one computer or secondary storage device to another.

29 Units of Measurements Bit (Binary Digit)(takes two values: 1 or 0) Bit (Binary Digit)(takes two values: 1 or 0) Byte = 8 bits Byte = 8 bits KB (Kilo-byte) = 1024 bytes KB (Kilo-byte) = 1024 bytes MB (mega-byte) = 1024 KB MB (mega-byte) = 1024 KB GB (giga-byte) = 1024 MB GB (giga-byte) = 1024 MB TB (Tera-byte) = 1024 GB TB (Tera-byte) = 1024 GB

30 Connectivity The computer’s capability to send and receive information from other locations.

31 Systems of interconnected computers, known as networks, are the sources of distant information. Connectivity

32 Systems of interconnected computers, known as networks, are the sources of distant information. The National Information Infrastructure (NII) is currently the Internet. Connectivity

33 Computer Viruses A computer virus is an application program designed and written to destroy other programs. - It has the ability to: u Link itself to other programs u Copy itself (it looks as if it repeats itself)

34 Examples of Viruses n Monkes n ABC n Crabs n CIH

35 How do you know if you have a virus? Lack of storage capability Lack of storage capability Decrease in the speed of executing programs Decrease in the speed of executing programs Unexpected error messages Unexpected error messages Halting the system Halting the system

Protection against Computer Viruses Buy original copies of software only Buy original copies of software only Make backups of your files Make backups of your files Do not let any body to insert a diskette in your computer unless you are sure they do not have any viruses. Do not let any body to insert a diskette in your computer unless you are sure they do not have any viruses. Write-protect your disks Write-protect your disks Use anti-virus programs Use anti-virus programs