Convert number systems from one base to another, and apply the binary number system to logic circuits
1. Convert the following decimal numbers to binary
a. 8110
b. 24810
2. Convert the following octal numbers to binary
a. 478
b. 2148
3. Convert the following hexadecimal numbers tobinary
a. BA316
b. F3B416
4. Convert the following binary numbers to decimal numbers
a. 1 1 1 0 1 1 0 1 1 0 1 1 0 1
b. 1 0 0 0 1 1 0 1 1 0 1 0 1 1
5. Convert the following hexadecimal numbers to octal numbers
a. 3CF216
b. B7F2316