Www.ustudy.in. Keyboard www.ustudy.in Introduction Keyboard is an input device. It is used to give text, numbers and controls as input to computer. The.

Slides:



Advertisements
Similar presentations
Programmable Interval Timer
Advertisements

© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Motherboard Further Information Click on the image for details about each component.
Parts & Functions of a Computer. 2 Functions of a Computer.
RADIO FREQUENCY MODULE. Introduction  An RF module is a small electronic circuit used to transmit and receive radio signals.  As the name suggests,
EE 316 Computer Engineering Junior Lab Word Mastermind.
EE 316 Computer Engineering Junior Lab PS/2 Keyboard.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
EE 316 Computer Engineering Junior Lab Digital Hangman.
Interface circuits I/O interface consists of the circuitry required to connect an I/O device to a computer bus. Side of the interface which connects to.
ECE 371- Unit 11 Introduction to Serial I/O. TWO MAJOR CLASSES OF SERIAL DATA INTERFACES ASYNCHRONOUS SERIAL I/O - USES “FRAMING BITS” (START BIT AND.
Parts of a Computer.
University of Tehran 1 Interface Design Keyboard and Printer Omid Fatemi.
1 KEYBOARD. 2 Structure  Is standard input device Arrangement of keys IC Integrated Circuit.
PS2 Keyboard Interface Using Spartan-3 Starter Kit Board
CHARACTERS Data Representation. Using binary to represent characters Computers can only process binary numbers (1’s and 0’s) so a system was developed.
Lesson plan. School:. Njia boys High school Subject:
Overview What kind of LCD Interfacing the LCD Displaying Text and Numbers Common Issues.
1 COMP541 Input Devices: Keyboards, Mice and Joysticks Montek Singh Apr 16, 2012.
Objectives How Microcontroller works
CISCO NETWORKING ACADEMY Chabot College ELEC Hyperterminal Access to Routers.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Renesas Electronics Europe GmbH A © 2010 Renesas Electronics Corporation. All rights reserved. RL78 Clock Generator.
Exercise 2 The Motherboard
Introduction to computers.. What Is A Computer A computer is a multi-tasking device that performs mathematical and logical computations A computer can.
This is CS50 AP. an introduction to the intellectual enterprises of computer science and the art of programming Unit 0 Module 4 © David J. Malan, Doug.
Basic Stamp Free Pins These pins can be used by the operator for digital Inputs and Outputs Used Pins 0.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
(Tahlia and Mabel are SUPA!!!). CPU CPU mean central process unit A central process is the carries out the instructions to computer programming.
Minimum System Requirements Clock Generator Memory Interfacing.
Introduction Computer : A First Look How do computers affect us in our daily lives?
By charlotte Westbury and charlotte Kollosche HOW COMPUTERS AND IPADS WORK.
8279 KEYBOARD AND DISPLAY INTERFACING
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 3 – The Motherboard.
Introduction to Computers Section 2A. home Keyboard Alphanumeric keys Modifier keys Numeric keypad Function keys Cursor-movement keys Special-purpose.
Modes of transfer in computer
PPI-8255.
How to use a Computer Computer parts. The Mouse Click left to go to properties… Mice first broke into the public stage with the introduction of the Apple.
8279 KEYBOARD AND DISPLAY INTERFACING
PS/2 Mouse/Keyboard Port
Computer Skills Dr. Omar Al Jadaan RAK-MHSU College of Medical Sciences
Presented by Sadhish Prabhu
DHUHA KHALID ALSHMMERI The Keyboard. Is a unit of the input data to the computer, When a key is pressed the Keyboard generate code called Survey (determining.
On your whiteboard write down a short sentence explaining how you think a computer works. You do not need to log on!
The System Unit What is the system unit? p Fig. 4-1 Next  Case that contains electronic components of the computer used to process data  Sometimes.
Programming in the Context of a Typical Computer Computer Studies Created by Rex Woollard.
Digital Literacy: Computer Basics
Bar code scanner Department of Computer Engineering, M.S.P.V.L. Polytechnic College, Pavoorchatram.
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.
Unit 7 PC SYSTEMS Unit 7: PC Systems Unit type: Certificate and Diploma Learning hours: 60 hours Unit level: 1.
INTRODUCTION TO MICROPROCESSOR. Do you know computer organization? Arithmetic Logic Unit Memory Output Input Control Unit.
Direct Memory Access (DMA) Department of Computer Engineering, M.S.P.V.L. Polytechnic College, Pavoorchatram. A Presentation On.
Virtual Ground Introduction  A virtual ground is no more than a voltage divider where the divided network is the ground and the outer.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Information Technology Chapter 5. What is Information Technology? Information technology is specifically associated with computer-based communication.
Input & Output devices. Input Device :keyboard a keyboard is an input device, partially modeled after the typewriter keyboard, which uses an arrangement.
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.
INTERFACING KEYBOARD WITH ATMEGA32 ELECTRONICS & COMMUNICATION TITLE.
Arduino Uno – controlling LED strips
Introducing Hardware.
Group Members: M. Khayam Shahzad M. Murtaza Farrukh Aneel Abbasi.
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.
PC Maintenance and Repair
Motherboard and its component What is Motherboard? Location Function.
Microprocessor & Assembly Language
كارت هوشمند چيست وچگونه كار مي‌كند؟
Five Key Computer Components
The Computer’s Hardware
Presentation transcript:

Keyboard

Introduction Keyboard is an input device. It is used to give text, numbers and controls as input to computer. The keyboard resembles the structure of ordinary typewriter keyboard with some additional keys

Types of keyboard PC/PC-XT keyboard-83 keys PC-AT keyboard-84 keys Enhanced PC-AT keyboard-101 keys Windows keyboard-114 keys Remote keyboard-109 keys

Multimedia keyboard Remote keyboard

Keyboard signals The keyboard is connected to the system board (Motherboard) through a flexible standard DIN connector. There are two types of DIN connectors 5 PIN DIN connector 6 PIN DIN connector

5 Pin DIN connector The signals are Pin 1 - Keyboard clock Pin 2 - Keyboard data Pin 3 - Not used Pin 4 - Ground Pin 5 - Vcc (+5V) 6 Pin DIN connector The signals are Pin 1 - Keyboard data Pin 2 - Not used Pin 3 - Ground Pin 4 - Vcc (+5V) Pin 5 - Keyboard clock Pin 6 - Not used

Signals Keyboard clock This provides clock pulse to the keyboard from the system

Cont., Keyboard data This is used to send the scan codes from the keyboard to the computer serially.

Cont., Ground This is the common ground for all the keyboard circuits

Cont., Vcc (+5V) This will provide the required supply for the operation of keyboard. The Keyboard clock lone and keyboard data line are bidirectional.

Operations of Keyboard

Operations of keyboard When a key is pressed on the keyboard, it sends a control signal to the keyboard controller.

Cont., The keyboard controller generates a code called scan code corresponding to the signal received.

Cont., This code is placed in the keyboard buffer and it sends interrupt signal to the CPU through the system software

Cont., The CPU stop its current execution and reads the scan code from the keyboard buffer. Then it converts the scan code into ASCII form

The End ….. Thank you …..