Ask Question

What is the largest numeric value that could be represented with three bytes if each digit were encoded using one ASCII pattern per byte? What if binary notation were used?

+5
Answers (1)
  1. 17 May, 16:03
    0
    The largest numeric value that can be represented in 3 bytes is 224

    Explanation:

    commonly, to represent a 999 number, 10 bits are used. But with 3 bytes, it can save or store integer with the range from 0 to 224-1 in the 24 bits. (3 * 8 bits = 24 bits). Then the binary notation is used for encoded numeric data in order to store in the computer storage device.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is the largest numeric value that could be represented with three bytes if each digit were encoded using one ASCII pattern per byte? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers