Difference between revisions of "Motherboard Sorting"

From FreekiWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
   digraph D {
 
   digraph D {
  
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
+
   node [fontname="Helvetica", fontsize="11"]
   recycle      [label="NO\nWe do not want the mobo!", fontsize="11", shape="box", style="bold"]
+
  edge [fontname="Helvetica"]
   keep          [label="YES\nWe will keep the mobo!", fontsize="11", shape="box", style="bold"]
+
 
   at            [label="Is there an\nAT power connector\non the motherboard?", fontsize="10"]
+
  start        [label="START HERE", shape="box", style="bold"]
   blowncaps    [label="Are there\nBLOWN CAPS\n(bulging capacitors)?", fontsize="11"]
+
   recycle      [label="NO\nWe do not want the mobo!", shape="box", style="bold"]
   dimmslots    [label="Are there any\nDIMM slots?\n(SDRAM, RAMBUS, DDR)", fontsize="11"]
+
   keep          [label="YES\nWe will keep the mobo!", shape="box", style="bold"]
   proc          [label="Does it have a\n700 MHZ OR FASTER proc?\nor\n3 DIGIT ZIF SOCKET?\nor\nDUAL SLOTS?", fontsize="11"]
+
   at            [label="Is there an\nAT power connector\non the motherboard?"]
   video        [label="Is there an\nAGP SLOT\nor\nONBOARD VIDEO?", fontsize="11"]
+
   blowncaps    [label="Are there\nBLOWN CAPS\n(bulging capacitors)?"]
   multipleisas  [label="Is there\nmore than 1 ISA slot?", fontsize="11"]
+
   dimmslots    [label="Are there any\nDIMM slots?\n(SDRAM, RAMBUS, DDR)"]
   proprietary  [label="Does it need a\nRISER\nfor its cards?", fontsize="11"]
+
   proc          [label="Does it have a\n700 MHZ OR FASTER proc?\nor\n3 DIGIT ZIF SOCKET?\nor\nDUAL 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?"]
  
  

Revision as of 15:48, 15 March 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