Ask Question
23 November, 09:36

Convert the following unsigned hexadecimal numbers into octal. (a) $ECE (b) $1111 (show work)

+4
Answers (1)
  1. 23 November, 12:08
    0
    (a) 7316

    (b) 10421

    Explanation:

    Hexadecimal numbers can be converted to octal by first converting them to binary numbers then making a group of 3 binary bits starting from LSB moving towards MSB and if there are less than 3 bits add respective 0's and writing their corresponding octal numbers.

    ECE=111011001110

    111 011 001 110

    7 3 1 6

    Hence it's corresponding octal number is 7316.

    1111=0001000100010001

    000 001 000 100 010 001

    0 1 0 4 2 1

    Since the first number is 0 so we can remove it.

    So the octal number is 10421.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Convert the following unsigned hexadecimal numbers into octal. (a) $ECE (b) $1111 (show work) ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers