Ask Question
24 March, 13:48

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?

+2
Answers (1)
  1. 24 March, 17:23
    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 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