answersLogoWhite

0


Best Answer

33,799

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a 2 bit binary number with decimal constant 3?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the decimal equivalent of the 8-bit binary number 10011101?

-10011093


What is the eight bit binary representation of the decimal number 17?

00010001


What is the decimal equivalent of a given 8-bit binary number?

It can be any decimal number between 0 and 255.


In binary number counting what does 10 stand for?

10 is a 2 bit binary number, when converted to decimal numbers it is 2.


What is the BCD representation of the decimal number 41 in 6-bit?

41 in decimal is 0100 0001 in BCD (this is 8 bits not 6 bits)41 in decimal is 101001 in binary (this is 6 bits, but binary not BCD)There is no 6 bit BCD representation of the decimal number 41!


What is the lowest value 6 bit number you can have in binary?

000000 is the lowest number in a 6 bit unsigned binary number (meaning the high order bit is not the sign bit). If it is a signed number then the lowest number would be represented by 100000 which is equivalent to -32 in decimal. Highest unsigned number in 6 bits is decimal 63. Highest signed number in 6 bits is decimal 31.


What is the Largest 8 bit number?

Largest 8 bit unsigned number is 11111111 binary thus making 255 in decimal.


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.


How do you calculate bit strings?

To calculate the decimal value of a bit string: Number the bits from right to left 0 - n. Starting with a decimal value of 0, add 2^(Number of that digit) for each 1 you see in your bit string. The sum is the decimal equivalent to the binary number.


What is the largest decimal number that can be represented by a 16 bit binary word?

That would be 216 - 1, or 65535.


A 1 or 0 in the binary number system is called?

A 0 or 1 in a binary number is called a bit. A binary number is made up of only ones and zeroes.


What is the largest positive and largest negative decimal number that can be expressed as an 8-bit 2's complement binary number?

6