Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
(changed Pentium 2 to ZIF and removed 1 Digit ZIF)
Line 18: Line 18:
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?"]
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?"]
 
   fastproc      [label="Does it have\n933 MHz or faster proc?"]
 
   fastproc      [label="Does it have\n933 MHz or faster proc?"]
   smallzif      [label="Can you see a\n1 DIGIT ZIF SOCKET?\n(don't take apart)"]
+
   zif          [label="Does it have a\nZIF SOCKET?"]
  pentium2      [label="Can you see a\nPENTIUM II processor?\n(don't take apart)"]
 
 
   missingparts  [label="Is it\nMISSING CASE PARTS?\n(i.e. side or front panel)"]
 
   missingparts  [label="Is it\nMISSING CASE PARTS?\n(i.e. side or front panel)"]
 
   multipleisas  [label="Can you see\n2 or more ISA slots?"]
 
   multipleisas  [label="Can you see\n2 or more ISA slots?"]
Line 40: Line 39:
 
   dimmslots    -> recycle [taillabel="NO"]
 
   dimmslots    -> recycle [taillabel="NO"]
  
   rambusslots  -> smallzif [taillabel="NO"]
+
   rambusslots  -> multipleisas [taillabel="NO"]
 
   rambusslots  -> emptyrambus [taillabel="YES"]
 
   rambusslots  -> emptyrambus [taillabel="YES"]
  
 
   emptyrambus  -> recycle [taillabel="YES"]
 
   emptyrambus  -> recycle [taillabel="YES"]
   emptyrambus  -> smallzif [taillabel="NO"]
+
   emptyrambus  -> multipleisas [taillabel="NO"]
 
 
  smallzif    -> recycle [taillabel="YES"]
 
  smallzif    -> multipleisas [taillabel="NO"]
 
  
 
   multipleisas  -> recycle [taillabel="YES"]
 
   multipleisas  -> recycle [taillabel="YES"]
 
   multipleisas  -> procthere [taillabel="NO"]
 
   multipleisas  -> procthere [taillabel="NO"]
  
   procthere  -> pentium2 [taillabel="YES"]
+
   procthere  -> zif [taillabel="YES"]
 
   procthere  -> recycle [taillabel="NO"]
 
   procthere  -> recycle [taillabel="NO"]
  
   pentium2    -> visibleproc [taillabel="NO"]
+
   zif -> visibleproc [taillabel="YES"]
   pentium2    -> recycle [taillabel="YES"]
+
   zif -> recycle [taillabel="NO"]
  
 
   visibleproc -> fastproc [taillabel="YES"]
 
   visibleproc -> fastproc [taillabel="YES"]

Revision as of 18:51, 21 November 2008