Difference between revisions of "System Evaluation Final Triage"

From FreekiWiki
Jump to navigation Jump to search
(updated with spanish translations)
Line 7: Line 7:
 
   edge [fontname="Helvetica"]
 
   edge [fontname="Helvetica"]
  
   start        [label="START HERE", shape="box", style="bold", color="purple"]
+
   start        [label="START HERE",  
   green        [label="This is a\nGREEN LIGHT COMPUTER\n(go back to main chart)", shape="box", style="dashed", color="red"]
+
                  label_es="INICIAR AQUI",
   recycle      [label="We are going to RECYCLE this one.\nGet REASON FOR RECYCLE label\nCIRCLE the reason you got here)", shape="box", style="dashed", color="red"]
+
                  shape="box", style="bold", color="purple"]
   blowncaps    [label="Are there any\nBLOWN CAPS?"]
+
   green        [label="This is a\nGREEN LIGHT COMPUTER\n(go back to main chart)",
   dual_core    [label="Is it a\nDUAL CORE\nsystem?"]
+
                  label_es="Esto es una\nCOMPUTADORA GREEN LIGHT\n(regrese al diagrama principal)",
   two_eight    [label="Does it have a\n2.8 GHz or faster proc?\n(or an AMD proc with a\nmodel # of\n2800 or greater?)"]
+
                  shape="box", style="dashed", color="red"]
 +
 
 +
   recycle      [label="We are going to RECYCLE this one.\nGet REASON FOR RECYCLE label\nCIRCLE the reason you got here)",  
 +
                  label_es="Nosotros vamos a RECICLAR esto.\nGet REASON FOR RECYCLE label\nY CIRCULA la razón que se encuentra en la etiqueta)",
 +
                  shape="box", style="dashed", color="red"]
 +
   blowncaps    [label="Are there any\nBLOWN CAPS?",
 +
                    label_es="¿Encontro alguna\nBLOWN CAPS?"]
 +
   dual_core    [label="Is it a\nDUAL CORE\nsystem?",
 +
                    label_es="¿Es esto un\nsystema\nDUAL CORE?"]
 +
   two_eight    [label="Does it have a\n2.8 GHz or faster proc?\n(or an AMD proc with a\nmodel # of\n2800 or greater?)",
 +
                    label_es="¿Es veloz?\n¿Tiene esto un\nproc 2.8 GHz o más rápido ?\n(o un proc AMD  con\nun modelo #2800 o mayor?)"]
  
  
Line 18: Line 28:
  
 
   blowncaps    -> dual_core  [label="NO"]
 
   blowncaps    -> dual_core  [label="NO"]
   blowncaps    -> recycle [taillabel="YES"]
+
   blowncaps    -> recycle [taillabel="YES", label_es="SI"]
  
 
   dual_core    -> two_eight [label="NO" ]
 
   dual_core    -> two_eight [label="NO" ]
   dual_core    -> green  [label="YES"]
+
   dual_core    -> green  [label="YES", label_es="SI"]
  
   two_eight -> green [label="YES"]
+
   two_eight -> green [label="YES", label_es="SI"]
 
   two_eight -> recycle [label="NO"]
 
   two_eight -> recycle [label="NO"]
  

Revision as of 20:48, 14 September 2010

PURPLE Chart

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

Multi Core Systems

If one of these things is true, it's a Multi Core system:

  • The BIOS or label says "Core 2", "Core i3/i5/i7", "Pentium D"
  • The BIOS or label says "X2", "Phenom"
  • The BIOS indicates that it's "dual core", "quad core", or "multi-core".