Difference between revisions of "Keyboard Testing"

From FreekiWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
Keyboards are tested for functionality.  The good ones are then distributed throughout the building (Build, Thrift Store, etc.) or are boxed up for Bulk Sales.  The bad ones are recycled.
 
Keyboards are tested for functionality.  The good ones are then distributed throughout the building (Build, Thrift Store, etc.) or are boxed up for Bulk Sales.  The bad ones are recycled.
  
; TO RECYCLE A KEYBOARD
 
: Cut off the cord and put it in the shopping cart with other cords.
 
: Put the keyboard in the Gaylord on the sidewalk.
 
  
 
<graphviz>
 
<graphviz>
 
digraph{
 
digraph{
  
 +
  start [label="START HERE", shape="box", fontsize="12"]
 +
  aesthetic  [label="Is the keyboard old, dingy, yellowed,\n dirty, or missing keys?", fontsize="12"]
 +
  RECYCLE
 +
  connection
  
start [label="START HERE", shape="box", fontsize="12"]
+
  connection [label="What type of connector\n does it have?", fontsize="12"]
aesthetic  [label="Is the keyboard old, dingy, yellowed,\n dirty, or missing keys?", fontsize="12"]
+
  PS2
RECYCLE
+
  USB [label="USB or\n WIRELESS", fontzie="12"]
connection
+
  OTHER
 
 
connection [label="What type of connector\n does it have?", fontsize="12"]
 
PS2
 
USB [label="USB or\n WIRELESS", fontzie="12"]
 
OTHER
 
  
store [label="Put it in the STORE box", fontsize="12"]
+
  store [label="Put it in the STORE box", fontsize="12"]
test [label="Plug it in and\n TEST IT!!!", fontsize="12"]
+
  test [label="Plug it in and\n TEST IT!!!", fontsize="12"]
  
start -> aesthetic
+
  start -> aesthetic
aesthetic -> RECYCLE[label="YES"]
+
  aesthetic -> RECYCLE[label="YES"]
aesthetic -> connection[label="NO"]
+
  aesthetic -> connection[label="NO"]
  
connection -> USB
+
  connection -> USB
connection -> PS2
+
  connection -> PS2
connection -> OTHER
+
  connection -> OTHER
  
USB -> store
+
  USB -> store
PS2 -> test
+
  PS2 -> test
OTHER -> RECYCLE
+
  OTHER -> RECYCLE
  
 
</graphviz>
 
</graphviz>
  
 
+
; TO RECYCLE A KEYBOARD
 +
: Cut off the cord and put it in the shopping cart with other cords.
 +
: Put the keyboard in the Gaylord on the sidewalk.
  
 
==To test a keyboard, follow these steps==
 
==To test a keyboard, follow these steps==

Revision as of 11:51, 8 December 2006

Testing Keyboards

Keyboards are tested for functionality. The good ones are then distributed throughout the building (Build, Thrift Store, etc.) or are boxed up for Bulk Sales. The bad ones are recycled.


This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

TO RECYCLE A KEYBOARD
Cut off the cord and put it in the shopping cart with other cords.
Put the keyboard in the Gaylord on the sidewalk.

To test a keyboard, follow these steps

  1. Connect the keyboard to the system using the extender provided.
  2. Using the arrows on the keyboard, select the KBD heading
  3. Using the arrows on the keyboard, select the Scan/ASCII test and hit enter
  4. A window will pop up, select CONTINUE
  5. You will see on the screen what looks like a keyboard. when you hit a key on the keyboard, a little star will appear on the keyboard image on the screen. this means the key works (if you do not see a star, the key does not work). TEST EVERY KEY ON THE KEYBOARD. if any keys do not work then RECYCLE the keyboard.
  6. If all the keys work then hold down the CTRL key and hit the BREAK key. Put a keyboard sticker on the working keyboard and put it in the outgoing box.
  7. Plug a new keyboard in and start all over!