Difference between revisions of "RAM Sorting"

From FreekiWiki
Jump to navigation Jump to search
m
 
(2 intermediate revisions by 2 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 12: Line 15:
 
long        [label="Is it 5.25 inches long?"
 
long        [label="Is it 5.25 inches long?"
 
               label_es="¿Tiene esto 5.25 pulgadas\nde largo?"]
 
               label_es="¿Tiene esto 5.25 pulgadas\nde largo?"]
 
mid        [label="Is it 4.25 inches long?"
 
              label_es="¿Tiene esto 4.25 pulgadas\nde largo?"]
 
  
 
multinotch  [label="Does it have exactly ONE notch?"
 
multinotch  [label="Does it have exactly ONE notch?"
Line 24: Line 24:
 
closenotch  [label="Does it have TWO notches\nclose together near the center?"
 
closenotch  [label="Does it have TWO notches\nclose together near the center?"
 
                 label_es="¿Tiene esto DOS ranuras\njuntas y al centro?"]
 
                 label_es="¿Tiene esto DOS ranuras\njuntas y al centro?"]
 
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?)"
 
                    label_es="¿Tiene esto solo una ranura,\ny\nDOS agujeros en ella a los extremos\ny solo UNA ranura al extremo?\n(revisar ejemplo en\n¿QUE TIPO DE MEMORIA ES ESTA?"]
 
  
 
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 41: Line 37:
  
 
long -> multinotch [label="YES" , label_es="SI"]
 
long -> multinotch [label="YES" , label_es="SI"]
long -> mid [taillabel="NO"]
+
long -> misc [taillabel="NO"]
 
 
mid -> endnotchholes [label="YES" , label_es"SI"]
 
mid -> misc [taillabel="NO"]
 
 
 
endnotchholes -> simm [label="YES" , label_es"SI"]
 
endnotchholes -> misc [taillabel="NO"]
 
  
 
multinotch -> ddr [label="YES" , label_es="SI"]
 
multinotch -> ddr [label="YES" , label_es="SI"]

Latest revision as of 16:15, 5 July 2014

deletion

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,
please add a link to the new document on Google Drive.

(Link to new page immediately below.)


link

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

En Español