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

asked
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
answered
User Simon Mo
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.