answersLogoWhite

0


Best Answer

4, which is equal to 2 to the power 2.In general, with "n" bits, you can have "2 to the power n" different states (or represent that many different numbers).

User Avatar

Wiki User

6y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

2 Bytes = 16 Bits

Since a Bit can have only 2 Values

Therefore 2 Bytes can represent 2^16 = 65536 Unique values

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

16

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many numbers can be represented by 2 bits?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many things can be represented by 16 bits?

A total of 65,536 items can be represented with 16 bits. A total of 64 items can be represented with 6 bits and 1024 items with 64 bits.


How many numbers can be represented by 3 bits?

Eight. Each bit is 2 possibilities, and 2^3 (2x2x2) is 8. The numbers would range from 0 to 7.


How many different binary codes can be represented in 2 bits?

2


How many unsigned integers can be represented with n bits?

2 power n


How many different values can be represented by 12 bits?

2^12=4096


What is the lagest decimal number that can be represented with 7 bits?

It is 127 = 2^7 - 1


How many six digits are there in base 2?

64 different whole numbers can be written with 6 bits.


What is the probability of landing on a 2 or 8 on a circle?

The answer depends on how many numbers are on the circle and if they are all represented by the same areas.


How many unsigned and signed numbers can be tore 13 bits?

I assume you mean "stored". In each case, a total of 2 to the power 13 different numbers can be stored.


2 bytes is how many bits?

two thousand bits No, there are 8 bits in a byte.


Is there rational numbers than irrational?

There are infinitely many rational numbers and irrational numbers but the cardinality of irrationals is larger by an order of magnitude.If the cardinality of the countably infinite rational numbers is represented by a, then the cardinality of irrationals is 2^a.


What is the largest decimal value that can be represented in binary using two bytes?

11b which is 1*2 + 1*1 = 3 would be for two bits. But a byte is 8 bits, so 2 bytes is 16 bits. The largest binary number is [2^16 - 1], which is 65535 (base ten)