Input Devices Flashcards
What is the difference between analogue and digital data?
Analogue is the information as it is in nature, digital is the way that computers will represent that information.
What is an analogue signal?
An analogue signal Analogue data is in a continuous form. It varies smoothly.
Analogue signals preserve all the information with no loss. It is, however, difficult and expensive to get a computer to work with analogue data.
What is a digital signal?
A digital signal is a set of numbers that represent the exact strength of the signal at regular time intervals.
Analogue and Digital Signals, and Computers
You also need to understand that when a computer is dealing with a signal, it is dealing with an electrical signal that has a measurable voltage.
How are analogue signals converted into digital signals?
Analogue to digital: an analogue to digital converter (ADC) converts a signal from analogue to digital by sampling. At set intervals (sampling frequency) the analogue signal is measured and a numerical value assigned. The result is a digital signal.
How are digital signals converted to analogue signals?
Digital to analogue: a digital to analogue converter (DAC) converts a digital signal to an analogue signal by using the digital data to produce a corresponding voltage. DACs also look ahead - if the next sample has a higher level it starts increasing the output voltage to produce a smooth curve. Parameters affecting DACs are the same as for ADCs - a better digital signal will produce a better analogue signal.
What are some examples of analogue devices?
Convential camera most telephones TV Microphone Speaker
What are some examples of Digital devices?
Digital camera GSM cellphones Computer monitor Keyboard Printer
How does a keyboard work?
Each key has its own circuit. It is allocated two scan codes: one for when it is pressed and the other for when it is released.
When pressed, a current flows through, or is changed, in the key’s circuit.
The keyboard’s own processor generates a scan code for the key and places it in the keyboard’s own buffer..
The keyboard’s own processor raises an interrupt (IRQ) with the CPU.
The scan code for the key is sent to the computer when the CPU is ready for it.
The CPU, using the BIOS, tells the keyboard to delete the scan code from its buffer.
The next action depends on which key was pressed
Special keys have a flag in a special area of memory:
Shift, control (CTRL), ALT or insert (INS) keys: the flag is set to 1 when the key is pressed and 0 when it is released.
Num lock, caps lock or scroll lock keys (the “toggle” keys): the flag is set to 1 when the key pressed and 0 when it is pressed again (i.e. pressing the key toggles the flag on or off).
Changes in flags are reported to the active application for action.
Any other key: the scan code is used to determine the ASCII code for the key. The ASCII code is reported to the active application.
What are the different types of keys on a keyboard?
Metal Contact keyboard
Mechanical keyboard
Capacitive / flat keyboard
How does a metal contact key work?
Each key is a switch. Pressing the key brings two metal contacts together to complete a circuit.
This method was standard on older keyboards, but nowadays used primarily in mechanical keyboards ($$$)
How does a Capacitative (or Flat) Keyboard work?
A capacitative keyboard, also called a flat keyboard, uses capacitors to detect keypresses.
A capacitor is an electronic component that can store an electrical charge. It is made of two metal plates, separated by some material that does not conduct electricity.
Capacitance is the amount of electrical charge that can be stored in a capacitor.
A capacitive or flat keyboard has two metal plates separated by a rubber membrane (a capacitor) under each key. Pressing the key changes the capacitance; this change is detected as a keypress.
Where is a capacitive flat keys found?
laptops
Calculators
EFTPOS
Cash registers
What is the DVORAK keyboard layout?
Invented in 1930 by Albert Dvorak and William Dealy
Developed to be a more efficient layout
Allow typists to type faster (estimated 16 times more efficient than Qwerty)
Never became popular
More expensive to purchase than Qwerty
Describe the QWERTY Keyboard layout?
Most common type of keyboard layout
Name from the first six keys in the first row of the keys with the alphabet on them Q, W, E, R, T and Y keys
Developed in 1868 by Christopher Sholes, also the inventor of the typewriter
Not the most efficient
Used today as it is the most familiar to users
What is a pointing device?
Supplements the keyboard actions by doing tasks such as moving and pointing to onscreen objects
Tasks that the cursor is not able to do
Pointer starts with an arrow but changes if it is moved over certain parts of the screen
Actions can be performed using the different buttons on the mouse (or a combination of these)