Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
(moved video up)
Line 7: Line 7:
 
   procthere    [label="Is there a\nPROCESSOR?", fontsize="10"]
 
   procthere    [label="Is there a\nPROCESSOR?", fontsize="10"]
  
   at            [label="Is there an onboard\nAT keyboard connector?", fontsize="10"]
+
   at            [label="Is there an\nAT connector?", fontsize="10"]
 
   dimmslots    [label="Are there any\nDIMM slots\n(SDRAM, DDR, or RAMBUS)?", fontsize="10"]
 
   dimmslots    [label="Are there any\nDIMM slots\n(SDRAM, DDR, or RAMBUS)?", fontsize="10"]
 
   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 29: Line 27:
 
   mobo        -> recycle [taillabel="NO"]
 
   mobo        -> recycle [taillabel="NO"]
  
   server      -> video [taillabel="NO"]
+
   server      -> dimmslots [taillabel="NO"]
 
   server      -> whitehole [taillabel="YES"]
 
   server      -> whitehole [taillabel="YES"]
  
  video      -> recycle [taillabel="NO"]
+
   dimmslots  -> at [taillabel="YES"]
  video      -> dimmslots [taillabel="YES"]
 
 
 
   dimmslots  -> smallzif [taillabel="YES"]
 
 
   dimmslots  -> recycle [taillabel="NO"]
 
   dimmslots  -> recycle [taillabel="NO"]
  
   at          -> waiting [taillabel="YES"]
+
   at          -> recycle [taillabel="YES"]
   at          -> recycle [taillabel="NO"]
+
   at          -> smallzif [taillabel="NO"]
  
   smallzif    -> sevenzif [taillabel="YES"]
+
   smallzif    -> recycle [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 54: Line 46:
  
 
   bigzif      -> waiting [taillabel="YES"]
 
   bigzif      -> waiting [taillabel="YES"]
   bigzif      -> procthere [taillabel="NO"]
+
   bigzif      -> video [taillabel="NO"]
 +
 
 +
  video      -> procthere [taillabel="YES"]
 +
  video      -> recycle [taillabel="NO"]
  
 
   procthere  -> visibleproc [taillabel="YES"]
 
   procthere  -> visibleproc [taillabel="YES"]
Line 63: Line 58:
  
 
   fastproc    -> waiting [taillabel="YES"]
 
   fastproc    -> waiting [taillabel="YES"]
   fastproc    -> semifastproc [taillabel="NO"]
+
   fastproc    -> recycle [taillabel="NO"]
 
 
  
  semifastproc    -> at [taillabel="YES"]
 
  semifastproc    -> recycle [taillabel="NO"]
 
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 15:21, 15 November 2006