Difference between revisions of "RAM Sorting"
Jump to navigation
Jump to search
(about done for now) |
|||
Line 7: | Line 7: | ||
short [label="Is it 2.75 inches long?"] | short [label="Is it 2.75 inches long?"] | ||
long [label="Is it 5.25 inches long?"] | long [label="Is it 5.25 inches long?"] | ||
− | multinotch [label="Does it have | + | multinotch [label="Does it have exactly ONE notch?"] |
− | ddr [label="DDR", | + | endnotch [label="Does it have a notch near one end?"] |
+ | closenotch [label="Does it have two notches close togher near the center?"] | ||
+ | ddr [label="DDR", shape="box", style="bold"] | ||
+ | sdram [label="SDRAM", shape="box", style="bold"] | ||
+ | rambus [label="RAMBUS", shape="box", style="bold"] | ||
+ | misc [label="MISC", shape="box", style="bold"] | ||
laptopsodimm [label="LAPTOP RAM\nor\nSODIMM", shape="box", style="bold"] | laptopsodimm [label="LAPTOP RAM\nor\nSODIMM", shape="box", style="bold"] | ||
Line 17: | Line 22: | ||
long -> multinotch [label="YES"] | long -> multinotch [label="YES"] | ||
+ | long -> misc [label="NO"] | ||
− | multinotch -> ddr [label="NO"] | + | multinotch -> ddr [label="YES"] |
+ | multinotch -> endnotch [label="NO"] | ||
+ | |||
+ | endnotch -> sdram [label="YES"] | ||
+ | endnotch -> closenotch [label="NO"] | ||
+ | |||
+ | closenotch -> rambus [label="YES"] | ||
+ | closenotch -> misc [label="NO"] | ||
} | } |