answersLogoWhite

0

What are the binary number for 1-10?

Updated: 4/28/2022
User Avatar

Wiki User

11y ago

Best Answer

11

User Avatar

Josefina Kunze

Lvl 10
3y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

1 . . . 0 0 0 1

2 . . . 0 0 1 0

3 . . . 0 0 1 1

4 . . . 0 1 0 0

5 . . . 0 1 0 1

6 . . . 0 1 1 0

7 . . . 0 1 1 1

8 . . . 1 0 0 0

9 . . . 1 0 0 1

10. . . 1 0 1 0

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the binary number for 1-10?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The binary equivalent of decimal 6 is?

The number 6 in binary is 110


What decimal number is 110 squared in binary?

If 110 is binary, and you want the answer in decimal form,110 in binary = 6 in decimal, so binary 1102 = decimal 62 = 36If 110 is decimal, and you want the answer in binary form,Decimal 1102 = 12100; decimal 12100 in binary is 10111101000100


What octal value is equal to binary number 001 110 101?

Binary number 1110101 equates to octal number 165.


1 how is the decimal number 6 written in binary?

110


What is decimal number to binary 97?

97 base 10 = 110 0001 base 2


What is binary for 6?

110


How do you convert 6 from decimal to binary?

The number 6 in binary is 110, which means that it is made up of 1 (4) + 1 (2) + 0 (1)


Perform the conversions 110 Decimal to Binary?

110 = 64 + 32 + 8 + 4 + 2 = Binary 1101110


What is 110 in base 2?

110 in decimal = 1101110 in binary (base 2). Interesting that the decimal value 110 is read in there twice! If you actuall meant the question "What is 110 in binary equivalent to in decimal?" then the answer is 4+2=6.


How do you express number 1 in digital format?

110 = 00012 110 - This is the number one writen in the decimal system 00012 - This is the number 1 using the binary system. Here, 4 bits are being represented. 00012 = 012


How many number does the binary code use?

0 and 1 To count to ten in binary, it's 1, 10, 11, 100, 101, 110, 111, 1000, 1001, 1010.


What are binery numbers?

Binary numbers belong to Binary number system. Binary System consists of only 2 digits (known as bits) 0 & 1. Any no. from decimal number system can be converted to binary number system. Binary numbers are widely used in design of various digital gadgets & computers. Following are some decimal no.s converted into binary numbers. Decimal number Binary number 0 0 1 1 2 10 3 11 4 100 5 101 6 110