Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
   dimmslots    [label="Are there any\nDIMM slots?\n(SDRAM, DDR, or RAMBUS)"]
 
   dimmslots    [label="Are there any\nDIMM slots?\n(SDRAM, DDR, or RAMBUS)"]
 +
  simmslots    [label="Are there any\nSIMM slots?\n(shorter than DIMMs)"]
 
   rambusslots  [label="Are there any\nRAMBUS slots?\n(DIMM with two notches in center)"]
 
   rambusslots  [label="Are there any\nRAMBUS slots?\n(DIMM with two notches in center)"]
 
   emptyrambus  [label="Is the\nRAMBUS memory missing?"]
 
   emptyrambus  [label="Is the\nRAMBUS memory missing?"]
Line 21: Line 22:
 
   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?"]
   recycle       [label="RECYCLE\n(remember how you got here\nthat's your\nREASON for RECYCLING)\n(go back)", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
+
   good_burner  [label="Does it have a\nHIGH SPEED or\nULTRA SPEED\nCD RW?"]
   waiting      [label="Do not recycle\n(go back)", shape="box", style="bold", URL="/index.php?title=System_Evaluation_2_Overview"]
+
  good_dvd      [label="Does it have a\nDVD Drive?"]
 +
  good_power    [label="Does it have a\nPOWER SUPPLY\nwith a SATA connector?"]
 +
  good_ram      [label="Does it have\nDDR memory,\nRAMBUS memory or\na 256 MB stick of SDRAM?"]
 +
  good_hd       [label="Does it have\n30 GB or bigger HARD DRIVE?"]
 +
  red          [label="This is a\nRED LIGHT COMPUTER\n(go back to main chart)", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
 +
  yellow        [label="This is a\nYELLOW LIGHT COMPUT\ER\n(go back to main chart)", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
 +
   keep          [label="KEEP IT\n(for now anyway)\n(go back)", shape="box", style="bold", URL="/index.php?title=System_Evaluation_2_Overview"]
 
   
 
   
 
 
   start      -> at
 
   start      -> at
  
   at -> recycle [taillabel="YES"]
+
   at -> good_burner [taillabel="YES"]
 
   at -> mobo [taillabel="NO"]
 
   at -> mobo [taillabel="NO"]
  
   mobo        -> missingparts [taillabel="YES"]
+
   mobo        -> simmslots [taillabel="YES"]
   mobo        -> recycle [taillabel="NO"]
+
   mobo        -> good_burner [taillabel="NO"]
  
   missingparts   -> dimmslots [taillabel="NO"]
+
   simmslots   -> dimmslots [taillabel="NO"]
   missingparts   -> recycle [taillabel="YES"]
+
   simmslots   -> good_burner [taillabel="YES"]
  
 
   dimmslots    -> rambusslots [taillabel="YES"]
 
   dimmslots    -> rambusslots [taillabel="YES"]
   dimmslots    -> recycle [taillabel="NO"]
+
   dimmslots    -> good_burner [taillabel="NO"]
  
 
   rambusslots  -> multipleisas [taillabel="NO"]
 
   rambusslots  -> multipleisas [taillabel="NO"]
 
   rambusslots  -> emptyrambus [taillabel="YES"]
 
   rambusslots  -> emptyrambus [taillabel="YES"]
  
   emptyrambus  -> recycle [taillabel="YES"]
+
   emptyrambus  -> yellow [taillabel="YES"]
 
   emptyrambus  -> multipleisas [taillabel="NO"]
 
   emptyrambus  -> multipleisas [taillabel="NO"]
  
   multipleisas  -> recycle [taillabel="YES"]
+
   multipleisas  -> good_burner [taillabel="YES"]
 
   multipleisas  -> procthere [taillabel="NO"]
 
   multipleisas  -> procthere [taillabel="NO"]
  
 
   procthere  -> slot [taillabel="YES"]
 
   procthere  -> slot [taillabel="YES"]
   procthere  -> recycle [taillabel="NO"]
+
   procthere  -> yellow [taillabel="NO"]
  
 
   slot -> visibleproc [taillabel="NO"]
 
   slot -> visibleproc [taillabel="NO"]
   slot -> recycle [taillabel="YES"]
+
   slot -> yellow [taillabel="YES"]
  
 
   visibleproc -> fastproc [taillabel="YES"]
 
   visibleproc -> fastproc [taillabel="YES"]
   visibleproc -> waiting [taillabel="NO"]
+
   visibleproc -> missingparts [taillabel="NO"]
 +
 
 +
  fastproc    -> missingparts [taillabel="YES"]
 +
  fastproc    -> good_burner [taillabel="NO"]
 +
 
 +
  missingparts    -> keep [taillabel="NO"]
 +
  missingparts    -> yellow [taillabel="YES"]
 +
 
 +
  good_burner -> yellow    [taillabel="YES"]
 +
  good_burner -> good_dvd  [taillabel="NO"]
 +
 
 +
  good_dvd    -> yellow [taillabel="YES"]
 +
  good_dvd    -> good_power [taillabel="NO"]
 +
 
 +
  good_power  -> yellow  [taillabel="YES"]
 +
  good_power  -> good_ram [taillabel="NO"]
 +
 
 +
  good_ram -> yellow  [taillabel="YES"]
 +
  good_ram -> good_hd [taillabel="NO"]
  
   fastproc    -> waiting [taillabel="YES"]
+
   good_hd -> yellow [taillabel="YES"]
   fastproc    -> recycle [taillabel="NO"]
+
   good_hd -> red    [taillabel="NO"]
  
 
   }
 
   }
 
</graphviz>
 
</graphviz>
 
{{Finding the processor speed}}
 
  
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 09:50, 2 January 2009

BLUE Chart

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.