Ask Question
18 July, 19:28

What is the decimal value of 00001111

+3
Answers (1)
  1. 18 July, 21:57
    0
    15.

    Here is a easy way to do it.

    The first number's value is 1

    The next number's value is 2

    And so on you multiple the number before this one by 2

    So the next value is 4, after that it's 8, next is 16. And all of this ends at 128 in computers storage and this is a 8 number string which we also call a byte. Now here is the actual trick. You would assign 0-128, 0-64, 1-32, 1-16, 1-8, 1-4, 1-2, 1-1. Now you just add the 1 values not the 0s and so if you add 1+2+4+8 you get 15.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is the decimal value of 00001111 ...” 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