Difference between revisions of "RAM Sorting"

From FreekiWiki
Jump to navigation Jump to search
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", shape="box", style="bold"]
 
misc        [label="MISC", shape="box", style="bold"]
Line 25: Line 22:
  
 
long -> multinotch [label="YES"]
 
long -> multinotch [label="YES"]
long -> mid [label="NO"]
+
long -> misc [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:26, 12 March 2010

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