Difference between revisions of "RAM Sorting"
Jump to navigation
Jump to search
(13 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{migrated}} | ||
+ | [https://drive.google.com/file/d/0B1CfMvkDYVC7eDJIbXRVczFOWmc/edit?usp=sharing link] | ||
+ | |||
<graphviz> | <graphviz> | ||
digraph D { | digraph D { | ||
Line 4: | Line 7: | ||
edge [fontname="Helvetica"] | edge [fontname="Helvetica"] | ||
− | start [label="START HERE", shape="box", style="bold"] | + | start [label="START HERE", shape="box", style="bold" |
− | short [label="Is it 2.75 inches | + | label_es="INICIAR AQUI", shape="box", style="bold"] |
− | long [label="Is it 5.25 inches long?"] | + | |
− | multinotch [label="Does it have exactly ONE notch?"] | + | short [label="Is it between\n2.5 and 2.75 inches\nlong?" |
− | endnotch [label="Does it have | + | label_es="¿Tiene esto\nentre\n2.5 y2.75 pulgadas\nde largo?"] |
− | closenotch [label="Does it have | + | |
+ | long [label="Is it 5.25 inches long?" | ||
+ | label_es="¿Tiene esto 5.25 pulgadas\nde largo?"] | ||
+ | |||
+ | multinotch [label="Does it have exactly ONE notch?" | ||
+ | label_es="¿Tiene esto solamente\nuna ranura?"] | ||
+ | |||
+ | endnotch [label="Does it have TWO notches,\nONE near the middle\nAND\nONE near one end?" | ||
+ | label_es="¿Tiene esto DOS ranuras,\nUNA cerca del centro\ny\nUNA cerca de un extremo?"] | ||
+ | |||
+ | closenotch [label="Does it have TWO notches\nclose together near the center?" | ||
+ | label_es="¿Tiene esto DOS ranuras\njuntas y al centro?"] | ||
+ | |||
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"] | ||
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"] | ||
− | + | sodimm [label="SODIMM", shape="box", style="bold"] | |
start -> short | start -> short | ||
− | short -> long [ | + | short -> long [taillabel="NO"] |
− | short -> | + | short -> sodimm [label="YES" , label_es="SI"] |
− | long -> multinotch [label="YES"] | + | long -> multinotch [label="YES" , label_es="SI"] |
− | long -> misc [ | + | long -> misc [taillabel="NO"] |
− | multinotch -> ddr [label="YES"] | + | multinotch -> ddr [label="YES" , label_es="SI"] |
− | multinotch -> endnotch [ | + | multinotch -> endnotch [taillabel="NO"] |
− | endnotch -> sdram [label="YES"] | + | endnotch -> sdram [label="YES" , label_es"SI"] |
− | endnotch -> closenotch [ | + | endnotch -> closenotch [taillabel="NO"] |
− | closenotch -> rambus [label="YES"] | + | closenotch -> rambus [label="YES" , label_es="SI"] |
− | closenotch -> misc [ | + | closenotch -> misc [taillabel="NO"] |
} | } | ||
</graphviz> | </graphviz> | ||
− | [[Category: | + | [[RAM Sorting en Espanol | En Español]] |
+ | |||
+ | [[Category: Hardware ID]] |
Latest revision as of 15:15, 5 July 2014
This page has been migrated to a document on Free Geek's Google Drive. Information remaining behind may no longer be relevant. MIGRATOR: When you have tagged this page as migrated, (Link to new page immediately below.) |