answersLogoWhite

0

because in binary

6 zeros = decimal 0

and

6 ones = decimal 63

User Avatar

Wiki User

9y ago

What else can I help you with?

Continue Learning about General Science

Using B8zs encode the bit stream 10000000000100 assume that the first bit is positive?

+-000+-0-+00+00


How many liters of soft drink are there in 5.25qt?

The Answer is: 100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000 0 0 0 0 0 0 0 0 0 0 0 00000000000000000000 0 0 0 0 0 0 0 0 0 0 0000000000000000000 0 0 0 0 0 0 0 00000000000000000 0 0 0 0 0 0 000000000000 liter


1 bytes is equal to how many bits?

One byte is usually 8 bits, but some computer systems used a 9-bit byte. A bit is a Binary digit. (0 or 1)And a nibble is a 4-bit byte. Sometimes used in simple machines such as washing machine or toaster.Back in early telegraphy days, paper tape was used for machine telegraphy. Its data was represented by 5 holes that could be punched across the width of a paper tape. Thus one could have 25 (= 32) characters.This became supplanted by paper tape with 8 possible holes in a row. Thus 28 different characters could be represented. (256 characters).A version of this was called ASCII code, American Standard Code for Information Interchange. And the electro-mechanical Teletype was the apparatus commonly used. This was in the (relatively recent) days before alpha-numeric symbols on an CRT screen.Anyway, hence the 8-bit Byte.


What is 0 Celsius?

Answer: 0 ºC = 32 ºF


How cold is 0 degrees celsius compared to 0 degrees Fahrenheit?

0°C = 32°F 0°F = -17.8°C (about the same temperature as a home freezer)

Related Questions

How many numbers can be stored in 4 bits?

Every bit can be either 0 or 1. Therefore 4 bits can encode a maximum of 42 = 16 digits.


What is the largest number that can be made with 6 bits?

Well, honey, with 6 bits, you can represent numbers from 0 to 63. So, technically speaking, the largest number you can make with 6 bits is 63. Don't go expecting any bigger miracles with just 6 bits, darling.


What is information that encoded as a string of 1 and 0?

You can encode JUST ABOUT ANY information in 1's and 0's; as long as the amount of information you need to encode is finite.Information encoded this way is said to be "binary".


How many encripted bits in 123456789?

It has 0 encrypted bits and 72 decrypted bits.


What is the largest decimal number that can be represented using 6 binary bits?

The largest unsigned integer is 26 - 1 = 63, giving the range 0 to 63; The largest signed integer is 25 - 1 = 31, giving the range -32 to 31.


Consider even parity design a haming code for the ascii character 'A'?

The ASCII character A is a 65 in decimal. That means it is 0100 0001 in binary. The hamming code uses extra bits to encode parity information, so the character A would be: _ _ 0 _ 1 0 0 _ 0 0 0 1 where the _ indicates a parity bit * Position 1 checks bits 1,3,5,7,9,11:? _ 0_ 1 0 0 _ 0 0 01With even parity, the bit must be a 10 _ 0_ 1 0 0 _ 0 0 01* Position 2 checks bits 2,3,6,7,10,11:0 ? 0 _ 1 0 0 _ 0 0 0 1With even parity, the bit must be a 00 0 0 _ 1 0 0 _ 0 0 0 1* Position 4 checks bits 4,5,6,7,12:0 0 0 ? 1 0 0 _ 0 0 0 1With even parity, the bit must be a 0:0 0 0 0 1 0 0 _ 0 0 0 1* Position 8 checks bits 8,9,10,11,12:0 0 0 0 1 0 0 ? 0 0 0 1With even parity, the bit must be a 10 0 0 0 1 0 0 1 0 0 0 1 The encoded character is 0 0 0 0 1 0 0 1 0 0 0 1


How many bit strings are there of length six or less?

The question is exactly equivalent to: "What's the highest binary number with 6 bits ?There are 64, corresponding to the binary numbers from 0 to 63.


How many bits wide are in register 0-7?

8 bits.


What is sixty-three divided by seven?

63 divided by 7 = 9 the answer is 09. showing work 09 7/63 0 -------------- 63 63 - ------------ 0


How many bits in octet?

Eight bits to the octet. The values are 0-255.


All subnet mask consist of a series of 1 bits followed by a series of 0 bits What does the series of 1 bits indicate?

The 1 bits indicate the use and presence of the network id information. 0 bits represent the location of client information.


How many bits are required to encode all 26 letters of English alphabets?

Five. 5 bits gives 32 combinations. Early computers and telex machines used a five bit paper tape code. You use all blank (0) as tape leader and the other non-letter combinations for CR, LF, space, number shift and letter shift.