Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 11: Line 11:
 
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?", fontsize="10"]
 
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?", fontsize="10"]
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="10"]
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?", fontsize="10"]
 +
  semifastproc  [label="Does it have\n300 MHz or faster proc?", fontsize="10"]
 
   fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="10"]
 
   fastproc      [label="Does it have\n500 MHz or faster proc?", fontsize="10"]
 
   bigzif        [label="Can you see a\n3 DIGIT ZIF SOCKET?", fontsize="10"]
 
   bigzif        [label="Can you see a\n3 DIGIT ZIF SOCKET?", fontsize="10"]
 
   smallzif      [label="Can you see a\n1 DIGIT ZIF SOCKET?", fontsize="10"]
 
   smallzif      [label="Can you see a\n1 DIGIT ZIF SOCKET?", fontsize="10"]
 +
  sevenzif      [label="Is it a\nSOCKET 7?", fontsize="10"]
 
   server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="10"]
 
   server        [label="Do we want it for a\nSERVER?\n(see note)", fontsize="10"]
 
   blowncaps    [label="Are there any\nBLOWN CAPS?", fontsize="10"]
 
   blowncaps    [label="Are there any\nBLOWN CAPS?", fontsize="10"]
Line 30: Line 32:
 
   server      -> whitehole [taillabel="YES"]
 
   server      -> whitehole [taillabel="YES"]
  
   dimmslots  -> at [taillabel="YES"]
+
   dimmslots  -> smallzif [taillabel="YES"]
 
   dimmslots  -> recycle [taillabel="NO"]
 
   dimmslots  -> recycle [taillabel="NO"]
  
 
   at          -> waiting [taillabel="YES"]
 
   at          -> waiting [taillabel="YES"]
   at          -> smallzif [taillabel="NO"]
+
   at          -> recycle [taillabel="NO"]
  
   smallzif    -> recycle [taillabel="YES"]
+
   smallzif    -> sevenzif [taillabel="YES"]
 
   smallzif    -> blowncaps [taillabel="NO"]
 
   smallzif    -> blowncaps [taillabel="NO"]
 +
 +
  sevenzif    -> procthere [taillabel="YES"]
 +
  sevenzif    -> recycle [taillabel="NO"]
  
 
   blowncaps  -> recycle [taillabel="YES"]
 
   blowncaps  -> recycle [taillabel="YES"]
Line 58: Line 63:
  
 
   fastproc    -> waiting [taillabel="YES"]
 
   fastproc    -> waiting [taillabel="YES"]
   fastproc    -> recycle [taillabel="NO"]
+
   fastproc    -> semifastproc [taillabel="NO"]
 +
 
  
 +
  semifastproc    -> at [taillabel="YES"]
 +
  semifastproc    -> recycle [taillabel="NO"]
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 18:12, 14 November 2006