Difference between revisions of "Card sorting by function"
(42 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{migrated}} | ||
+ | [https://docs.google.com/document/d/1ON2Qu2vZqpMwQQCJtDW44Gor32gurx5Bd6DfAljBG0s/edit?usp=sharing link] | ||
+ | |||
__NOTOC__ | __NOTOC__ | ||
== Step One -- Familiarize Yourself with Connectors == | == Step One -- Familiarize Yourself with Connectors == | ||
Line 6: | Line 9: | ||
! width=150 | Type | ! width=150 | Type | ||
! width=150 | Picture | ! width=150 | Picture | ||
− | ! width=150 | | + | ! width=150 | Clue |
|- align = "center" | |- align = "center" | ||
| HD15 | | HD15 | ||
| [[Image:Hd15port.png]] | | [[Image:Hd15port.png]] | ||
| '''three''' rows of holes | | '''three''' rows of holes | ||
+ | |- align = "center" | ||
+ | | DVI | ||
+ | | [[Image:Dvi.png]] | ||
+ | | lots of little '''square holes''' | ||
|- align = "center" | |- align = "center" | ||
| RJ11 | | RJ11 | ||
| [[Image:Rj11port.png]] | | [[Image:Rj11port.png]] | ||
− | | like for a '''phone''' | + | | like for a '''phone''', has 4 pins |
|- align = "center" | |- align = "center" | ||
| RJ45 | | RJ45 | ||
| [[Image:Rj45port.png]] | | [[Image:Rj45port.png]] | ||
| '''bigger''' than an RJ11 | | '''bigger''' than an RJ11 | ||
− | |||
− | |||
− | |||
− | |||
|- align = "center" | |- align = "center" | ||
| Sound Ports | | Sound Ports | ||
| [[Image:Soundports.png]] | | [[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) | ||
|} | |} | ||
Line 35: | Line 42: | ||
== Step Two -- The Basic Sort == | == Step Two -- The Basic Sort == | ||
− | Pick up each card and using the following chart, put each card in one of | + | 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"] | ||
Line 45: | Line 55: | ||
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"] | ||
+ | wireless [label="WIRELESS", fontsize="11", shape="box", style="bold"] | ||
else [label="MISC", fontsize="11", shape="box", style="bold"] | else [label="MISC", fontsize="11", shape="box", style="bold"] | ||
− | hd15 [label="Does it have an\nHD15\nconnector?" | + | hd15 [label="Does it have an\nHD15\nconnector?"] |
− | rj11s [label="Does it have\nTWO RJ11 connectors? | + | dvi [label="Does it have a\nDVI\nconnector?"] |
− | + | rj11s [label="Does it have\nTWO RJ11 connectors?"] | |
− | soundports [label="Does it have little round\nSOUND PORTS? | + | rj45 [label="Does it have an\n RJ45 connector?"] |
− | singlerj11 [label="Does it have | + | antenna [label="Does it have an\n ANTENNA\nor a connector for an antenna?"] |
− | singlejackmodem [label="Does it have | + | soundports [label="Does it have little round\nSOUND PORTS?"] |
+ | singlerj11 [label="Does it have a\n SINGLE RJ11 connector?"] | ||
+ | singlejackmodem [label="Does it have a\n SINGLE RJ11 connector?"] | ||
start -> hd15 | start -> hd15 | ||
hd15 -> video [label="YES"] | hd15 -> video [label="YES"] | ||
− | hd15 -> rj11s [label="NO"] | + | hd15 -> dvi [label="NO"] |
+ | dvi -> video [label="YES"] | ||
+ | dvi -> rj11s [label="NO"] | ||
rj11s -> modem [label="YES"] | rj11s -> modem [label="YES"] | ||
− | rj11s -> | + | rj11s -> rj45 [label="NO"] |
− | + | rj45 -> nic [label="YES"] | |
− | + | rj45 -> antenna [label="NO"] | |
+ | antenna -> wireless [label="YES"] | ||
+ | antenna -> soundports [label="NO"] | ||
soundports -> singlerj11 [label="YES"] | soundports -> singlerj11 [label="YES"] | ||
soundports -> singlejackmodem [label="NO"] | soundports -> singlejackmodem [label="NO"] | ||
Line 72: | Line 89: | ||
</graphviz> | </graphviz> | ||
− | == Step Three | + | == Step Three -- Finish Up == |
− | + | See if it's correct. You should now have up to 6 piles: | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | See if it's correct. You should now have up to | ||
− | # Video Cards | + | # Video Cards |
− | + | # Modems | |
− | + | # Sound | |
− | + | # Network | |
− | + | # Wireless | |
− | # Modems | + | # Miscellaneous |
− | # Sound | ||
− | |||
− | |||
− | # Network | ||
− | # | ||
− | |||
− | # Miscellaneous | ||
− | '''Have someone check your work' | + | '''Have someone check your work''' |
− | + | [[Card sorting by function en Espanol | En Español]] | |
− | [[Category: | + | [[Category: Hardware ID]] |
− | |||
− |
Latest revision as of 16:21, 5 July 2014
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, (Link to new page immediately below.) |
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:
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.)
Step Three -- Finish Up
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