Difference between revisions of "Card sorting by slot type"

From FreekiWiki
Jump to navigation Jump to search
Line 18: Line 18:
 
   medium      [label="Is it 1 5/8 inches?"]
 
   medium      [label="Is it 1 5/8 inches?"]
 
   special    [label="Is it 1 3/4 inches?"]
 
   special    [label="Is it 1 3/4 inches?"]
 +
  exception1  [label="Are the connectors rectangular or interlocking?"]
 +
  exception2  [label="Are the connectors all the same size?"]
  
 
   start -> measuregap
 
   start -> measuregap
Line 29: Line 31:
 
   special -> pcie [label="YES"]
 
   special -> pcie [label="YES"]
 
   special -> misc [label="NO"]
 
   special -> misc [label="NO"]
   exception -> isa
+
   exception1 -> misc [label="interlocking"]
   exception -> misc
+
  exception1 -> exception2 [label="rectangular"]
 +
   exception2 -> misc [label="NO"]
 +
  exception2 -> isa [label="YES"]
 +
 
 +
 
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 16:37, 2 July 2009

Pick up each card and using the following chart, put each card in one of five piles (PCI, PCIe, ISA, AGP and miscellaneous.)

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