Difference between revisions of "System Evaluation Final Triage"

From FreekiWiki
Jump to navigation Jump to search
(add bad_model question to catch dell's with bad video cards)
Line 24: Line 24:
 
   blowncaps    [label="Are there any\nBLOWN CAPS?",
 
   blowncaps    [label="Are there any\nBLOWN CAPS?",
 
                     label_es="¿Puede usted ver cualquier\nBLOWN CAPS?"]
 
                     label_es="¿Puede usted ver cualquier\nBLOWN CAPS?"]
  bad_color    [label="Is the case\nBEIGE\ncolored?",
 
                    label_es="¿Es esto\ncolor\nBEIGE?"]
 
 
   dual_core    [label="Is it a\nDUAL CORE\nsystem?",
 
   dual_core    [label="Is it a\nDUAL CORE\nsystem?",
 
                     label_es="¿Es esto un\nsystema\nDUAL CORE?"]
 
                     label_es="¿Es esto un\nsystema\nDUAL CORE?"]
  fast_enough1  [label="Does it have a\n2.4 GHz or faster proc?\n(or an AMD proc with a\nmodel # of\n2400 or greater?)",
 
                    label_es="¿Es veloz?\n¿Tiene esto un\nproc 2.4 GHz o más rápido ?\n(o un proc AMD con\nun modelo #2400 o mayor?)"]
 
 
   fast_enough2  [label="Does it have a\n2.6 GHz or faster proc?\n(or an AMD proc with a\nmodel # of\n2600 or greater?)",
 
   fast_enough2  [label="Does it have a\n2.6 GHz or faster proc?\n(or an AMD proc with a\nmodel # of\n2600 or greater?)",
 
                     label_es="¿Es veloz?\n¿Tiene esto un\nproc 2.6 GHz o más rápido ?\n(o un proc AMD con\nun modelo #2600 o mayor?)"]
 
                     label_es="¿Es veloz?\n¿Tiene esto un\nproc 2.6 GHz o más rápido ?\n(o un proc AMD con\nun modelo #2600 o mayor?)"]
 
  bad_model    [label="Is it a Dell Dimension 2350 or 2400?"]
 
  
 
   start        -> blowncaps
 
   start        -> blowncaps
Line 40: Line 34:
 
   blowncaps    -> recycle [label="YES", label_es="SÍ"]
 
   blowncaps    -> recycle [label="YES", label_es="SÍ"]
  
   dual_core    -> bad_model [label="NO" ]
+
   dual_core    -> fast_enough2 [label="NO"]
 
   dual_core    -> green  [label="YES", label_es="SÍ"]
 
   dual_core    -> green  [label="YES", label_es="SÍ"]
 
  bad_model    -> fast_enough2 [label="NO"]
 
  bad_model    -> recycle [label="YES", label_es="SÍ"]
 
 
  bad_color    -> recycle [taillabel="YES", taillabel_es="SÍ"]
 
  bad_color    -> fast_enough1 [label="NO" ]
 
  
 
   fast_enough2 -> green [taillabel="YES", taillabel_es="SÍ"]
 
   fast_enough2 -> green [taillabel="YES", taillabel_es="SÍ"]
   fast_enough2 -> bad_color [taillabel="NO"]
+
   fast_enough2 -> recycle [taillabel="NO"]
 
 
  fast_enough1 -> green [taillabel="YES", taillabel_es="SÍ"]
 
  fast_enough1 -> recycle [taillabel="NO"]
 
  
 
   green -> not_done
 
   green -> not_done

Revision as of 17:44, 24 May 2011

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".


English Version: System_Evaluation_Final_Triage

Versión en Español: System_Evaluation_Final_Triage_en_Español