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...)
 
 
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{migrated}}
 +
[https://docs.google.com/document/d/1Q0cj9MYk2ixL4az6VunDd5vecCPqY72ChzyR9szTw1Q/edit?usp=sharing link]
  
 +
==Flow-Chart Exercise==
  
 
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 12:
 
   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"]
 +
  agp        [label="AGP",  shape="box", style="bold"]
 +
  misc        [label="Misc.",  shape="box", style="bold"]
 +
  measuregap  [label="Measure the gap between the first\n connector and the edge of the card", shape="box"]
 +
  long        [label="Is it 2 5/8 inches?"]
 +
  medium      [label="Is it 1 5/8 inches?"]
 +
  special    [label="Is it approximately\n 1 3/4 inches?"]
 +
 
 +
  start -> measuregap
 +
  measuregap -> long
 +
  long -> agp [label="YES"]
 +
  long -> medium [label="NO"]
 +
  medium -> pci [label="YES"]
 +
  medium -> special [label="NO"]
 +
  special -> pcie [label="YES"]
 +
  special -> misc [label="NO"]
 +
 
 
   }
 
   }
 
</graphviz>
 
</graphviz>
 +
 +
==Notes==
 +
Connectors are circled in the images below.  They are typically gold and also known as teeth or fingers. 
 +
 +
[[Image:PCI.png|A PCI card]]
 +
 +
 +
Connectors are either rectangular (circled in red in the image above), or interlocking (circled in green the image below). 
 +
 +
 +
[[Image:EISA.png|An EISA card]]
 +
 +
 +
A card's connectors are usually all the same size.  An '''exception''' to this can be viewed in the image below. Smaller connectors are circled in blue and larger connectors are circled in red. 
 +
 +
[[Image:VLB.png|A VESA Local Bus (VLB) card]]
 +
 +
[[Category: Hardware ID]]

Latest revision as of 16:29, 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

Flow-Chart Exercise

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.

Notes

Connectors are circled in the images below. They are typically gold and also known as teeth or fingers.

A PCI card


Connectors are either rectangular (circled in red in the image above), or interlocking (circled in green the image below).


An EISA card


A card's connectors are usually all the same size. An exception to this can be viewed in the image below. Smaller connectors are circled in blue and larger connectors are circled in red.

A VESA Local Bus (VLB) card