Difference between revisions of "User:Elizabeth/scratch.3"
Jump to navigation
Jump to search
(added to plan for howto on cleaning and create pages Bathrooms, Kitchen and Facilities) |
(cell phone flow chart draft) |
||
| Line 1: | Line 1: | ||
| − | === | + | === Cell Phone Testing === |
| − | = | + | =Steps= |
| + | * Is it visibly broken? | ||
| + | * Match the phone with a charger. | ||
| + | * Does it charge when you plug it in? | ||
| + | No | ||
| + | Try up to three different batteries. Does it charge | ||
| + | Yes | ||
| + | * Unplug it and remove the SIM Card if applicable. | ||
| + | * Replace with blank testing SIM Card. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | <graphviz> | |
| − | + | digraph D { | |
| − | = | + | # size="7,10" |
| − | + | ||
| − | + | start [label="START HERE", fontsize="11", shape="box", style="bold"] | |
| − | + | busted [label="Is the phone visibly broken?", fontsize="11"] | |
| − | + | recycle [label="Recycle it" fontsize="11", shape="ox", style="bold"] | |
| − | + | charger [label="Can you match it with a charger?", fontsize="11"] | |
| − | + | charging [label="Does it charge when you plug it in?, fontsize="11"] | |
| + | macpile [label="Give it to an instructor.\nDo not mine.", fontsize="11", shape="box", style="bold"] | ||
| + | powerable [label="Does it have RAM\nand a power supply?", fontsize="11"] | ||
| + | getpower [label="Add RAM or power supply", fontsize="11"] | ||
| + | poweron [label="Does it power on?\n Does it have a working screen?\n Does it post?", fontsize="11"] | ||
| + | handwavy [label="Consult Laptops FAQ on wiki \n Or Ask an Instructor.", fontsize="11", shape="box", style="bold"] | ||
| + | procclass [label="Can you find\n the Processor Info?\n (try entering BIOS)" fontsize="11"] | ||
| + | enoughproc [label="Does it fit into one of the specs?", fontsize="11"] | ||
| + | whatzit [label="Run Memtest\n(Don't know how? Ask someone!)" fontsize="11"] | ||
| + | keeper [label="Fill out keeper label" fontsize="11", shape="box", style="bold"] | ||
| + | incoming [label="Recycle That Laptop!",fontsize="11", shape="box", style="bold"] | ||
| + | |||
| + | |||
| + | |||
| + | start -> busted | ||
| + | busted -> recycle [label="YES"] | ||
Revision as of 16:52, 14 January 2010
Cell Phone Testing
Steps
- Is it visibly broken?
- Match the phone with a charger.
- Does it charge when you plug it in?
No Try up to three different batteries. Does it charge Yes
- Unplug it and remove the SIM Card if applicable.
- Replace with blank testing SIM Card.
<graphviz>
digraph D {
- size="7,10"
start [label="START HERE", fontsize="11", shape="box", style="bold"] busted [label="Is the phone visibly broken?", fontsize="11"] recycle [label="Recycle it" fontsize="11", shape="ox", style="bold"] charger [label="Can you match it with a charger?", fontsize="11"] charging [label="Does it charge when you plug it in?, fontsize="11"] macpile [label="Give it to an instructor.\nDo not mine.", fontsize="11", shape="box", style="bold"] powerable [label="Does it have RAM\nand a power supply?", fontsize="11"] getpower [label="Add RAM or power supply", fontsize="11"] poweron [label="Does it power on?\n Does it have a working screen?\n Does it post?", fontsize="11"] handwavy [label="Consult Laptops FAQ on wiki \n Or Ask an Instructor.", fontsize="11", shape="box", style="bold"] procclass [label="Can you find\n the Processor Info?\n (try entering BIOS)" fontsize="11"] enoughproc [label="Does it fit into one of the specs?", fontsize="11"] whatzit [label="Run Memtest\n(Don't know how? Ask someone!)" fontsize="11"] keeper [label="Fill out keeper label" fontsize="11", shape="box", style="bold"] incoming [label="Recycle That Laptop!",fontsize="11", shape="box", style="bold"]
start -> busted busted -> recycle [label="YES"]