Difference between revisions of "Card sorting by function"

From FreekiWiki
Jump to navigation Jump to search
(we will probably never use this but I was bored so I created a flow chart for card sorting)
 
 
(99 intermediate revisions by 12 users not shown)
Line 1: Line 1:
 +
{{migrated}}
 +
[https://docs.google.com/document/d/1ON2Qu2vZqpMwQQCJtDW44Gor32gurx5Bd6DfAljBG0s/edit?usp=sharing link]
 +
 +
__NOTOC__
 +
== Step One -- Familiarize Yourself with Connectors ==
 +
First, get a box of cards to be sorted, pour them into a pile in the center of the table, and rummage through them, looking for these connector types:
 +
{| BORDER=1 CELLPADDING=5 CELLSPACING=0
 +
|-
 +
! width=150 | Type
 +
! width=150 | Picture
 +
! width=150 | Clue
 +
|- align = "center"
 +
| HD15
 +
| [[Image:Hd15port.png]]
 +
| '''three''' rows of holes
 +
|- align = "center"
 +
| DVI
 +
| [[Image:Dvi.png]]
 +
| lots of little '''square holes'''
 +
|- align = "center"
 +
| RJ11
 +
| [[Image:Rj11port.png]]
 +
| like for a '''phone''', has 4 pins
 +
|- align = "center"
 +
| RJ45
 +
| [[Image:Rj45port.png]]
 +
| '''bigger''' than an RJ11
 +
|- align = "center"
 +
|  Sound Ports
 +
| [[Image:Soundports.png]]
 +
| little and round, don't stick out, may be 3, 4, 5 or 6
 +
|- align = "center"
 +
|  Antenna Connector
 +
| [[Image:SMA.jpg|50px]]
 +
| much smaller than a F connector (connector for a cable TV)
 +
|}
 +
 +
'''NOTE:''' You're not sorting yet, just learning the different connector types.
 +
 +
There will be other connector types, but the above ones are all you need to pay attention to in order to complete this job.
 +
 +
== Step Two -- The Basic Sort ==
 +
 +
Pick up each card and using the following chart, put each card in one of six piles (video, sound, modem, network, wireless, and miscellaneous.)
 +
 
<graphviz>
 
<graphviz>
 
   digraph D {
 
   digraph D {
 +
 +
  node [fontname="Helvetica", fontsize="11"]
 +
  edge [fontname="Helvetica"]
  
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
  cardtype      [label="What TYPE of CARD is it?", fontsize="11"]
+
   video        [label="VIDEO", fontsize="11", shape="box", style="bold"]
  cardslot      [label="What type of SLOT does the CARD go into?", fontsize="11"]
+
   sound        [label="SOUND", fontsize="11", shape="box", style="bold"]
   video        [label="VIDEO", fontsize="11", shape="box"]
+
   modem        [label="MODEM", fontsize="11", shape="box", style="bold"]
  sound        [label="SOUND", fontsize="11", shape="box"]
+
   nic          [label="NETWORK", fontsize="11", shape="box", style="bold"]
  modem  [label="MODEM", fontsize="11", shape="box"]
+
   wireless      [label="WIRELESS", fontsize="11", shape="box", style="bold"]
  nic  [label="NETWORK", fontsize="11", shape="box"]
+
   else          [label="MISC", fontsize="11", shape="box", style="bold"]
  combo        [label="COMBO", fontsize="11", shape="box"]
 
  elsetype    [label="EVERYTHING ELSE", fontsize="11", shape="box"]
 
  agp      [label="AGP", fontsize="11", shape="box"]
 
  pci  [label="PCI", fontsize="11", shape="box"]
 
  isa      [label="ISA", fontsize="11", shape="box"]
 
  elseslot    [label="EVERYTHING ELSE", fontsize="11", shape="box"]
 
  pile  [label="Which PILE does the card go into?", fontsize="11"]
 
  videoagp  [label="VIDEO\nAGP", fontsize="11", shape="box", style="bold"]
 
   videopci  [label="VIDEO\nPCI", fontsize="11", shape="box", style="bold"]
 
  videoelseslot  [label="VIDEO\nEVERYTHING ELSE", fontsize="11", shape="box", style="bold"]
 
  soundpci  [label="SOUND\nPCI", fontsize="11", shape="box", style="bold"]
 
   soundelseslot  [label="SOUND\nEVERYTHING ELSE", fontsize="11", shape="box", style="bold"]
 
  modempci  [label="MODEM\nPCI", fontsize="11", shape="box", style="bold"]
 
   modemisa  [label="MODEM\nISA", fontsize="11", shape="box", style="bold"]
 
  modemelseslot  [label="MODEM\nEVERYTHING ELSE", fontsize="11", shape="box", style="bold"]
 
  nicpci100  [label="NETWORK\nPCI MARKED 100", fontsize="11", shape="box", style="bold"]
 
   nicpci10  [label="NETWORK\nPCI NOT MARKED 100", fontsize="11", shape="box", style="bold"]
 
  nicelseslot  [label="NETWORK\nEVERYTHING ELSE", fontsize="11", shape="box", style="bold"]
 
  comboisa  [label="COMBO", fontsize="11", shape="box", style="bold"]
 
  elsecardpci    [label="EVERYTHING ELSE\nPCI", fontsize="11", shape="box", style="bold"]
 
   elsecardelseslot  [label="EVERYTHING ELSE\nEVERYTHING ELSE", fontsize="11", shape="box", style="bold"]
 
  
   start      -> cardtype
+
   hd15            [label="Does it have an\nHD15\nconnector?"]
   cardtype        -> video
+
   dvi            [label="Does it have a\nDVI\nconnector?"]
   cardtype        -> sound
+
   rj11s          [label="Does it have\nTWO RJ11 connectors?"]
   cardtype        -> modem
+
   rj45            [label="Does it have an\n RJ45 connector?"]
  cardtype        -> nic
+
   antenna         [label="Does it have an\n ANTENNA\nor a connector for an antenna?"]
   cardtype  -> combo
+
   soundports      [label="Does it have little round\nSOUND PORTS?"]
  cardtype  -> elsetype
+
   singlerj11      [label="Does it have a\n SINGLE RJ11 connector?"]
  video         -> cardslot
+
   singlejackmodem [label="Does it have a\n SINGLE RJ11 connector?"]
   sound        -> cardslot
+
 
   modem      -> cardslot
+
 
  nic      -> cardslot
+
   start -> hd15
   combo  -> cardslot
+
   hd15 -> video [label="YES"]
  elsetype  -> cardslot
+
   hd15 -> dvi [label="NO"]
  cardslot    -> agp
+
   dvi -> video [label="YES"]
   cardslot    -> pci
+
   dvi -> rj11s [label="NO"]
   cardslot      -> isa
+
   rj11s -> modem [label="YES"]
   cardslot      -> elseslot
+
   rj11s -> rj45 [label="NO"]
  agp -> pile
+
   rj45 -> nic [label="YES"]
   pci  -> pile
+
   rj45 -> antenna [label="NO"]
   isa -> pile
+
   antenna -> wireless [label="YES"]
   elseslot -> pile
+
   antenna -> soundports [label="NO"]
   pile -> videoagp
+
   soundports -> singlerj11 [label="YES"]
   pile -> videopci
+
   soundports -> singlejackmodem [label="NO"]
   pile -> videoelseslot
+
   singlejackmodem -> else [label="NO"]
   pile -> soundpci
+
   singlejackmodem -> modem [label="YES"]
   pile -> soundelseslot
+
   singlerj11 -> else [label="YES"]
   pile -> modempci
+
   singlerj11 -> sound [label="NO"]
   pile -> modemisa
 
   pile -> modemelseslot
 
   pile -> nicpci100
 
   pile -> nicpci10
 
   pile -> nicelseslot
 
  pile -> comboisa
 
  pile -> elsecardpci
 
  pile -> elsecardelseslot
 
 
    
 
    
 
   }
 
   }
 
</graphviz>
 
</graphviz>
  
[[Category: Triage]]
+
== Step Three -- Finish Up ==
[[Category: Prebuild]]
+
See if it's correct. You should now have up to 6 piles:
 +
 
 +
# Video Cards
 +
# Modems
 +
# Sound
 +
# Network
 +
# Wireless
 +
# Miscellaneous
 +
 
 +
'''Have someone check your work'''
 +
 
 +
[[Card sorting by function en Espanol | En Español]]
 +
 
 +
[[Category: Hardware ID]]

Latest revision as of 16:21, 5 July 2014

deletion

This page has been migrated to a document on Free Geek's Google Drive.

Information remaining behind may no longer be relevant.

MIGRATOR:

When you have tagged this page as migrated,
please add a link to the new document on Google Drive.

(Link to new page immediately below.)


link


Step One -- Familiarize Yourself with Connectors

First, get a box of cards to be sorted, pour them into a pile in the center of the table, and rummage through them, looking for these connector types:

Type Picture Clue
HD15 Hd15port.png three rows of holes
DVI Dvi.png lots of little square holes
RJ11 Rj11port.png like for a phone, has 4 pins
RJ45 Rj45port.png bigger than an RJ11
Sound Ports Soundports.png little and round, don't stick out, may be 3, 4, 5 or 6
Antenna Connector SMA.jpg much smaller than a F connector (connector for a cable TV)

NOTE: You're not sorting yet, just learning the different connector types.

There will be other connector types, but the above ones are all you need to pay attention to in order to complete this job.

Step Two -- The Basic Sort

Pick up each card and using the following chart, put each card in one of six piles (video, sound, modem, network, wireless, 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.

Step Three -- Finish Up

See if it's correct. You should now have up to 6 piles:

  1. Video Cards
  2. Modems
  3. Sound
  4. Network
  5. Wireless
  6. Miscellaneous

Have someone check your work

En Español