Difference between revisions of "System Evaluation Overview en Español"

From FreekiWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
==MAIN Chart==
 
==MAIN Chart==
 
 
 
 
<div style="border: 10px dotted RED; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 
<div style="border: 10px dotted RED; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 
<graphviz>
 
<graphviz>
 
 
 
 
   digraph Eval2Overview {
 
   digraph Eval2Overview {
 
     node [fontname="Helvetica", fontsize="10"]
 
     node [fontname="Helvetica", fontsize="10"]
 
     edge [fontname="Helvetica"]
 
     edge [fontname="Helvetica"]
 
 
 
 
  
 
     main            [label="MAIN\n\nCHART",  
 
     main            [label="MAIN\n\nCHART",  
Line 30: Line 21:
 
                     shape="octagon", style="bold"]
 
                     shape="octagon", style="bold"]
 
     rejected        [label="Does it have a\nREJECT LABEL\non it?",
 
     rejected        [label="Does it have a\nREJECT LABEL\non it?",
                     label="¿Tiene \nesto una\n''REJECT n\LABEL''\?"]
+
                     label="¿Tiene \nesto una\n''REJECT \nLABEL''\?"]
 
     recycle_label  [label="Does it have a\nRECYCLE LABEL\non it?",
 
     recycle_label  [label="Does it have a\nRECYCLE LABEL\non it?",
 
                     label="¿Tiene \nesto una\n''RECYCLE \nLABEL''\?",]
 
                     label="¿Tiene \nesto una\n''RECYCLE \nLABEL''\?",]
Line 36: Line 27:
 
                     label="¿Tiene n\esto una\n''HOLD \nLABEL''\?"]
 
                     label="¿Tiene n\esto una\n''HOLD \nLABEL''\?"]
 
     askwhere        [label="Ask where\nit goes",  
 
     askwhere        [label="Ask where\nit goes",  
                     label="Consulte \na donde\nla tiene n\que enviar", style="bold", shape="box"]
+
                     label="Consulte \na donde\nla tiene \nque enviar", style="bold", shape="box"]
 
     rack_mount      [label="Is it a\nRACK MOUNT\nCOMPUTER?",
 
     rack_mount      [label="Is it a\nRACK MOUNT\nCOMPUTER?",
 
                     label="¿Es esto un\n''RACK MOUNT\nCOMPUTER''?"]
 
                     label="¿Es esto un\n''RACK MOUNT\nCOMPUTER''?"]
Line 44: Line 35:
 
                     label="¿Es esto\nuna\nCOMPUTADORA \nMACINTOSH?"]
 
                     label="¿Es esto\nuna\nCOMPUTADORA \nMACINTOSH?"]
 
     mac_chart      [label="Go to the\nREGULAR MAC CHART",
 
     mac_chart      [label="Go to the\nREGULAR MAC CHART",
                     label="Ir alDIAGRAMA\nREGULAR MAC",
+
                     label="Ir al DIAGRAMA\nREGULAR MAC",
 
                     shape="square", color="PINK", style="bold", URL="/index.php?title=Regular_Mac_Triage"]
 
                     shape="square", color="PINK", style="bold", URL="/index.php?title=Regular_Mac_Triage"]
 
     circled        [label="Is either\nRED LIGHT or\nYELLOW LIGHT\ncircled?",
 
     circled        [label="Is either\nRED LIGHT or\nYELLOW LIGHT\ncircled?",
Line 90: Line 81:
  
 
   recycle_label -> rejected [label="NO"]
 
   recycle_label -> rejected [label="NO"]
   recycle_label -> circled [label="YES", label_es="SI"]
+
   recycle_label -> circled [label="YES", label="SI"]
  
 
   rejected -> hold_label [label="NO"]
 
   rejected -> hold_label [label="NO"]
  
   rejected -> yellow [label="YES", label_es="SI"]
+
   rejected -> yellow [label="YES", label="SI"]
  
   circled -> initial [label="RED or\nYELLOW\nCIRCLED"]
+
   circled -> initial [label="RED or\nYELLOW\nCIRCLED", label="RED o\nYELLOW\nCIRCULADO"]
   circled -> exceptional [label="NOTHING\nCIRCLED", label_es="SIN\nCIRCULAR"]
+
   circled -> exceptional [label="NOTHING\nCIRCLED", label="SIN\nCIRCULAR"]
   hold_label    -> check_in  [label="YES", label_es="SI"]  
+
   hold_label    -> check_in  [label="YES", label="SI"]  
 
   hold_label    -> rack_mount [label="NO"]
 
   hold_label    -> rack_mount [label="NO"]
  
   rack_mount -> check_in [label="YES", label_es="SI"]
+
   rack_mount -> check_in [label="YES", label="SI"]
 
   rack_mount -> computer [label="NO"]
 
   rack_mount -> computer [label="NO"]
  
   exceptional -> yellow [taillabel="YES", taillabel_es="SI"]
+
   exceptional -> yellow [taillabel="YES", taillabel="SI"]
 
   exceptional -> red    [taillabel="NO", color="red"]
 
   exceptional -> red    [taillabel="NO", color="red"]
  
Line 113: Line 104:
  
 
   computer -> askwhere [taillabel="NO"]
 
   computer -> askwhere [taillabel="NO"]
   computer -> mac [taillabel="YES", taillabel_es="SI"]
+
   computer -> mac [taillabel="YES", taillabel="SI"]
  
 
   mac -> incompatible [taillabel="NO"]
 
   mac -> incompatible [taillabel="NO"]
   mac -> mac_chart [taillabel="YES", taillabel_es="SI"]
+
   mac -> mac_chart [taillabel="YES", taillabel="SI"]
  
   incompatible -> askwhere [taillabel="YES", taillabel_es="SI"]
+
   incompatible -> askwhere [taillabel="YES", taillabel="SI"]
 
   incompatible -> vaccuum [taillabel="NO"]
 
   incompatible -> vaccuum [taillabel="NO"]
 
     vaccuum -> visual
 
     vaccuum -> visual
Line 124: Line 115:
 
     visual -> whichway
 
     visual -> whichway
  
     whichway -> exceptional [label="YES", label_es="SI"]
+
     whichway -> exceptional [label="YES", label="SI"]
 
     whichway -> trytopost [taillabel="NO"]
 
     whichway -> trytopost [taillabel="NO"]
  
Line 130: Line 121:
 
     trytopost -> triage
 
     trytopost -> triage
  
     triage -> exceptional [label="RECYCLE", label_es="RECICLIAR"]
+
     triage -> exceptional [label="RECYCLE", label="RECICLIAR"]
 
     triage -> labelit [label="GREEN\nLIGHT", color="green"]
 
     triage -> labelit [label="GREEN\nLIGHT", color="green"]
  

Latest revision as of 14:18, 10 September 2011

MAIN Chart

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

Cómo completar la "KEEPER LABEL"

  • Contar el numero de DDR slots y circular el numero correcto.
  • Para AMD chips:
    • Circular AMD en la seccion de "Proc Type"
    • Escribir del procesador numero de modelo en el are de "Processor Information"
  • Para Intel y otro tipo de chips:
    • Circule el tipo de procesador (o escriba "Other")
    • Escriba la speed del procesador en el area "Processor Information"
  • Si la tarjeta madre tiene conectores SATA circule el numero de conectores
  • Si la tarjeta madre tiene conectores IDE circule el numero de conectores
  • Si el sistema tiene mas de un processor slot, marque la caja de Multi Proc Capable
  • Si el sistema tiene un procesador dual core , marque la caja de Dual Core
  • Si el sistema no mostro la información exitosamente, marque la caja deDid not POST
  • Si se encuentran PCIe slots, circule PCI-e
  • Si se encuentran AGP slot, circule AGP
  • Recuerde escribir sus iniciales en la caja correspondiente

Incompatibles

NOTA: Si el sistema no tiene marca, entonces no se encuentra en la lista de incompatibles.

  • Amiga
  • Apple, etc:
    • Mac
    • Radius
    • PowerPC
    • PowerComputing
    • Umax Supermac
  • Commodore
  • DEC (Digital Equipment Corporation)
  • Sun
  • Silicon Graphics (SGI)
    • Indy (son azules)
  • Cualquier sistema que tenga la etiqueta RISC

Lista de Componentes "Excepcionales"

  • Alta Velocidad o Ultra Velocidad CD RW
    • Ellos deben tener una placa rectangular estándar de 5.25” y no ser del tamaño del computador portátil (laptop)
    • La unidad lectora de discos es de Alta Velocidad o Ultra Velocidad si literalmente se lee “High Speed” o “Ultra Speed” en el rotulo del lado derecho del “Disco Compacto”

C00150112.jpg

  • Unidad lectora de DVD
    • Ellos deben tener una placa rectangular estándar de 5.25” y no ser del tamaño del computador portátil (laptop)
  • Lector de tarjetas en el lado frontal, solo si este incluye un cable
  • Tarjeta Gigabit Ethernet (Tarjeta de red marcada 1000)
  • Tarjeta inalámbrica
  • Fuente de alimentación con un conector SATA
  • Adaptador de fuente de alimentación de Molex a SATA
  • Adaptador de fuente de alimentación de Molex a 6 pines
  • Placa madre con memoria DDR de ranuras y conector(es) de SATA
  • Una caja muy espectacular por la que un chico geek va a babear


English Version: System_Evaluation_Overview

Vercion Español: System_Evaluation_Overview_en_Español