1. Convert the number 319 (in decimal) to binary, octal, and hexadecimal 2. Convert these numbers to decimal: 100011000 (in binary), 1040 (in octal), and AF5 (in hexadecimal) BONUS: What is 10110 (in binary) multiplied by 66 (in octal)? Express your answer in decimal. If you forgot any of the concepts, you can use this website as a refresher: http://www.categories.acsl.org/wiki/index.php?title=Computer_Number_Systems.
top of page
bottom of page
1) 100111111, 477, 13F
2) 280, 544, 2805
Bonus) 1188