Difference between revisions of "System Evaluation Final Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 10: Line 10:
 
   keep          [label="This is a regular\nKEEPER SYSTEM", shape="box", style="bold"]
 
   keep          [label="This is a regular\nKEEPER SYSTEM", shape="box", style="bold"]
 
   recycle      [label="We will\nRECYCLE the system", shape="box", style="bold"]
 
   recycle      [label="We will\nRECYCLE the system", shape="box", style="bold"]
   tardis        [label="We will take this\nHIGH END SYSTEM\nto the TARDIS", shape="box", style="bold"]
+
   fastenough   [label="Does it have a\n800 MHz or faster proc?\n(or an AMD proc with\na model # of 800 or greater?)"]
   superfast    [label="Does it have a\n3000 MHz or faster proc?\n(or an AMD proc with\na model number greater than 3000?)"]
 
  fastenough    [label="Does it have a\n800 MHz or faster proc?"]
 
 
   blowncaps    [label="Are there any\nBLOWN CAPS?"]
 
   blowncaps    [label="Are there any\nBLOWN CAPS?"]
 
   enterprise    [label="This will be a\nSERVER", shape="box", style="bold"]
 
   enterprise    [label="This will be a\nSERVER", shape="box", style="bold"]
  
 
   rambus        [label="Are there any\nRAMBUS slots?"]
 
   rambus        [label="Are there any\nRAMBUS slots?"]
  knowspeed    [label="Do you know the\nPROCESSOR SPEED?"]
+
   rambus_toss  [label="Does it have a processor that is\nFASTER THAN 1.6 Ghz?"]
   rambus_toss  [label="Does it have a processor that is\nLESS THAN 1.6 Ghz?"]
 
  
 
   start        -> blowncaps
 
   start        -> blowncaps
  
   blowncaps    -> server [label="NO"]
+
   blowncaps    -> server [label="NO"]
 
   blowncaps    -> recycle [label="YES"]
 
   blowncaps    -> recycle [label="YES"]
  
 
   server      -> enterprise [label="YES"]
 
   server      -> enterprise [label="YES"]
   server      -> rambus [label="NO"]
+
   server      -> rambus     [label="NO"]
  
   rambus -> knowspeed [label="YES"]
+
   rambus -> rambus_toss  [label="YES"]
   rambus -> superfast  [label="NO"]
+
   rambus -> fastenough  [label="NO"]
  
  knowspeed -> rambus_toss [label="YES"]
+
   rambus_toss -> recycle    [label="NO"]
  knowspeed -> tardis [label="NO"]
+
   rambus_toss -> fastenough [label="YES"]
 
 
   rambus_toss -> recycle [label="YES"]
 
   rambus_toss -> superfast [label="NO"]
 
 
 
   superfast    -> tardis [label="YES"]
 
  superfast    -> fastenough [label="NO"]
 
  
 +
  fastenough  -> keep    [label="YES"]
 
   fastenough  -> recycle [label="NO"]
 
   fastenough  -> recycle [label="NO"]
  fastenough  -> keep [label="YES"]
 
  
 
   }
 
   }

Revision as of 19:12, 22 August 2008