Difference between revisions of "RAM Sorting"

From FreekiWiki
Jump to navigation Jump to search
(added 72-PIN SIMM questions)
 
(11 intermediate revisions by 5 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?"]
+
 
mid        [label="Is it 4.25 inches long?"]
+
short        [label="Is it between\n2.5 and 2.75 inches\nlong?"
multinotch  [label="Does it have exactly ONE notch?"]
+
                label_es="¿Tiene esto\nentre\n2.5 y2.75 pulgadas\nde largo?"]
endnotch    [label="Does it have TWO notches,\nONE near the middle\nAND\nONE near one end?"]
+
 
closenotch  [label="Does it have TWO notches\nclose together near the center?"]
+
long        [label="Is it 5.25 inches long?"
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 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"]
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 21: Line 33:
 
start -> short
 
start -> short
  
short -> long [label="NO"]
+
short -> long [taillabel="NO"]
short -> sodimm [label="YES"]
+
short -> sodimm [label="YES" , label_es="SI"]
  
long -> multinotch [label="YES"]
+
long -> multinotch [label="YES" , label_es="SI"]
long -> mid [label="NO"]
+
long -> misc [taillabel="NO"]
  
mid -> endnotchholes [label="YES"]
+
multinotch -> ddr [label="YES" , label_es="SI"]
mid -> misc [label="NO"]
+
multinotch -> endnotch [taillabel="NO"]
  
endnotchholes -> simm [label="YES"]
+
endnotch -> sdram [label="YES" , label_es"SI"]
endnotchholes -> misc [label="NO"]
+
endnotch -> closenotch [taillabel="NO"]
  
multinotch -> ddr [label="YES"]
+
closenotch -> rambus [label="YES" , label_es="SI"]
multinotch -> endnotch [label="NO"]
+
closenotch -> misc [taillabel="NO"]
 
 
endnotch -> sdram [label="YES"]
 
endnotch -> closenotch [label="NO"]
 
 
 
closenotch -> rambus [label="YES"]
 
closenotch -> misc [label="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