answersLogoWhite

0

0=0 in binary 1=1 2=10 3=11 . . . Got it?

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

What decimal number is represents the binary number 10?

In binary this would be written as 1010. This is because in binary (from right to left) the digits in this number mean:(0 * 20) + (1 * 21) + (0 * 22) + (1 * 23).This is equal to (0 * 1) + (1 * 2) + (0 * 4) + (1 * 8), which equals 0 + 2 + 0 + 8, which equals 11 (in decimal).


How do you express 41 as a binary number?

Decimal ( 41 ) = binary ( 1 0 1 0 0 1 )


What does a 1 and 0 stand for in binary numbering?

1 In binary numbering means on 0 In binary numbering means off


What binary number is represented by the decimal number 11?

In binary this would be written as 1011. This is because in binary (from right to left) the digits in this number mean: (1 * 20) + (1 * 21) + (0 * 22) + (1 * 23). This, of course, is equal to (1 * 1) + (1 * 2) + (0 * 4) + (1 * 8), which equals 1 + 2 + 0 + 8, which equals 11 (in decimal).


How big is a computer bit?

A bit is an abstract concept, equal to one binary digit (0 or 1).


Why is 1 1 2?

binary. ex. 0 in binary = 0, 1 = 01, and 2 = 11.


What is 0 and 1 binary data?

0 and 1 are two integers. They may represent binary digits or binary data but they need not.


What is a single binary digit a 1 or 0?

1 is a single digit, 0 is the absence of a digit.


What is 27 in binary code?

(27)decimal = (1 1 0 1 1)binary


What does AND represent in binary mathematics?

AND can be thought of as binary multiplication, an AND operation will only be true if both arguments are true, otherwise it will be false: 0 * 0 = 0 0 * 1 = 0 1 * 0 = 0 1 * 1 = 1


Which of the decimal numbers corresponds to the binary number 00000111?

As per the 8421 rule the given binary number can be solved as : 0 0 0 0 0 1 1 1 0 0 0 0 0 4 2 1 i.e : 4+2+1 = 7 So the answer is 07 in decimal for 00000111 in binary


How do you convert 149 into binary?

149 = 1 0 0 1 0 1 0 1