Difference between revisions of "RAM Sorting en Espanol"

From FreekiWiki
Jump to navigation Jump to search
(added a link to english version)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{migrated}}
 +
[https://drive.google.com/file/d/0B1CfMvkDYVC7NXdLOUtLdnR0dTQ/edit?usp=sharing Link]
 +
 
<graphviz>
 
<graphviz>
 
digraph D {
 
digraph D {
Line 4: Line 7:
 
     edge [fontname="Helvetica"]
 
     edge [fontname="Helvetica"]
  
start        [label="INICIAR AQUI", shape="box", style="bold"]
+
start        [label="START HERE",  shape="box", style="bold"
short        [label="¿Tiene esto entre\n2.5 y 2.75 pulgadas\nde largo?"]
+
              label="INICIAR AQUI", shape="box", style="bold"]
long        [label="¿Tiene esto 5.25 pulgadas de largo?"]
+
 
multinotch  [label="¿Tiene esto solamente una ranura?"]
+
short        [label="Is it between\n2.5 and 2.75 inches\nlong?"
endnotch    [label="¿Tiene esto DOS ranuras,\nUNA cerca del centro\nY\nUNA cerca de un extremo?"]
+
                label="¿Tiene esto\nentre\n2.5 y2.75 pulgadas\nde largo?"]
closenotch  [label="¿Tiene esto \nDOS ranuras juntas y cerca del centro?"]
+
 
 +
long        [label="Is it 5.25 inches long?"
 +
              label="¿Tiene esto 5.25 pulgadas\nde largo?"]
 +
 
 +
mid        [label="Is it 4.25 inches long?"
 +
              label="¿Tiene esto 4.25 pulgadas\nde largo?"]
 +
 
 +
multinotch  [label="Does it have exactly ONE notch?"
 +
                label="¿Tiene esto solamente\nuna ranura?"]
 +
 
 +
endnotch    [label="Does it have TWO notches,\nONE near the middle\nAND\nONE near one end?"
 +
                label="¿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="¿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="¿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\n(Antigua RAM)", shape="box", style="bold"]
+
misc        [label="MISC", shape="box", style="bold"]
 
sodimm [label="SODIMM", shape="box", style="bold"]
 
sodimm [label="SODIMM", shape="box", style="bold"]
  
 
start -> short
 
start -> short
  
short -> long [label="NO"]
+
short -> long [taillabel="NO"]
short -> sodimm [label="SI"]
+
short -> sodimm [label="YES" , label="SI"]
 +
 
 +
long -> multinotch [label="YES" , label="SI"]
 +
long -> mid [taillabel="NO"]
  
long -> multinotch [label="SI"]
+
mid -> endnotchholes [label="YES" , label"SI"]
long -> misc [label="NO"]
+
mid -> misc [taillabel="NO"]
  
multinotch -> ddr [label="SI"]
+
endnotchholes -> simm [label="YES" , label"SI"]
multinotch -> endnotch [label="NO"]
+
endnotchholes -> misc [taillabel="NO"]
  
endnotch -> sdram [label="SI"]
+
multinotch -> ddr [label="YES" , label="SI"]
endnotch -> closenotch [label="NO"]
+
multinotch -> endnotch [taillabel="NO"]
  
closenotch -> rambus [label="SI"]
+
endnotch -> sdram [label="YES" , label="SI"]
closenotch -> misc [label="NO"]
+
endnotch -> closenotch [taillabel="NO"]
 +
 
 +
closenotch -> rambus [label="YES" , label="SI"]
 +
closenotch -> misc [taillabel="NO"]
  
 
}
 
}
Line 37: Line 65:
  
 
[[RAM Sorting | In English]]
 
[[RAM Sorting | In English]]
 +
 
[[Category: Spanish Build Documents]]
 
[[Category: Spanish Build Documents]]

Latest revision as of 12:56, 5 September 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.

In English