Difference between revisions of "Motherboard Sorting"

From FreekiWiki
Jump to navigation Jump to search
Line 12: Line 12:
 
   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)"]
 
   dimmslots    [label="Are there any\nDIMM slots?\n(SDRAM, RAMBUS, DDR)"]
   proc          [label="Does it have a\n700 MHZ OR FASTER proc?\nor\n3 DIGIT ZIF SOCKET?\nor\nDUAL SLOTS?"]
+
   proc          [label="Does it have a\n700 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?"]
 
   video        [label="Is there an\nAGP SLOT\nor\nONBOARD VIDEO?"]
 
   multipleisas  [label="Is there\nmore than 1 ISA slot?"]
 
   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        -> dimmslots
Line 30: Line 31:
 
   multipleisas -> recycle [taillabel="YES"]
 
   multipleisas -> recycle [taillabel="YES"]
 
   proprietary  -> recycle [taillabel="YES"]
 
   proprietary  -> recycle [taillabel="YES"]
   proprietary  -> proc [taillabel="NO"]
+
   proprietary  -> dualslots [taillabel="NO"]
 +
  dualslots    -> zifsocket [taillabel="NO"]
 +
  dualslots    -> keep [taillabel="YES"]
 +
  zifsocket    -> proc [taillabel="NO"]
 +
  zifsocket    -> keep [taillabel="YES"]
 
   proc        -> keep [taillabel="YES"]
 
   proc        -> keep [taillabel="YES"]
 
   proc        -> recycle [taillabel="NO"]
 
   proc        -> recycle [taillabel="NO"]

Revision as of 14:48, 26 April 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.

Template:Finding the processor speed