NUMBER SYSTEMS - DMU

1. Convert the decimal number 98 into Binary, Octal and HEX. Method. First convert the number in BINARY. An 8-bit Binary polynomial has columns with the following values - 128 64 32 16 8 4 2 1. Which are derived from the exponents of the power of 2. 20 = 1. 21 = 2. 22 = 4. 23 = 8… ................
................