Difference between revisions of "User:Elizabeth/scratch.3"

From FreekiWiki
Jump to navigation Jump to search
(cell phone flow chart draft)
(added more to flow chart)
Line 22: Line 22:
 
   charger          [label="Can you match it with a charger?", fontsize="11"]
 
   charger          [label="Can you match it with a charger?", fontsize="11"]
 
   charging        [label="Does it charge when you plug it in?, 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"]
+
   battery       [label="Try up to 3 batteries. Does it charge?", fontsize="11", shape="box"]
 
   powerable    [label="Does it have RAM\nand a power supply?", fontsize="11"]
 
   powerable    [label="Does it have RAM\nand a power supply?", fontsize="11"]
 
   getpower      [label="Add RAM or power supply", fontsize="11"]
 
   getpower      [label="Add RAM or power supply", fontsize="11"]
Line 37: Line 37:
 
   start      ->  busted
 
   start      ->  busted
 
   busted      -> recycle [label="YES"]
 
   busted      -> recycle [label="YES"]
 +
  busted      -> charger [label="NO"]
 +
  charger    -> charging [label="YES"]
 +
  charging    -> battery [label="NO"]

Revision as of 17:02, 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 {
  1. 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"]
  battery       [label="Try up to 3 batteries. Does it charge?", fontsize="11", shape="box"]
  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"]
  busted      -> charger [label="NO"]
  charger     -> charging [label="YES"]
  charging    -> battery [label="NO"]