Difference between revisions of "System Evaluation Final Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 18: Line 18:
 
   rambus        [label="Are there any\nRAMBUS slots?"]
 
   rambus        [label="Are there any\nRAMBUS slots?"]
 
   knowspeed    [label="Do you know the\nPROCESSOR SPEED?"]
 
   knowspeed    [label="Do you know the\nPROCESSOR SPEED?"]
 +
  rambus_toss  [label="Does it have a processor that is\nLESS THAN 1.6 Ghz?"]
  
 
   start        -> blowncaps
 
   start        -> blowncaps
Line 30: Line 31:
 
   rambus -> superfast  [label="NO"]
 
   rambus -> superfast  [label="NO"]
  
   knowspeed -> superfast [label="YES"]
+
   knowspeed -> rambus_toss [label="YES"]
 
   knowspeed -> tardis [label="NO"]
 
   knowspeed -> tardis [label="NO"]
 
    
 
    
 +
  rambus_toss -> recycle [label="YES"]
 +
  rambus_toss -> superfast [label="NO"]
 +
 
   superfast    -> tardis [label="YES"]
 
   superfast    -> tardis [label="YES"]
 
   superfast    -> fastenough [label="NO"]
 
   superfast    -> fastenough [label="NO"]

Revision as of 17:45, 30 May 2008