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?"]
   zif          [label="Does it have a\nZIF SOCKET?"]
+
   slot          [label="Does it have a\nSLOT for a processor?"]
 
   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 48: Line 48:
 
   multipleisas  -> procthere [taillabel="NO"]
 
   multipleisas  -> procthere [taillabel="NO"]
  
   procthere  -> zif [taillabel="YES"]
+
   procthere  -> slot [taillabel="YES"]
 
   procthere  -> recycle [taillabel="NO"]
 
   procthere  -> recycle [taillabel="NO"]
  
   zif -> visibleproc [taillabel="YES"]
+
   slot -> visibleproc [taillabel="NO"]
   zif -> recycle [taillabel="NO"]
+
   slot -> recycle [taillabel="YES"]
  
 
   visibleproc -> fastproc [taillabel="YES"]
 
   visibleproc -> fastproc [taillabel="YES"]

Revision as of 13:35, 22 November 2008