answersLogoWhite

0

That is the binary equivalent of the number 2

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the 8-bit sign-and-magnitude representation of the decimal number -2?

10


How do you write a C program to convert a binary value to its octal equivalent?

To convert from binary to octal, bitwise AND the binary value with 0x8 (00000111 in binary) and push the value onto a stack. Right-shift (>>) the binary value by 3 bits and repeat until the binary value is zero. Pop the stack to build the left-to-right digits of the octal value. Using 10110100 as an example: 10110100 & 00000111 = 00000100 10110100 >> 3 = 00010110 00010110 & 00000111 = 00000110 00010110 >> 3 = 00000010 00000010 & 00000111 = 00000010 00000010 >> 3 = 00000000 Popping the values in order reveals 00000010, 00000110 and 00000100 (decimal 2, 6 and 4 respectively). Thus 10110100 binary is 0264 octal.


What is a number that contains a decimal point?

It is a number with a decimal point. It is not necessarily a decimal number because 24 (no decimal pont) is a decimal number.It is a number with a decimal point. It is not necessarily a decimal number because 24 (no decimal pont) is a decimal number.It is a number with a decimal point. It is not necessarily a decimal number because 24 (no decimal pont) is a decimal number.It is a number with a decimal point. It is not necessarily a decimal number because 24 (no decimal pont) is a decimal number.


Can a decimal number be a whole number?

No. A whole number is a number with no fractional (decimal) part. Therefore a decimal number can not be a whole number. Another view: 35.0 is a whole number AND a decimal. The fact that a number is a decimal does not automatically require it to have a fractional part. Even 35 is a decimal number (without a decimal point).


Is a decimal number an integer?

A decimal number is not an integer. An integer is a number that is not a fraction, and decimal numbers are decimal fractions.


What is 27.9 as a decimal?

27.9 IS a decimal number. You can tell it is a decimal number because it has a decimal point (.).


What decimal is equivalent to 1.30?

1.30 is a decimal number


How do you write 7.5 as a decimal number?

7.5 is a decimal.


What is 0.39.75 as a decimal?

A number with two decimal points cannot be a decimal number.


What is the value of the numbers after a decimal?

A decimal is a way of representing a number. There is no number after a number.A decimal is NOT a decimal point.


What is the decimal number of 7.15?

7.15 IS a decimal number.


How many decimal places are in a product of a number with decimal places to the thousandths multiplied by a number with decimal places to the tenths?

To find the total number of decimal places in a product of two numbers, you add the number of decimal places in each number. If the first number has decimal places to the thousandths (3 decimal places) and the second number has decimal places to the tenths (1 decimal place), the product will have a total of 3 + 1 = 4 decimal places.