Input and Processing Chapter 2 - Computers- Understanding Technology.

Slides:



Advertisements
Similar presentations
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Advertisements

Computer Parts There are many parts that work together to make a computer work.
Chapter 4 The Components of the System Unit
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Parts & Functions of a Computer. 2 Functions of a Computer.
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
Introduction to Computers From Chapters 1 & 2, Computers- Understanding Technology 1Bill Pegram - August 30, 2009.
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Chapter 4 The Components of the System Unit
Computer Parts There are many parts that work together to make a computer work.
IC3 GS3 Standard Computing Fundamentals Module
Chapter 4 The Components of the System Unit. Chapter 4 Objectives Differentiate among various styles of system units Describe the components of a processor.
Parts of a Computer.
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 The System Unit.
COMPONENTS OF THE SYSTEM UNIT
What is Information Technology?
Your Interactive Guide to the Digital World Discovering Computers 2012.
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
The Components of the System Unit Chapter 4 By: Janice Colon.
Lesson 3 — How a Computer Processes Data
CSCI 1200 Julie Benoit Introduction to Computing.
66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Describe the four basic types of system units.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
The Components of the System Unit Jeremy Lukianovich.
Computer Processing of Data
66 CHAPTER THE SYSTEM UNIT. 2 System Units in Microcomputers System Units (system cabinet):container that contain the electronic components of computer.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
Computer Parts There are many parts that work together to make a computer work.
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.
Your Interactive Guide to the Digital World Discovering Computers 2012 Lecture -1.
Chapter 6 The System Unit.
Copyright Prentice-Hall, Inc Chapter 2.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Chapter 4 The Components of the System Unit. The System Unit Case that contains electronic components of the computer used to process data.
Input/output ports and connectors
There are many parts that work together to make a computer work. System Unit Computer Parts.
Computer Hardware. The Desk Top Computer A PC is a general-purpose information processing device. It can take data from a person (through the keyboard.
Academic PowerPoint Computer System – Architecture.
Computer Hardware – System Unit
Computer Parts There are many parts that work together to make a computer work.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
Hardware: Input and Processing. Input and Processing Technology Hardware devices can be grouped according to how and where they are used in the four steps.
Computer Parts There are many parts that work together to make a computer work.
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
Introduction to Computing Slides By ADEELA MUSTAFA.
Computer Parts There are many parts that work together to make a computer work.
Computer Basics Just How Does a Computer Work?
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
COMPUTER PARTS INSIDE - OUTSIDE. Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Hardware – System Unit
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Business Computer Technology
Computer Parts There are many parts that work together to make a computer work.
The Computer Work Stations
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Chapter 4: Hardware for Educators
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Presentation transcript:

Input and Processing Chapter 2 - Computers- Understanding Technology

Information Processing Cycle Input Processing Output Storage

Input Devices Keyboard – alphanumeric and special function Touchscreen – ATMs, restaurants, airport checkin counters, kiosks, smart boards in classrooms Mouse –Mouse has used a rubber-coated ball on the bottom of the mouse; movement of the mouse on a surface results in rotation of the ball which is recorded by sensors in the mouse –An optical mouse uses a light sensor instead of a ball to track movement

Input Devices (cont.) Trackball – plastic sphere resting on rollers, often used in laptop computers Touchpads – you move the pointer by sliding your finger across the surface of the pad Joystick, pointer in notebook computers Pens, tablets – PDA’s, graphics tablet

Input Devices (cont.) Optical scanners Bar code reader Digital camera Webcams and digital video cameras Microphone

Input Devices Operating systems such as Windows and Macintosh employ a graphical user interface (GUI – pronounced gooey) in which the user issues command by using a mouse to make selections With DOS (previous operating system for IBM-compatible computers), users issued commands through typing on a keyboard

Computer Representation of Data Bit (either 0 or 1) Byte - 8 bits (0-255) ASCII (7 bit encoding, primarily in small computers) EBCDIC (8 bit encoding, primarily in large computers) Unicode (16 bit) – non-English characters are represented (~65,000)

System Unit in Desktop Computer Power supply – converts AC to DC Storage bay or bays – site where storage device such as floppy drive, hard drive, or CD/DVD drive is installed –Internal bays – concealed entirely within system unit –Exposed bay – used where access is needed to device, such as insertion and removal of floppy disk or CD/DVD

System Unit (cont.) Motherboard – thin sheet which has a number of components connected to it –CPU –System clock and battery –Slots for RAM chips –One or more read-only memory chips –Expansion slots –Ports for connecting input and output devices –Buses, which allow communication between components in the computer

Central Processing Unit Machine or instruction cycle – fetch, decode, execute, store Arithmetic/logic unit (ALU) Registers – temporary storage locations that can be accessed much faster than locations outside of the CPU; instruction registers, data registers, storage registers System clock – generates pulses which synchronize activity within computer

CPU (cont.) Clock speed is measured in hertz (pulses per second) – megahertz (1 million/sec) Coprocessors – math, graphical

Memory Random access memory (RAM) – each memory location has its own address so CPU can go directly to instructions and data it needs Random access memory is reusable (new data or instructions can replace what was formerly there) Random access memory is volatile – it only contains information while power is on

Cache Memory Cache memory contains data and instructions recently used by processor; when CPU looks for data or instructions, it first looks in the cache Because there is often repeat use of data or instructions, this decreases time required to get the information

Read-only Memory (ROM) ROM contains instructions or data permanently there; does not depend on maintaining continuous power ROM contains BIOS (basic input/output system) program which is the program that boots or starts the computer when it is turned on

Flash Memory Nonvolatile memory that can be reused Flash memory used in many handheld devices, including digital cameras, PDAs, cell phones, and MP3 players Some flash memory is portable and portable flash drives are becoming very common

Expansion and Ports Expansion boards – sound, video, graphics, modem, etc.; notebook computers often use PC or PCMCIA cards Ports – external plug-in slot –serial or communications (COM) (one bit at a time) –Parallel (LPT)– traditionally used to connect printer –Video – connect monitor –USB (Universal Serial Bus) – can be used to connect many type of devices and many devices can be connected together using a single USB port

Buses A bus is a pathway within a computer along which bits are transmitted Bus width refers to number of bits that can be transmitted at one time; e.g. 32-bit bus Expansion bus – interacts with RAM and low-speed devices Local bus – high speed peripherals and connects directly to CPU