Difference between revisions of "Card sorting by slot type"

From FreekiWiki
Jump to navigation Jump to search
(New page: Pick up each card and using the following chart, put each card in one of five piles (PCI, PCIe, ISA, AGP and miscellaneous.) <graphviz> digraph D { node [fontname="Helvetica", fon...)
 
Line 1: Line 1:
 
  
 
Pick up each card and using the following chart, put each card in one of five piles (PCI, PCIe, ISA, AGP and miscellaneous.)
 
Pick up each card and using the following chart, put each card in one of five piles (PCI, PCIe, ISA, AGP and miscellaneous.)
Line 9: Line 8:
 
   edge [fontname="Helvetica"]
 
   edge [fontname="Helvetica"]
  
  start         [label="START HERE", fontsize="11", shape="box", style="bold"]
+
  start       [label="START HERE", shape="box", style="bold"]
 +
  pci        [label="PCI",  shape="box", style="bold"]
 +
  pcie        [label="PCIe\n(PCI Express)",  shape="box", style="bold"]
 +
  isa        [label="ISA",  shape="box", style="bold"]
 +
  agp        [label="AGP",  shape="box", style="bold"]
 +
  misc        [label="Misc.", shape="box", style="bold"]
 
    
 
    
 
+
  start -> measuregap
 +
  measuregap -> long
 +
  long -> agp [label="YES"]
 +
  long -> short [label="NO"]
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 11:41, 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.