Difference between revisions of "Motherboard Sorting"

From FreekiWiki
Jump to navigation Jump to search
(spec going up)
Line 9: Line 9:
 
   recycle      [label="NO\nWe do not want the mobo!", shape="box", style="bold"]
 
   recycle      [label="NO\nWe do not want the mobo!", shape="box", style="bold"]
 
   keep          [label="YES\nWe will keep the mobo!", shape="box", style="bold"]
 
   keep          [label="YES\nWe will keep the mobo!", shape="box", style="bold"]
  at            [label="Is there an\nAT power connector\non the motherboard?"]
 
 
   blowncaps    [label="Are there\nBLOWN CAPS\n(bulging capacitors)?"]
 
   blowncaps    [label="Are there\nBLOWN CAPS\n(bulging capacitors)?"]
   dimmslots     [label="Are there any\nDIMM slots?\n(SDRAM, RAMBUS, DDR)"]
+
   ddrslots     [label="Are there any\nDDR slots?"]
  proc          [label="Does it have a\n800 MHZ OR FASTER proc?"]
 
  zifsocket    [label="Does it have a\n3 DIGIT ZIF SOCKET?"]
 
  dualslots    [label="Does it have\nDUAL CPU SLOTS?"]
 
  video        [label="Is there an\nAGP SLOT\nor\nONBOARD VIDEO?"]
 
  multipleisas  [label="Is there\nmore than 1 ISA slot?"]
 
 
   proprietary  [label="Does it need a\nRISER\nfor its cards?"]
 
   proprietary  [label="Does it need a\nRISER\nfor its cards?"]
  
   start        -> dimmslots
+
   start        -> ddrslots
   dimmslots   -> at [taillabel="YES"]
+
   ddrslots   -> blowncaps [taillabel="YES"]
  dimmslots    -> recycle [taillabel="NO"]
+
   ddrslots   -> recycle [taillabel="NO"]
  at          -> recycle [taillabel="YES"]
+
   blowncaps    -> proprietary [taillabel="NO"]
   at          -> video [taillabel="NO"]
 
   video        -> recycle [taillabel="NO"]
 
  video        -> blowncaps [taillabel="YES"]
 
   blowncaps    -> multipleisas [taillabel="NO"]
 
 
   blowncaps    -> recycle [taillabel="YES"]
 
   blowncaps    -> recycle [taillabel="YES"]
  multipleisas -> proprietary [taillabel="NO"]
 
  multipleisas -> recycle [taillabel="YES"]
 
 
   proprietary  -> recycle [taillabel="YES"]
 
   proprietary  -> recycle [taillabel="YES"]
   proprietary  -> dualslots [taillabel="NO"]
+
   proprietary  -> keep [taillabel="NO"]
  dualslots    -> zifsocket [taillabel="NO"]
 
  dualslots    -> keep [taillabel="YES"]
 
  zifsocket    -> proc [taillabel="NO"]
 
  zifsocket    -> keep [taillabel="YES"]
 
  proc        -> keep [taillabel="YES"]
 
  proc        -> recycle [taillabel="NO"]
 
 
    
 
    
 
   }
 
   }
 
</graphviz>
 
</graphviz>
 
{{Finding the processor speed}}
 
  
 
[[Category: Triage]]
 
[[Category: Triage]]
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 16:02, 7 July 2007

Do we want the motherboard?

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