Difference between revisions of "RAM Sorting"

From FreekiWiki
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 long?"]
+
              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 two notches,\none near the middle\nAND\none near one end?"]
+
                label_es="¿Tiene esto\nentre\n2.5 y2.75 pulgadas\nde largo?"]
closenotch  [label="Does it have two notches\nclose togher near the center?"]
+
 
 +
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"]
laptopsodimm [label="LAPTOP RAM\nor\nSODIMM", shape="box", style="bold"]
+
sodimm [label="SODIMM", shape="box", style="bold"]
  
 
start -> short
 
start -> short
  
short -> long [label="NO"]
+
short -> long [taillabel="NO"]
short -> laptopsodimm [label="YES"]
+
short -> sodimm [label="YES" , label_es="SI"]
  
long -> multinotch [label="YES"]
+
long -> multinotch [label="YES" , label_es="SI"]
long -> misc [label="NO"]
+
long -> misc [taillabel="NO"]
  
multinotch -> ddr [label="YES"]
+
multinotch -> ddr [label="YES" , label_es="SI"]
multinotch -> endnotch [label="NO"]
+
multinotch -> endnotch [taillabel="NO"]
  
endnotch -> sdram [label="YES"]
+
endnotch -> sdram [label="YES" , label_es"SI"]
endnotch -> closenotch [label="NO"]
+
endnotch -> closenotch [taillabel="NO"]
  
closenotch -> rambus [label="YES"]
+
closenotch -> rambus [label="YES" , label_es="SI"]
closenotch -> misc [label="NO"]
+
closenotch -> misc [taillabel="NO"]
  
 
}
 
}
 
</graphviz>
 
</graphviz>
  
[[Category: Prebuild]]
+
[[RAM Sorting en Espanol | En Español]]
 +
 
 +
[[Category: Hardware ID]]

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