Chapter 3 Peter Norton’s  Introduction to Computers Interacting with Your Computer.

Slides:



Advertisements
Similar presentations
المحاضرة الثانية. 2- Input devices 2- Input devices Input devices allow you to input information Input devices allow you to input information 1- keyboard.
Advertisements

Interacting with the Computer lesson 2 essential concepts.
INPUT-OUTPUT ORGANIZATION
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Input/Output Devices Chapter 5b. Input Allow input into computer Data Commands Responses Programs Most popular input devices are keyboard and mouse.
NEXT SLIDE © 2006 Prentice-Hall, Inc. 1 Technology In Action.
Interacting with Your Computer
Parts of a Computer.
Introduction ‘Have you ever played video games before? Look at the joystick movement. When you move the joystick to the left, the plane on the TV screen.
INPUT-OUTPUT ORGANIZATION
COMPONENTS OF THE SYSTEM UNIT
Chapter 2 – Coputer Hardware
Input Devices : Pointing Mouse : mechanical, light Touch Pad : finger pressure Track Ball : upside down mouse Pointing Stick : TrackPoint, Isopoint Joystick.
Output Thomas W. Davis. What is Output? Output it data that has been processed into a useful form Output includes: Monitors Printers Speakers Etc.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Computer Processing of Data
©2008 The McGraw-Hill Companies, Inc. All rights reserved. Digital Electronics Principles & Applications Seventh Edition Chapter 13 Computer Systems Roger.
Introduction to Computers
1 A Quick Look at Hardware What you need to know before buying a computer.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Output Devices. Printers Factors affecting choice Volume of output High volume require fast, heavy-duty printer Quality of print required Location of.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
P. 6.1 Digital Technology and Computer Fundamentals Chapter 6 Computer Organization II.
Input and Processing Chapter 2 - Computers- Understanding Technology.
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.
REST OF THE COMPUTER BEFORE THE INTERNET. Understand Your Computer  Bit  Binary digit  0 or 1  Byte  8 bits  Unique combinations of 8 bits of 0s.
Chapter 2 HAEDWAER.
Parts of a Computer. Keyboard: The input device that you use to type letters, numbers, and symbols into a computer.
1 CHAPTER 2 Hardware. 2 CPU : Central Processing Unit -Every PC system unit contains at least one chip called microprocessor (cpu) attached on motherboard.
Computer Components Part #2 – Input and Output. Let’s Review.
WHAT SHOULD HAVE BEEN COVERED DAY ONE Part 4 Ms. T. N. Jones1.
COMPUTER FUNDAMENTALS David Samuel bhatti
Unit 3 Peripheral Devices Section D. Chapter 1, Slide 2Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3D – Peripheral DevicesSlide.
Visit for more Learning Resources
Computer Organization and Design
Sara Naheed Amjad Information Technology
Chapter 1 The Amazing Computer
Computer System Hardware
Hardware: Input / Output Devices
Sara Naheed Amjad Information Technology
INFORMATION TECHNOLOGY
Presentation of Input & Output Devices
Jeopardy-CH 4 System Unit INPUT OUTPUT Storage Processing Q $100
Computer Hardware – System Unit
Introduction to Computing
UNIT 9 Computer architecture
PC Parts Worksheet- Building Your own Computer
Components of Computer
INFORMATION TECHNOLOGY
Operating Systems (CS 340 D)
Introduction to Computers
CHAPTER 4 TOP LEVEL VIEW OF COMPUTER FUNCTION AND INTERCONNECTION
Introduction to Computing
Parts of a Computer I plan to use this presentation for an introduction at the start of the year. Maybe even create a “word wall” with the cards.
1 Input-Output Organization Computer Organization Computer Architectures Lab Peripheral Devices Input-Output Interface Asynchronous Data Transfer Modes.
C_ITCO011/C_ITCO111 LECTURER: E.DONDO
Principles & Applications
The computer work station
Identifying Input / Output Devices
Business Computer Technology
Computer Fundamentals
Essential Introduction to Computers
Output Chapter 6.
INTRODUCTION TO COMPUTERS
Chapter 2 Overview of Graphics Systems
- CHAPTER 2 – Hardware.
Know Your PC.
Chapter 4 : Input & Output devices Visit for more Learning Resources.
William Stallings Computer Organization and Architecture
Presentation transcript:

Chapter 3 Peter Norton’s  Introduction to Computers Interacting with Your Computer

Input Devices: Keyboard Mouse Trackball Trackpad Pen Touch Screen Bar Code Reader Image Scanner Microphone Video

Factors Affecting Monitors: Size Resolution Refresh rate Dot pitch

Size is measured diagonally. Resolution = no. of pixels (i.e x 768) Image clarity or sharpness Refresh rate = number of Times persecond that the electron gun scans every pixel on the screen frames in one second The picture is scanned from left to right and from top to bottom. One complete set of scan lines is called a frame. 1 pixel in a color monitor

Flat-Panel Monitors: LCD (Liquid Crystal Display) (Notebooks use LCD displays)

Types of Printers: Ink JetHome and Offices LaserHome and Offices Dot-MatrixHome and Office PlotterCommercially used for printing of sign boards or large images

Ink jets are popular because of their relatively low cost and color capability.

Paper is given a static charge Laser beam Heat roller bonds toner to paper Toner transferred from drum to paper Rotating mirror Laser transfers image to drum Laser printers are faster and capable of high resolution.

Printer Criteria: Image QualityDPI SpeedPPM Initial CostNormal Cost of OperationNormal

Machine Cycle Fetching CU receives command / data from memory Decoding CU breaks down commands into instructions Executing After command execution CPU converts them into microcode Storing CPU stores results into memory

Types of Interfaces: Serial Parallel SCSI (Small Computer System Interface)

Bit 0Start bitBit 1Bit 2Bit 3Bit 4Bit 5Bit 6Bit 7Stop Bit RS232 Driver To modem Transmitter Receiver Control Serial data transmission is relatively slow! The serial ports transfer data one bit at a time.

Transmitter Receiver Control To printer The parallel port transfers data one byte at a time. Drivers

A SCSI card can be plugged into an expansion slot. SCSI devices can be daisychained.

The major computer system components (processor, main memory, I/O modules) need to be interconnected in order to exchange data and control signals A bus is a communication pathway connecting two or more devices A bus that connects major computer components (processor, memory, I/O) is called a system bus. Bus = a shared transmission medium. Only one device at a time Can successfully transmit. shared system bus consisting of multiple lines a hierarchy of buses to improve performance. Key design elements for buses include: Arbitration, Timing, width

Program A sequence of (machine) instructions (Machine) Instruction A group of bits that tell the computer to perform a specific operation (a sequence of micro-operation) The instructions of a program, along with any needed data are stored in memory The CPU reads the next instruction from memory It is placed in an Instruction Register (IR)

A computer instruction is often divided into two parts An opcode (Operation Code) that specifies the operation for that instruction An address that specifies the registers and/or locations in memory to use for that operation In the Basic Computer, bit 15 of the instruction specifies the addressing mode (0: direct addressing, 1: indirect addressing) Since the memory words, and hence the instructions, are 16 bits long, that leaves 3 bits for the instruction’s Opcode Address Instruction Format I 11 Addressing mode

Learning Objectives: Chapter 3 Review List at least three common input and output devices. Name the processes a video monitor uses to displays images. Name the components of a mouse and list the common techniques used to maintain a mouse. Name three types of printers and list the advantages and disadvantages of each. Explain how input and output devices communicate with the other parts of the computer.