answersLogoWhite

0


Best Answer

2

User Avatar

Aisha Bello

Lvl 2
4y ago
This answer is:
User Avatar
More answers
User Avatar

Anonymous

Lvl 1
3y ago

4

This answer is:
User Avatar

Add your answer:

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

How many binary bits are necessary to represent 748 different numbers?

Binary bits are necessary to represent 748 different numbers in the sense that binary bits are represented in digital wave form. Binary bits also have an exponent of one.


What benefit does the binary digit have over decimal in ters of the internal operation of computer?

Binary is easier for the computer to understand. It is also easier to handle and is not costly.


How many bits in the binary system are represented by one digit in the hexadecimal system?

4


How many bits to represent twenty-six?

23 can be represented in binary as 10111 and would therefore require 5 bits to represent.


What is 16Mb in binary notation?

16 Mb in binary notation can be refered to as 16*1024 bits. A bit is represented with a lower case "b".


What is the largest number that can be represented using 5 bits?

31 - it's binary equivalent is 11111


How are characters sets and fonts represented in a computer system?

All code and data in a computer system is represented in binary. Characters are represented in a few different ways depending on the language. For the English language, the ASCII character set is perhaps the most common. Using this character set, normally each character is represented by 1 byte (8 bits (8 binary digits)). As an example, a value of 65 is used for A which in binary is 01000001.


How many different values can be represented by 4 binary digits?

24, or 16 (0 through 15) One binary digit (bit) can have 21 values (0 or 1). Two bits can have 22 values. Three bits can have 23 values. A five-bit number can have 25 values... and so on...


How many different numbers can be represented by 3 bits?

1000


If a binary number needs to represent 16 different values how long must the number be in bits?

4 bits


Can a byte hold the value 500?

No. 1 byte = 8 bits. 5000 is represented as 110101110000110000. As the no. of binary digits is more then 8, so 500 cannot be represented in a byte.


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)