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
Binary: 100111111 Octal: 477 Hex: 13F
Binary: 280 Octal: 544 Hex: 2805
Bonus: 1188
Q1:
Binary 100111111 Octal 477 Hex 13F
Q2:
Binary 280 Octal 544 Hex 2805
Q3:
1188
Q1
Binary 1_0011_1111 Octal: 477 Hex: 13F
Q2
Binary 280 Octal: 544 Hex: 2805
Bonus
1188
1)
Binary:100111111 Octal:477
Hexa:13F
2)
Binary:280
Octal:544
Hexa:2805
Bonus:1188
1.
Binary : 100111111
Octal : 477
Hex : 13F
2.
Binary : 280
Octal : 544
Hex : 2805
100111111, 477, 13F
280, 544, 2805
Bonus answer is 1188
1.
binary: 100111111
octal: 477
hex: 13F
2.
binary: 280
octal: 544
hex: 2805
QUESTION 1:
Decimal: 319 ---> Binary: 100111111 Decimal: 319 ---> Octal: 477 Decimal: 319 ---> Hexadecimal: 13F QUESTION 2:
Binary: 100011000 ---> Decimal: 280 Octal: 1040 ---> Decimal: 544 Hexadecimal: AF5 ---> Decimal: 2805 BONUS:
Binary: 10110 ---> Decimal: 22 Octal: 66 ---> Decimal: 54 54 * 22 = 1188
Q:1 Binary 100111111 Octal: 277 Hexa 13F
Q:2 Binary: 560. Octal: 544 Hexa: 2805