120k views
0 votes
"what is the binary equivalent of the decimal value 97?"

User DonV
by
8.5k points

1 Answer

5 votes
01100001 = 97 64+32+1=97 (if the leading bit is 0 it's usually not shown)
very easy
8 bits
Bit 1 Value 128
Bit 2 value 64
Bit 3 value 32
Bit 4 value 16
Bit 5 value 8
Bit 6 value 4
Bit 7 value 2
Bit 8 value 1
User Simon Mo
by
8.2k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.