- What does the "10" in "10 Base T" mean?
- 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
- What does NIC stand for?
- What is the abbreviation for the protocol used by the College network?
- The physical cable used to network the computers in B102 is
- Category III 10 Base-T fiber optic ethernet cable
- Category III 10 Base-T twisted pair copper ethernet cable
- Category III 100 Base-T twisted pair copper ethernet cable
- Category V 10 Base-T fiber optic ethernet cable
- Category V 10 Base-T twisted pair copper ethernet cable
- Category V 100 Base-T twisted pair copper ethernet cable
- 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 }
-