answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: A bit that is turned off represents the following values?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A bit that is turned off represents what value?

-1


What number does a bit that is turned on represent?

When a bit is turned on, it represents a "1". When it is turned off, it represents a "0". The exact value depends on where the bit is within the byte it is part of. In the binary number 0000 0001, the last bit is set to 1 and represents the number 1. In the binary number 0000 0010, the second to last bit is set to 1, which corresponds to the "2's" place relative to decimal numbers. In the binary number 0000 1000, the bit that is set to 1 represents the value "8" in decimal numbers.


Which of the following is true about 1 bit Can represent decimal values 0 and 9 Can be used to represent one character in the lowercase English alphabet Represents one binary digit Four binary?

Neither of the following are true about 1 bit, it can not represent decimal values 0 and 9 nor can it be used to represent one character in the lowercase English alphabet and one binary digit four binary. A true statement would be that 1 bit is represented by the decimal values 0 or 1.


Is it true that in Unsigned char signed value is represented by 1 in most significant bit?

All possible values of an unsigned char are unsigned, so there is no bit that "represents a signed value." With an 8-bit byte, 1 in the most significant bit of an unsigned char represents the value 128. Consequently unsigned chars with a 1 in this position have values between 128 (when all other bits are 0) and 255 (when all other bits are 1).


What is most significant bit?

In a byte MSB is the bit that represents value 2^7, LSB is the bit that represents value 2^0.


what is true about 1 bit?

The following is true about one bit. A bit is a binary digit and the basic unit of information. It has one of two values that are normally represented as 0 and 1. A bit is used in computing and digital communications. One bit is equal to 0.125 bytes.


What does msb represents in a byte?

MSB represents Most Significant Bit.


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.


What represents one bit?

A D flip-flop for example.


What are the two possible values for a bit?

0 and 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


What is an I-64 processor architecture and what are it's advantages over Pentium processor?

It is a processor that works with 64 bit values instead of 32 bit values. The advantages are that it is much faster for operations on large 64 bit values for which a 32 bit processor would need multiple operations. This means that a 64 bit processor with the same clock speed can do more work in the same time.