Difference between revisions of "Card sorting by function"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
Connector Types: (need images)
 +
* HD15
 +
* RJ11
 +
* RJ45
 +
* BNC
 +
* Sound Ports
 +
 +
 
<graphviz>
 
<graphviz>
 
   digraph D {
 
   digraph D {
Line 12: Line 20:
 
   hd15          [label="Does it have an\nHD15 connector?", fontsize="11"]
 
   hd15          [label="Does it have an\nHD15 connector?", fontsize="11"]
 
   rj11s        [label="Does it have an\nTWO RJ11 connectors?", fontsize="11"]
 
   rj11s        [label="Does it have an\nTWO RJ11 connectors?", fontsize="11"]
   rj45          [label="Does it have an\nRJ45 connector?", fontsize="11"]
+
   bnc_rj45      [label="Does it have a\nBNC or RJ45 connector?", fontsize="11"]
 
   soundports    [label="Does it have little round\nSOUND PORTS?", fontsize="11"]
 
   soundports    [label="Does it have little round\nSOUND PORTS?", fontsize="11"]
 
   singlerj11    [label="Does it have an\na SINGLE RJ11 connector?", fontsize="11"]
 
   singlerj11    [label="Does it have an\na SINGLE RJ11 connector?", fontsize="11"]
Line 26: Line 34:
 
   hd15 -> rj11s [label="NO"]
 
   hd15 -> rj11s [label="NO"]
 
   rj11s -> modem [label="YES"]
 
   rj11s -> modem [label="YES"]
   rj11s -> rj45 [label="NO"]
+
   rj11s -> bnc_rj45 [label="NO"]
   rj45 -> nic [label="YES"]
+
   bnc_rj45 -> nic [label="YES"]
   rj45 -> soundports [label="NO"]
+
   bnc_rj45 -> soundports [label="NO"]
 
   soundports -> singlerj11 [label="YES"]
 
   soundports -> singlerj11 [label="YES"]
 
   soundports -> else [label="NO"]
 
   soundports -> else [label="NO"]

Revision as of 19:11, 11 March 2006

Connector Types: (need images)

  • HD15
  • RJ11
  • RJ45
  • BNC
  • Sound Ports


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

If it is a PCI network card, sort into two piles, those marked 100 and those that are not:

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

You should now have up to 14 piles:

  1. Video Cards, PCI
  2. Video Cards, AGP
  3. Video Cards, OTHER
  4. Modems, PCI
  5. Modems, ISA
  6. Modems, OTHER
  7. Sound, PCI
  8. Sound, NON-PCI
  9. Network, PCI, 100
  10. Network, PCI, NOT 100
  11. Network, NON-PCI
  12. Miscellaneous, PCI
  13. Miscellaneous, NON-PCI
  14. Combo