Markup tags 9
HTML table, lists,etc. 7
Javascript 5
Metric OK
Colors OK
Storage OK
Questions 8/16

RYAN COYNE

CS13 Final

This is bold text.
This is text in italics
This is big text!
This is underlined text
This is strikethrough text
This is blue text.
This text is in the center of the screen.

This text is in Arial font.

onClick="'computer1.jpg'='computer2.jpg'" onMouseOut="'computer2.jpg'='computer1.jpg'"
Your Javascript is OUTSIDE of the tags!!!
Give a name to the IMG tag, then surround it with an A tag. SOMETHING LIKE THIS:
	<A  ...
		onClick="P1.src='computer2.jpg'"
		onMouseOut="P1.src='computer1.jpg'">
	<IMG NAME=P1 SRC="computer1.jpg">
	</A>




    Metric Prefixes
  1. micro .000001
  2. milli .001
  3. centi .01
  4. deci .1
  5. deca 10
  6. hecto 100
  7. kilo 1,000
  8. mega 1,000,000
    You forgot to END your list.
    	</OL>
    
    That's why your lists are indented!

    Black - 000000 Pink - FF0099 Dark Gray - 333333 Green (With no other colors present) - 00FF00 Dark Blue (with no other colors present) - 0000FF Bright Blue - 00FFFF Yellow - CCFF00 White - FFFFFF
    Ditto!
    	</OL>
    

      Storing Binary Data
    1. A. Solid State Drive (SSD) - 32-64GB
    2. B. Tape Drive - 500-750GB
    3. C. NAND Flash memory - 16-32GB
    4. D. Hard Disk Drive - 40GB-931GB
    5. E. DVD-DualLayer - 8.5GB
    6. F. DVD-R - 4.5GB
    7. G. CD-R/RW - 700MB
    8. H. Standard Flash Drive - 256MB-4GB
      And again, here.
      	</OL>
      

      Your TABLE tag was not ended
      	>
      
      " HERE! -->
      A1 - A5 B1 - 01011010 C1 - 90 D1 - 5A
      A2 - 1,000,000 B2 - 100,000
      1,000,000
      C2 - 1 millionth of a second D2 - 90
      13 bits are sufficient for anything above 4096 but no more than 8192.
      (Ten bits gives you 1000 values; only 3 more for 5-times as many.)
      90 actually bits gives you more than 1,000,000,000,000,000,000,000,000,000 values! (That's 10^27 or 1 billion Petabytes!)
      A3 - Network Interface Controller, Router/Switch, Server B3 - Packet switching C3
      ???
      D3
      ???
      A4
      ???
      B4
      ???
      C4
      ???
      D4
      ???