Difference between revisions of "Card sorting by function"

From FreekiWiki
Jump to navigation Jump to search
Line 15: Line 15:
 
   modem        [label="MODEM", fontsize="11", shape="box", style="bold"]
 
   modem        [label="MODEM", fontsize="11", shape="box", style="bold"]
 
   nic          [label="NETWORK", fontsize="11", shape="box", style="bold"]
 
   nic          [label="NETWORK", fontsize="11", shape="box", style="bold"]
  combo        [label="COMBO", fontsize="11", shape="box", style="bold"]
 
 
   else          [label="EVERYTHING ELSE", fontsize="11", shape="box", style="bold"]
 
   else          [label="EVERYTHING ELSE", fontsize="11", shape="box", style="bold"]
  
Line 26: Line 25:
  
 
   subsortpci    [label="Subsort into\nPCI and NON-PCI piles", fontsize="11", style="bold"]
 
   subsortpci    [label="Subsort into\nPCI and NON-PCI piles", fontsize="11", style="bold"]
  nosubsort    [label="No Subsort Needed", fontsize="11", style="bold"]
 
 
   subsortagp    [label="Subsort into\nPCI, AGP, and OTHER", fontsize="11", style="bold"]
 
   subsortagp    [label="Subsort into\nPCI, AGP, and OTHER", fontsize="11", style="bold"]
 
   subsortisa    [label="Subsort into\nPCI, ISA, and OTHER", fontsize="11", style="bold"]
 
   subsortisa    [label="Subsort into\nPCI, ISA, and OTHER", fontsize="11", style="bold"]
Line 42: Line 40:
 
   singlejackmodem -> else [label="NO"]
 
   singlejackmodem -> else [label="NO"]
 
   singlejackmodem -> modem [label="YES"]
 
   singlejackmodem -> modem [label="YES"]
   singlerj11 -> combo [label="YES"]
+
   singlerj11 -> else [label="YES"]
 
   singlerj11 -> sound [label="NO"]
 
   singlerj11 -> sound [label="NO"]
  
 
   video -> subsortagp
 
   video -> subsortagp
 
   modem -> subsortisa
 
   modem -> subsortisa
  combo -> nosubsort
 
 
   sound -> subsortpci
 
   sound -> subsortpci
 
   nic -> subsortpci
 
   nic -> subsortpci
Line 67: Line 64:
 
</graphviz>
 
</graphviz>
  
You should now have up to 14 piles:
+
You should now have up to 13 piles:
  
 
# Video Cards, PCI
 
# Video Cards, PCI
Line 82: Line 79:
 
# Miscellaneous, PCI
 
# Miscellaneous, PCI
 
# Miscellaneous, NON-PCI
 
# Miscellaneous, NON-PCI
# Combo
+
 
  
  
 
[[Category: Triage]]
 
[[Category: Triage]]
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 15:59, 14 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 13 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