answersLogoWhite

0


Best Answer

0 o 1

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many different values can be stored in 1 bit?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many different values can 128 bits represent?

A 128-bit register can store 2 128th (over 3.40 × 10 38th) different values. The range of integer values that can be stored in 128 bits depends on the integer representation used.


How many different values can 1 bit represent?

Two: '0' or '1'


What is the largest prime number that can be stored in 32 bit?

For signed 32 bit values: 2^31-1 = 0x7FFFFFFF = 2,147,483,647 For unsigned 32 bit values: 2^32-5 = 0xFFFFFFFB = 4,294,967,291


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...


What is the number of different states that can be stored in the 16 bits register?

Texas is too big, but you can fit in a Ohio, Maryland, and part of West Virginia. But seriously though...I am assuming that you mean "how many unique combinations of 1's and 0's can be stored in a 16 bit register." The answer is given as 2 (the number of different possibilities per digit) raised to the power of 16. The answer is 65536, made up of 0 through 65535. An 8 bit register can represent 256 different values, 0 through 255.


What is the largest number that can be represented by a single bit in binary?

1. A single bit can represent two different values, 0 and 1. Then simply take the largest of those two possible values, 1, and that's your answer.


How many bit data can be stored in one memory location of 8086 microprocessor?

8


How many bits can be stored by a single flip flop?

one bit in two output states true or false


6 How many values does a binary digit bit have?

It can have 0 to 1 It can have 0 to 1


What is the largest positive number that can be stored using 8 bits?

An N-bit integer holds 2N different values.For an unsigned integer, the range of values is 0..2N-1 thus.For a signed integer using 2s complement, the range is -2N-1..+2N-1-1.Therefore, the largest positive number that can be stored using 8 bits is 255.


How many different patterns could be stored in a 8 bit register. What is the largest value that could be stored?

A simple mathematical formula to calculate the maximum address space of a register is 2^N, where N is the bitrate. 2^8 = 256. So 0-255, and 255 is the largest value. A 16-bit register (2^16) is 65536, so 0-65535


Does computer data stored on a disk drive have a weight or mass?

No, not any more than the weight of an abacus increases as the number it represents increases. In fact, you could argue that the disk is already full when you originally buy it. Each bit is set... albeit to values to mean that nothing is contained. Whenever you 'write' to disk you are replacing the previous bit values to new ones.