answersLogoWhite

0

I assume you mean a binary representation of a number.
The "least significant bit" (usually the one to the far right but in some languages it has another placement) is "ones"
the next most significant bit are the twos
The third most significant bit are the fours
etc.

So if your number is 37
there is one 32 (the sixth most significant bit)
no 16's (the fifth most significant bit)
no 8's (the fourth most significant bit)
one 4 (the third most significant bit)
no 2's (the second most significant bit)
one 1 (the least most significant bit)

if we are to fill an 8 bit "word " we get:
0010 0101

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

How many nibbles are there in 1100101101001100?

A nibble consists of 4 bits. The binary number 1100101101001100 has 16 bits. To find the number of nibbles, divide the total number of bits by 4: 16 bits ÷ 4 bits/nibble = 4 nibbles. Therefore, there are 4 nibbles in the binary number 1100101101001100.


How many bits are required to represent an eight digit decimal number inBCD?

To represent an eight-digit decimal number in Binary-Coded Decimal (BCD), each decimal digit is encoded using 4 bits. Since there are 8 digits in the number, the total number of bits required is 8 digits × 4 bits/digit = 32 bits. Therefore, 32 bits are needed to represent an eight-digit decimal number in BCD.


How many digits does a binary number have?

The number of digits in a binary number, also known as its bits, depends on its value. For a binary number representing a non-negative integer ( n ), the number of bits required can be calculated using the formula ( \lfloor \log_2(n) \rfloor + 1 ). For example, the binary representation of the decimal number 5 is ( 101 ), which has 3 bits. The number of bits increases as the value of ( n ) increases.


How many bits will it take to store a 7-digit telephone number in BCD?

28-bits


What is the largest binary number that can be expressed with 16 bits?

The largest binary number that can be expressed with 16 bits is 1111111111111111, which is equivalent to 65,535 in decimal. This number uses all 16 bits set to 1. In general, for an n-bit binary number, the maximum value is (2^n - 1). Thus, for 16 bits, it is (2^{16} - 1 = 65,535).

Related Questions

How many nibbles are there in 1100101101001100?

A nibble consists of 4 bits. The binary number 1100101101001100 has 16 bits. To find the number of nibbles, divide the total number of bits by 4: 16 bits ÷ 4 bits/nibble = 4 nibbles. Therefore, there are 4 nibbles in the binary number 1100101101001100.


What are the number of bits in a byte?

1 byte = 8 bits.


The number of bits processed in a single instruction is known as?

8 Bits


What is the difference between comet and meteors?

Comets are flying bits of rock that don't enter the earth's atmosphere and meteors are flying bits of iron stone or stony iron. Also meteors do enter the earth's atmosphere.


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

4 bits


How many bits are required to represent an eight digit decimal number inBCD?

To represent an eight-digit decimal number in Binary-Coded Decimal (BCD), each decimal digit is encoded using 4 bits. Since there are 8 digits in the number, the total number of bits required is 8 digits × 4 bits/digit = 32 bits. Therefore, 32 bits are needed to represent an eight-digit decimal number in BCD.


What is the minimum number of bits required to represent the decimal 1000?

9 bits


The largest number of bits the processor can process in one operation?

The largest number of bits a CPU can process is word size. A CPU's Word Size is the largest number of bits the CPU can process in one operation.


How many bits are in message?

The number of bits in a message depends on its size and the encoding used. For example, if a message contains 100 characters and uses standard ASCII encoding, it would consist of 800 bits (100 characters x 8 bits per character). In general, to determine the total bits, multiply the number of characters by the number of bits per character based on the encoding scheme.


What is the minimum number of bits would you need to represent 9 different values?

4.1 bit for 2,2 bits for 4,3 bits for 8,4 bits for 16.


What is the minimum number of redundant bits that error-correcting code requires for data units that are 5 bits long?

4 bits


How many digits does a binary number have?

The number of digits in a binary number, also known as its bits, depends on its value. For a binary number representing a non-negative integer ( n ), the number of bits required can be calculated using the formula ( \lfloor \log_2(n) \rfloor + 1 ). For example, the binary representation of the decimal number 5 is ( 101 ), which has 3 bits. The number of bits increases as the value of ( n ) increases.