Difference between revisions of "RAM Sorting"
Jump to navigation
Jump to search
(New page: <graphviz> digraph D { blah -> blah } </graphviz>) |
|||
(22 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 { | ||
− | + | node [fontname="Helvetica", fontsize="11"] | |
+ | edge [fontname="Helvetica"] | ||
+ | |||
+ | start [label="START HERE", shape="box", style="bold" | ||
+ | label_es="INICIAR AQUI", shape="box", style="bold"] | ||
+ | |||
+ | short [label="Is it between\n2.5 and 2.75 inches\nlong?" | ||
+ | label_es="¿Tiene esto\nentre\n2.5 y2.75 pulgadas\nde largo?"] | ||
+ | |||
+ | 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"] | ||
+ | sdram [label="SDRAM", shape="box", style="bold"] | ||
+ | rambus [label="RAMBUS", shape="box", style="bold"] | ||
+ | misc [label="MISC", shape="box", style="bold"] | ||
+ | sodimm [label="SODIMM", shape="box", style="bold"] | ||
+ | |||
+ | start -> short | ||
+ | |||
+ | short -> long [taillabel="NO"] | ||
+ | short -> sodimm [label="YES" , label_es="SI"] | ||
+ | |||
+ | long -> multinotch [label="YES" , label_es="SI"] | ||
+ | long -> misc [taillabel="NO"] | ||
+ | |||
+ | multinotch -> ddr [label="YES" , label_es="SI"] | ||
+ | multinotch -> endnotch [taillabel="NO"] | ||
+ | |||
+ | endnotch -> sdram [label="YES" , label_es"SI"] | ||
+ | endnotch -> closenotch [taillabel="NO"] | ||
+ | |||
+ | closenotch -> rambus [label="YES" , label_es="SI"] | ||
+ | closenotch -> misc [taillabel="NO"] | ||
+ | |||
} | } | ||
</graphviz> | </graphviz> | ||
+ | |||
+ | [[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.) |