answersLogoWhite

0


Best Answer

128

User Avatar

Margaretta Barrows

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

Wiki User

10y ago

128

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many 7 bits can represent different characters?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

8 bits can represent how many different characters?

There are 256 possible values (or characters) in 8 bits.


How many bits would be needed to represent a 45 character set?

45 in binary is 101101, so you need at least 6 bits to represent 45 characters.


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.


How many hours is 320 gb?

A "byte" is 8 bits, sufficient to represent a single character, such as the letter 'A'. A megabyte is 1 million bits, that's 1,000,000 single characters. A Gigabyte is 1 thousand megabytes, that's 1,000,000,000 single characters. 320 GB is therefore 320,000,000,000 single characters.


How many bits are needed to represent decimal 200?

8 bits if unsigned, 9 bits if signed


How many bits to represent twenty-six?

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


How many bits are needed in order to represent the decimal values from 0 to 15?

4 bits. 24 = 16, so you have 16 different combinations.4 bits. 24 = 16, so you have 16 different combinations.4 bits. 24 = 16, so you have 16 different combinations.4 bits. 24 = 16, so you have 16 different combinations.


How many numbers can you represent with 4 bits?

16 of them.


How many characters can be represented using 8 bits?

8 bits = 64 character


How many bits represent the days of the week?

In theory, 3 bits are enough to represent up to 8 (23) combinations.In theory, 3 bits are enough to represent up to 8 (23) combinations.In theory, 3 bits are enough to represent up to 8 (23) combinations.In theory, 3 bits are enough to represent up to 8 (23) combinations.


How many bits are need to represent colors?

Most modern digital cameras use 24 bits (8 bits per primary) to represent a color. But more or less can be used, depending on the quality desired. Many early computer graphics cards used only 4 bits to represent a color.


How many characters in 32bits?

If the characters are 8 bits then you have 4 for them in 32 bits. ASCII is an 7 bit character set but in most programming languages a char is 8 bits.