CS 13
Final Examination
When your VB program is done, upload the "form1.vb" source only (but NOT the Designer file), but name it "XYZfinal.vb" (where XYZ is your initials), and also print it out. |
When your Spreadsheet is done, print it out, then press Ctrl-~ to display the formulas and print it again. Also upload a cut-and-paste of the formulas as "XYZexcel.txt". (where XYZ is your initials), |
When your web page is done, upload it to XYZ-midterm.html and also print it out. |
Next, make an unordered list of (approximate) hexadecimal color codes for the following colors. The list is unordered, but the codes must be listed in order, from lowest to highest:
Pink Dark gray Green (with no other colors present) Dark blue (with no other colors present) Bright blue Yellow Black White
Make an ordered list, with labels A, B, C, D, etc. of at least eight different ways of storing binary data (bits) for later use in a computer -- other than on a floppy diskette. List them in order from the most expensive to the least expensive, and indicate a TYPICAL size in bytes for each one.
QUESTIONS: A1: Express the bits 10100101 in hexadecimal. B1: Express the HEX (hexadecimal) value "5A" in binary. C1: What is the DECIMAL value of hex "5A" ? D1: What ASCII character is hex "5A" ? A2: How many Kilobytes are in a Gigabyte? B2: How many milligrams are in a Kilogram? C2: How long does it take a 200 MHz processor to do one cycle? D2: How many bits are needed to represent 5000 different values? A3: Name three devices, other than a "null-modem", that are used to connect computers in a network. B3: Computers usually chop up long messages into several chunks, each of which might be sent via a diffent route. What is a two-word name for this? C3: What must be added to the end of a network cable, and why? D3: In a spreadsheet, what two things (in proper order) correspond to database fields and records (respectively). A4: The "R" in "RAM" stands for "random. What is the general term for storage that is NOT random? Give a specific example of a type of non-random storage medium. B4: What are the TLAs (three-letter-abbreviations)for: - The component of a computer that decodes and executes instructions. - The part that adds, subtracts, does logic, etc. - The way that an anchor tag identifies the resource that it wants to download. - The service that translates a domain name into an IP address. - A company that rents you an IP address to use. C4: Name three operating systems (OS), other than Linux and Windows. D4: What does an OS do?