16.5k views
0 votes
What is the largest integer that can be represented with 4 bits?.

User Blabdouze
by
7.4k points

1 Answer

7 votes

Answer:

15

Step-by-step explanation:

You can calculate the maximum number using a simple formula:

2^N (Where N is the number of bits) - 1

So 2^4 - 1 = 16 - 1 = 15

User Fiddlest
by
7.4k points