1. Binary to Decimal: Convert the following binary numbers to decimal: o 1011 o 11001 o 100100 2. Decimal to Binary: Convert the following decimal numbers to binary: o 23 o 78 o 125 3. Octal to Decimal: Convert the following octal numbers to decimal: o 235 o 712 4. Decimal to Octal: Convert the following decimal numbers to octal: o 56 o 134 5. Hexadecimal to Decimal: Convert the following hexadecimal numbers to decimal: o AB o F2C 6. Decimal to Hexadecimal: Convert the following decimal numbers to hexadecimal: o 175 o 302 Part 2: Advanced Conversions 7. Octal to Binary: Convert the following octal numbers to binary: o 123 o 750 8. Hexadecimal to Binary: Convert the following hexadecimal numbers to binary: o C9 o EAF 9. Binary to Octal and Hexadecimal: Convert the following binary number to both octal and hexadecimal: o 11010110 10. Hexadecimal to Octal: Convert the following hexadecimal number to octal: o BFD Part 3: Fractional Conversions 11. Decimal Fraction to Binary: Convert the following decimal fraction to binary o 0.75 12. Binary Fraction to Decimal: Convert the following binary fraction to decimal: o 1.01 Part 4: Binary Arithmetic 1. Binary Addition: Add the following binary numbers: o 1011 + 1100 2. Binary Subtraction: Subtract the following binary numbers: o 1101 - 101 3. Binary Multiplication: Multiply the following binary numbers (simple multiplication, no Booth's algorithm needed): o 101 x 11