Difference between revisions of "RAM Sorting"

From FreekiWiki
Jump to navigation Jump to search
(added a link to spanish version)
Line 7: Line 7:
 
short        [label="Is it between\n2.5 and 2.75 inches\nlong?"]
 
short        [label="Is it between\n2.5 and 2.75 inches\nlong?"]
 
long        [label="Is it 5.25 inches long?"]
 
long        [label="Is it 5.25 inches long?"]
 +
mid        [label="Is it 4.25 inches long?"]
 
multinotch  [label="Does it have exactly ONE notch?"]
 
multinotch  [label="Does it have exactly ONE notch?"]
 
endnotch    [label="Does it have TWO notches,\nONE near the middle\nAND\nONE near one end?"]
 
endnotch    [label="Does it have TWO notches,\nONE near the middle\nAND\nONE near one end?"]
 
closenotch  [label="Does it have TWO notches\nclose together near the center?"]
 
closenotch  [label="Does it have TWO notches\nclose together near the center?"]
 +
endnotchholes    [label="Does it have exactly ONE notch,\nAND\nTWO holes on the outside\nAND exactly ONE notch on the outside?\n(see example in\nWHAT KIND OF MEMORY IS THIS?)"]
 
ddr          [label="DDR", shape="box", style="bold"]
 
ddr          [label="DDR", shape="box", style="bold"]
 
sdram        [label="SDRAM", shape="box", style="bold"]
 
sdram        [label="SDRAM", shape="box", style="bold"]
 +
simm        [label="72-PIN SIMM", shape="box", style="bold"]
 
rambus      [label="RAMBUS", shape="box", style="bold"]
 
rambus      [label="RAMBUS", shape="box", style="bold"]
misc        [label="MISC\n(Older RAM)", shape="box", style="bold"]
+
misc        [label="MISC", shape="box", style="bold"]
 
sodimm [label="SODIMM", shape="box", style="bold"]
 
sodimm [label="SODIMM", shape="box", style="bold"]
  
Line 22: Line 25:
  
 
long -> multinotch [label="YES"]
 
long -> multinotch [label="YES"]
long -> misc [label="NO"]
+
long -> mid [label="NO"]
 +
 
 +
mid -> endnotchholes [label="YES"]
 +
mid -> misc [label="NO"]
 +
 
 +
endnotchholes -> simm [label="YES"]
 +
endnotchholes -> misc [label="NO"]
  
 
multinotch -> ddr [label="YES"]
 
multinotch -> ddr [label="YES"]

Revision as of 15:04, 11 March 2011