1. What does the "10" in "10 Base T" mean?
  2. A peer-to-peer network cannot be made by connecting two computers together with a single piece of ethernet cable joining their two NIC cards. What is needed in addition to the two NIC cards and the cable in order to form a peer-to-peer network
  3. What does NIC stand for?
  4. What is the abbreviation for the protocol used by the College network?
  5. The physical cable used to network the computers in B102 is
    1. Category III 10 Base-T fiber optic ethernet cable
    2. Category III 10 Base-T twisted pair copper ethernet cable
    3. Category III 100 Base-T twisted pair copper ethernet cable
    4. Category V 10 Base-T fiber optic ethernet cable
    5. Category V 10 Base-T twisted pair copper ethernet cable
    6. Category V 100 Base-T twisted pair copper ethernet cable

    7. What is the color of the background for the paragraph text in the following CSS sheet?

      body, a:link, a:visited, a:hover, a:active, h1, h2, h3, p {
      background: olive;
      color: white;
      font-family: Tahoma, sans-serif }
      a:link { color: lime }
      a:visited { color: maroon }
      a:hover { background: teal } /* The order of the a pseudo-classes is important here */
      a:active { color: yellow }
      h1 {background: lime; color: olive; font-family: Nadianne, sans-serif; text-align:center}
      p {background: white; color: black; font-family: Kidprint, sans-serif; font-size: larger }