66.9k views
0 votes
If you have 5 bits, how high can you go in binary?

User NuLo
by
5.1k points

1 Answer

3 votes
5 bit unsigned binary number is from 0 to (25-1) which is equal from minimum value 0 (i.e., 00000) to maximum value 31 (i.e., 11111).
User Amika
by
5.3k points