Difference between revisions of "Laptop Evaluation"

From FreekiWiki
Jump to navigation Jump to search
m
Line 13: Line 13:
 
   poweron      [label="Does it power on?", fontsize="11"]
 
   poweron      [label="Does it power on?", fontsize="11"]
 
   handwavy      [label="Give it to an instructor.", fontsize="11", shape="box", style="bold"]
 
   handwavy      [label="Give it to an instructor.", fontsize="11", shape="box", style="bold"]
   #?    [label="", fontsize="11"]
+
   posty        [label="Does it post?", fontsize="11"]
   #recycle      [label="RECYCLE the system", fontsize="11", shape="box", style="bold"]
+
  procclass     [label="Proc Class Shown?" fontsize="11"]
 +
  enoughproc    [label="P100 or better?" fontsize="11"]
 +
  whatzit      [label="Boot With Whatzit disk" fontsize="11"]
 +
  record        [label="Pull Hard Drive\nand record info*" fontsize="11"]
 +
  hdnote        [label="*If HD hard to remove,\nwipe in system" fontsize="11" shape="diamond"]
 +
   #             [label="" fontsize="11"]
 +
  recycle      [label="RECYCLE the system", fontsize="11", shape="box", style="bold"]
 
    
 
    
 
   start      -> apples
 
   start      -> apples
Line 22: Line 28:
 
   powerable  -> getpower [label="NO"]
 
   powerable  -> getpower [label="NO"]
 
   getpower    -> poweron  
 
   getpower    -> poweron  
   #poweron    -> ??? [label="YES"]
+
   poweron    -> posty [label="YES"]
 
   poweron    -> handwavy [label="NO"]
 
   poweron    -> handwavy [label="NO"]
 
+
  posty      -> procclass [label="YES"] 
    
+
  posty      -> handwavy [label="NO"]
 +
  procclass  -> enoughproc [label="YES"]
 +
  procclass  -> whatzit [label="NO"]
 +
  whatzit    -> enoughproc
 +
  enoughproc  -> record [label="YES"]
 +
  enoughproc  -> recycle [label="NO"]
 +
  record      -> hdnote
 +
   record      -
 
   }
 
   }
 
</graphvizr>
 
</graphvizr>
  
 
[[Category: Laptops]]
 
[[Category: Laptops]]

Revision as of 00:20, 12 May 2006

Simple laptop Evaluation Tinyspid.gif

<graphvizr>

 digraph D {
  1. size="7,10"
  start         [label="START HERE", fontsize="11", shape="box", style="bold"]
  apples        [label="Is it an Apple?", fontsize="11"]
  macpile       [label="Put them in the Mac pile.\nDo not mine.", fontsize="11", shape="box", style="bold"]
  powerable     [label="Does it have RAM\nand a power supply?", fontsize="11"]
  getpower      [label="get 'em", fontsize="11", shape="diamond"]
  poweron       [label="Does it power on?", fontsize="11"]
  handwavy      [label="Give it to an instructor.", fontsize="11", shape="box", style="bold"]
  posty         [label="Does it post?", fontsize="11"]
  procclass     [label="Proc Class Shown?" fontsize="11"]
  enoughproc    [label="P100 or better?" fontsize="11"]
  whatzit       [label="Boot With Whatzit disk" fontsize="11"]
  record        [label="Pull Hard Drive\nand record info*" fontsize="11"]
  hdnote        [label="*If HD hard to remove,\nwipe in system" fontsize="11" shape="diamond"]
  #              [label="" fontsize="11"]
  recycle       [label="RECYCLE the system", fontsize="11", shape="box", style="bold"]
  
  start       -> apples
  apples      -> macpile [label="YES"]
  apples      -> powerable [label="NO"]
  powerable   -> poweron [label="YES"]
  powerable   -> getpower [label="NO"]
  getpower    -> poweron 
  poweron     -> posty [label="YES"]
  poweron     -> handwavy [label="NO"]
  posty       -> procclass [label="YES"]   
  posty       -> handwavy [label="NO"]
  procclass   -> enoughproc [label="YES"]
  procclass   -> whatzit [label="NO"]
  whatzit     -> enoughproc
  enoughproc  -> record [label="YES"]
  enoughproc  -> recycle [label="NO"]
  record      -> hdnote 
  record      -
 }

</graphvizr>