answersLogoWhite

0


Best Answer

10

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How would you write the number two in binary code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you change the number 47 in Binary Code Decimal?

The number 47 in binary would be 101111


Which number would you find in a binary code?

The numbers used in the binary number system are 1 and 0


What number would you find in a binary code?

The binary system of numbers is based on the numerals 1 and 0


What is the number 47 as a binary number?

47 in binary code is 00010111.


How do you write 2012 in binary code?

11111011100


What is the plural of binary?

The plural of binary is binaries. As in "he used binaries to write the code".


Why is BCD code called a weighted code?

A: A Binary code represent a binary number 0.1.2.4.8. etc. that is why it is called a weighted number


How do you convert graycode to binary?

Converting Gray Code to Binary1). Write down the number in gray code.2). The most significant bit of the binary number is the most significant bitof the gray code.3). Add (using modulo 2) the next significant bit of the binary number to thenext significant bit of the gray coded number to obtain the next binary bit.4). Repeat step 3 till all bits of the gray coded number have been added inmodulo 2. The resultant number is the binary equivalent of the gray number.Converting Binary to Gray Code1). Write down the number in binary code.2). The most significant bit of the gray number is the most significant bitof the binary code.3). Add (using modulo 2) the next significant bit of the binary number to thenext significant bit of the binary number to obtain the next gray coded bit.4). Repeat step 3 till all bits of the binary coded number have been added inmodulo 2. The resultant number is the gray coded equivalent of the binarynumber.


Which binary code strings represents the number 5?

The number 5 in binary is 101


What does the date of October 10th 2010 equal in binary code and what is the significance of that number?

Ten in binary code is 1010 so 10/10/10 in binary is 101010101010


What is the binary code for the decimal number 67?

1000011


Excess-3 code for 4 decimal no is?

Binary code of 4 is 0100. To get Excess-3 code, add 11(binary code of 3) to binary code of desired number, here it is 4. Hence, Excess-3 Code for 4 is 0111.