Number System Assignment
1.) Write down the 0 to 100 numbers in DEC, BIN, OCT, HEXA.
2.) Write the first 20 decimal digits in base 3.
3.) Convert the decimal number 250 to base 3, base 4, base 7, base 8, and base 16.
4.) Convert the following binary numbers to decimal: 1010001, 1011100101,
1110101110, 1101101111
5.) Convert the following numbers from the given base to the bases indicated:
(a) decimal 225 to binary, octal, and hexadecimal
(b) binary 11010111110 to decimal, octal, and hexadecimal
(c) octal 62377 to decimal, binary, and hexadecimal
(d) hexadecimal 2AC5D to decimal, octal, and binary
6.) Convert the following numbers to decimal:
(a) (100100101l)2 (b) (342)6
(c) (12121)3 (d) (50)7
(e) (1032)4 (f) (83)9
(g) (4310)5
7.) Convert the following binary numbers to decimal.
(a) 1011 (b) 1101101 (c) 11011 (d) 1101110011
8.) Convert the following decimal numbers to binary.
(a) 37 (b) 128 (c) 197 (d) 205
9.) Convert the following octal numbers to hexadecimal
(a) 256 (b) 2035 (c) 176 (d) 6054
10.) Convert the following hexadecimal numbers to octal
(a) 2AB (b) 42FD (c) 4F7A (d) BC7E
11.) Convert the following octal numbers to decimal
(a) 463 (b) 2056 (c) 2057 (d) 6534
12.) Convert the following decimal numbers to octal
(a) 287 (b) 3956 (c) 420 (d) 8477