Computer Basics

Link to Input 3 - Input: Keyboard

Link to Home - Jan's Illustrated Computer Literacy 101

The most often used input device is the keyboard.
The layout of the keys was borrowed from the typewriter with a number of new keys added.
 
mouse iconClick on a key or keyboard section in the picture below. You'll be moved to the information about each section or key. Use the Return to Top arrow to come back to the picture.

graphic: keyboard


Where you are:
JegsWorks > Lessons > Computer Basics


  1. Computer TypesArrow: Subtopics
  2. ApplicationsArrow: Subtopics   
Link to Input 3. Input Arrow: Subtopics list open
    Intro
    Keyboard:
          framed
          no frames
    Pointing Devices
    Terminals
    Multimedia
    Data Automation
    Data Accuracy
    Quiz
  4. ProcessingArrow: Subtopics
  5. OutputArrow: Subtopics
  6. StorageArrow: Subtopics
  7. Computer to ComputerArrow: Subtopics
  8. System SoftwareArrow: Subtopics
  9. ProgrammingArrow: Subtopics

  10. What You SeeArrow: Subtopics
  11. Hands On!Arrow: Subtopics
  12. On Your OwnArrow: Subtopics

Search

Glossary

Appendix


Alphabet keys

The letters of the alphabet and some punctuation marks are in these three rows. The order of the keys is called QWERTY from the order of the keys on the top row.

This arrangement of the letters was inherited from the typewriter. It is not the most efficient layout. With the first typewriters, the typists had trouble with the mechanical keys jamming each other because the typists could strike the keys faster than the keys could get out of each others' way. So the letters were arranged to slow down the typists' speed. Now that electric typewriters and computer keyboards no longer have mechanical keys, a more efficient layout could be used. But so many people are familiar and skilled with the old way that it doesn't seem likely that the layout will change.
Link- Return to top


Alt

The Alt key doesn't do anything by itself. But if you hold it down while pressing another key, the effect of that key may be different from usual. Exactly what will happen will depend on what program is running at the time.

ALT key
Link- Return to top


Arrow keys

These four keys are used to move the cursor on the screen. The up and down arrows move the cursor up or down one line. The left and right arrows move the cursor one character.

up arrow key
left arrow key down arrow right arrow gif

Link- Return to top
Backspace

The Backspace key erases the character on the left of the cursor and moves the cursor that direction, too.

backspace gif
Link- Return to top


Caps Lock

When the Caps Lock key is on, pressing any alphabetic key will result in an upper case (capital) letter. The number and symbol keys are not affected, however. Watch out - this is different from typewriters.

caps lock
Link- Return to top


Control

The Control key does nothing all by itself. It must be pressed in combination with other keys. When used in combination, the Control key changes the normal effect of a key. Exactly what will happen depends on the software in use at the time.

control key
Link- Return to top


Delete

The Delete key is used to erase the character just to the right of the cursor. Any text beyond the erased character is moved to the left.

delete key
Link- Return to top


End

The End key is a navigation key. It will send the cursor to the end of the current line.

end key
Link- Return to top


Enter

The Enter key is used in several ways. In word processing, it acts like the Return key on a typewriter by starting a new line. It is also used in place of a mouse click with buttons and drop-down menus.

enter key       enter key from numeric pad gif

Link- Return to top
Escape

The Escape key is used to cancel actions in progress before they finish. It is also used to close certain dialog boxes.

escape key
Link- Return to top


Function keys

The Function keys are numbered F1, F2, F3,....F12. These are programmable keys. That is, programs can assign actions to these keys. So the same key might produce different results in different programs.

Some of the function keys are becoming more standardized as to what they do. For example, F1 is most often used to access the Help file for a program.

F1 key F2 key F3 key F4 key     F5 key F6 key F7 key F8 key     F9 key F10 key F11 key F12 key

Link- Return to top


Home

The Home key is a navigation key for the cursor. It will move the cursor to the beginning of the current line.

home key
Link- Return to top


Insert

The Insert key is a toggle key. That is, repeatedly pressing it will alternate between two effects:
1.  typing overtypes characters already there
2.  typing inserts characters in between the characters that are already there.
Some programs have an indicator on screen to show you which effect is current. But not all are as friendly.

insert key
Link- Return to top


Numeric keypad

When the Num Lock key is on, these keys are used to enter numbers as with an adding machine.

When the Num Lock key is off, the keys act as navigation keys using the alternate markings on each key.

7 key 8 key 9 key
4 key 5 key 6 key
1 key 2 key 3 key
0 key decimal key

Link- Return to top


Minus

When Num Lock is on, the Minus key performs subtraction on the numbers entered.

When Num Lock is off, the Minus key will type a hyphen like this -.

minus key
Link- Return to top


Number/Symbol keys

On this row of keys you will see two characters, one at the top of the key and one at the bottom. The upper character is a symbol and is accessed by holding the Shift key down while pressing the key.

Numbers can also be typed from the Numeric Keypad.
Link- Return to top


Num Lock

When Num Lock is on, the Numeric Keypad responds with numbers, as an adding machine.

When Num lock is off, the Numeric Keypad responds as navigation keys using the alternate markings on the keys.

num lock
Link- Return to top


Page Down

The Page Down key is a navigation key which will drop the displayed area down the page one screen's worth . It doesn't necessarily move a whole literal page at a time. That would depend on the height of a page.

page down
Link- Return to top


Page Up

The Page Up key is a navigation key which will move the cursor up the displayed area one screen's worth. It does not usually move a literal page at a time. That would depend on the height of a page.

page up
Link- Return to top


Pause

The Pause key is little used under Windows. Under DOS it is used to halt actions in progress, often so that messages on the screen can be read before they scroll off the screen.

pause key
Link- Return to top


Plus

When Num Lock is on, this key performs addition.

When Num Lock is off, this key prints a +.

plus key
Link- Return to top


Print Screen

The Print Screen key is more useful under DOS than under Windows. Under DOS pressing the Print Screen key immediately sends the contents of the screen to the printer.

Under Windows pressing the Print Screen key sends a copy of the screen to the Clipboard. You must then paste to an appropriate program and print from there.

print screen key
Link- Return to top


Scroll Lock

The Scroll Lock key is more useful under DOS where pressing it will stop text on the screen from scrolling off the top of the screen. This gives you time to read or print it before continuing.

scroll lock
Link- Return to top


Shift

The Shift key is used in combination with the alphabetic keys to get upper case.

With a numeric/symbol key using the Shift key will give the character at the top of the key.

The Shift key can be used in combination with the Alt and Control keys to change the effects of another key.

shift key
Link- Return to top


Slash

When Num Lock is on, the Slash key acts as a division sign on the numbers entered.

When Num lock is off, the Slash key types a /.

slash key
Link- Return to top


Spacebar

The Spacebar is used to enter blank spaces in text. Sometimes it can also be used instead of a mouse click on buttons.

Spacebar
Link- Return to top


Tab

The Tab key is used to move the cursor over to the right to a pre-set point. This is especially used in word processing to line up text vertically.

tab key
Link- Return to top


Times

When Num Lock is on, the Times key acts as a multiplication sign on the numbers entered.

When Num Lock is off, the Times key types a *.

multiplication key
Link- Return to top


Lessons Computer Basics Previous Page Next Page


Teachers: Request permission to use this site with your class

Copyright © 1997-2009 Jan Smith   <jegs1@jegsworks.com>
All Rights Reserved

Icon: DownloadIcon: CDDownload lessons
Want to help?


~~  1 Cor. 10:31 ...whatever you do, do it all for the glory of God.  ~~


Last updated: 22 Jan 2008