Due Thursday 8/22/2013 by 11:59pm. Note: DO NOT EMAIL THIS TO THE INSTRUCTORS. FOLLOW THE INSTRUCTIONS BELOW TO TURN IT IN BY PLACING IT IN YOUR DIRECTORY ON THE CS SERVER. Name: Collaborators: (Note - list anyone who helped you or who you discussed the homework with, including people that aren't in our class. For example, if you ask a relative or friend for help, list their name.) 1. Log in to the CS server with your cs151xx account, and create a directory in your account called handin. This is where you will put homeworks to handin. 2. Copy this file from ~jkinne/public_html/cs151-f2013/code/hw1.txt into your handin directory. 3. Binary numbers are made only of 0's and 1's. Another name for binary numbers is "base 2". This is as opposed to "base 10" that we are used to. wolframalpha.com is a website that can answer many types of math questions. In particular, it can convert between binary and decimal. 3a. Go to wolframalpha.com and type in "what is 1100 binary in decimal?" Answer: 3b. Ask wolframalpha what 42 is in binary. Answer: 3c. What is 1111 binary in decimal? Answer: 3d. What is 99 decimal in binary? Answer: Play around some more with converting different numbers, especially really small numbers. 4. For this question, I want to know some specs from the computer you most regularly use. Find out the following information about your computer. To find out this information, try search on google for how to find this information for your operating system. For example, if you use Windows 7, then search for Windows 7 find out my CPU. Or search for similar things. Also, feel free to ask someone else how to find the information. What kind of CPU: Speed in Ghz of your CPU: How many cores in your CPU: Amount of memory in GB: Amount of hard drive storage in GB: Note, Ghz is an abbreviate for gigahertz, which means 1 billion times per second. So a 3.2 Ghz CPU does something 3.2 billion times per second. GB is an abbreviation for gigabyte, which means (roughly) 1 billion bytes. So a 900GB har drive has 900 billion bytes of storage.