Tutorial Questions 2
Read carefully and write down the answers and please show your work
Number System Conversions
Binary to Octal Conversion
1. Convert the binary number 110101 to its octal equivalent.
2. Convert the binary number 101011011 to its octal equivalent.
3. Convert the binary number 1110001 to its octal equivalent.
Octal to Binary Conversion
1. Convert the octal number 752 to its binary equivalent.
2. Convert the octal number 143 to its binary equivalent.
3. Convert the octal number 567 to its binary equivalent.
Hexadecimal to Binary Conversion
1. Convert the hexadecimal number 1F to its binary equivalent.
2. Convert the hexadecimal number A9 to its binary equivalent.
3. Convert the hexadecimal number 3C7 to its binary equivalent.
Binary to Hexadecimal Conversion
1. Convert the binary number 11010101 to its hexadecimal equivalent.
2. Convert the binary number 101111100 to its hexadecimal equivalent.
3. Convert the binary number 1110100111 to its hexadecimal equivalent.