Ask Question
2 October, 05:20

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

+4
Answers (1)
  1. 2 October, 06:09
    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?
Get an answer to your question ✅ “Convert the following unsigned hexadecimal numbers into octal. (a) $ECE (b) $1111 (show work) ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers