Difference between revisions of "Card sorting by slot type"

From FreekiWiki
Jump to navigation Jump to search
 
(11 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 10: Line 15:
 
   pci        [label="PCI",  shape="box", style="bold"]
 
   pci        [label="PCI",  shape="box", style="bold"]
 
   pcie        [label="PCIe\n(PCI Express)",  shape="box", style="bold"]
 
   pcie        [label="PCIe\n(PCI Express)",  shape="box", style="bold"]
  isa        [label="ISA",  shape="box", style="bold"]
 
 
   agp        [label="AGP",  shape="box", style="bold"]
 
   agp        [label="AGP",  shape="box", style="bold"]
 
   misc        [label="Misc.",  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"]
 
   measuregap  [label="Measure the gap between the first\n connector and the edge of the card", shape="box"]
   long        [label="Is it 3 inches?"]
+
   long        [label="Is it 2 5/8 inches?"]
  short      [label="Is it 1 inch?"]
 
 
   medium      [label="Is it 1 5/8 inches?"]
 
   medium      [label="Is it 1 5/8 inches?"]
   special    [label="Is it 1 3/4 inches?"]
+
   special    [label="Is it approximately\n 1 3/4 inches?"]
  exception1  [label="Are the connectors\n rectangular or interlocking?"]
 
  exception2  [label="Are the connectors\n all the same size?"]
 
  
 
   start -> measuregap
 
   start -> measuregap
 
   measuregap -> long
 
   measuregap -> long
 
   long -> agp [label="YES"]  
 
   long -> agp [label="YES"]  
   long -> short [label="NO"]
+
   long -> medium [label="NO"]
  short -> exception1 [label="YES"]
 
  short -> medium [label="NO"]
 
 
   medium -> pci [label="YES"]
 
   medium -> pci [label="YES"]
 
   medium -> special [label="NO"]
 
   medium -> special [label="NO"]
 
   special -> pcie [label="YES"]
 
   special -> pcie [label="YES"]
 
   special -> misc [label="NO"]
 
   special -> misc [label="NO"]
  exception1 -> misc [label="interlocking"]
 
  exception1 -> exception2 [label="rectangular"]
 
  exception2 -> misc [label="NO"]
 
  exception2 -> isa [label="YES"]
 
 
  
 
   }
 
   }
Line 42: Line 36:
 
==Notes==
 
==Notes==
 
Connectors are circled in the images below.  They are typically gold and also known as teeth or fingers.   
 
Connectors are circled in the images below.  They are typically gold and also known as teeth or fingers.   
[[Image:PCI.png]]
+
 
 +
[[Image:PCI.png|A PCI card]]
  
  
Line 48: Line 43:
  
  
[[Image:EISA.png]]
+
[[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]]
  
[[Image:VLB.png]]
+
[[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