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)"]
 +
  rambusslots  [label="Are there any\nRAMBUS slots?\n(DIMM with two notches in center)"]
 +
  emptyrambus  [label="Is the\nRAMBUS memory missing?"]
 
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?\n(don't take apart)"]
 
   visibleproc  [label="Can you see the\nPROCESSOR SPEED?\n(don't take apart)"]
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?"]
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?"]
Line 35: Line 37:
 
   missingparts    -> recycle [taillabel="YES"]
 
   missingparts    -> recycle [taillabel="YES"]
  
   dimmslots    -> smallzif [taillabel="YES"]
+
   dimmslots    -> rambusslots [taillabel="YES"]
 
   dimmslots    -> recycle [taillabel="NO"]
 
   dimmslots    -> recycle [taillabel="NO"]
 +
 +
  rambusslots  -> smallzif [taillabel="NO"]
 +
  rambusslots  -> emptyrambus [taillabel="YES"]
 +
 +
  emptyrambus  -> recycle [taillabel="YES"]
 +
  emptyrambus  -> smallzif [taillabel="NO"]
  
 
   smallzif    -> recycle [taillabel="YES"]
 
   smallzif    -> recycle [taillabel="YES"]

Revision as of 11:26, 4 June 2008