answersLogoWhite

0


Best Answer

0 and 1

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What digits can be used in a binary number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

What is 10111010 in hexidecimal?

I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).


What decimal number is equivalent to binary number 121?

That's not a binary number ! Binary numbers can only use the digits 1 and 0.


What is a grouping of 8 binary digits expressed as a decimal number?

Octet


What does 1 and 0 mean in binary code?

Those are the digits used in binary - and it means the same as elsewhere: the digits one and zero.


What's the largest decimal number that be represented with 5 binary digits?

It is 31.

Related questions

How many digits are used in a binary number system and what are they?

There are two digits in the binary number system. 0 and 1


What is 10111010 in hexidecimal?

I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).


How many binary digits would be required to represent the decimal number 1000 in the binary number system?

10 digits.


Was binary stands for binary digits?

No, binary is a number system.A binary digit is called a bit.


What decimal number is equivalent to binary number 121?

That's not a binary number ! Binary numbers can only use the digits 1 and 0.


What are number systems use in computer to store data and perform calculations?

Binary number system ,which has only two digits 0 and 1.


How many digits are there in the binary equivalent of 56?

56 in binary is 111000. Unlike the decimal number system where we use the digits.


What digits are representative of all binary numbers?

There are only two digits used in binary: 0 (zero) and 1 (one).


What numbers are used in binary?

Binary uses only the digits 0 and 1.


Why binary number system used in digital system?

They are the best numbers for computers to use. In simple terms, as computers are electronic they use electronic currents, which can be on or off, like a light switch. 1 and 0, which are the only digits binary has, can be used to represent these two states. Binary forms the basis to all computer memory and operations.


Are the binary digits used in the binary numbering system Binary digits are units of information storage and communication in computing Each bit can be either a 0 or a 1?

Yes.


How many types of binary number system are there?

To the best of my knowledge (which is not completely inconsiderable), there is only one binary number system. That is the system in which each place is worth twice that of the preceding place, starting at 1. A 1 will count the place, a 0 will not. You may have meant how many number system are there 'like' the binary system, that is to say, how many number system are there which, like the binary system, do not use 10 digits. The answer to that is an infinite number. Binary is only special in that it uses the least possible number of digits. Our normal system (decimal) uses 10 digits (0-9). A number system can be made which uses any number of digits. The only three that I know of which are commonly used are the following. Decimal is our normal day to day number system with the digits 0-9. Binary is the number system used by computers and has only two digits, 0 and 1. Hexadecimal is a number system used by programs and has 16 digits, 0-f (that is, it uses 0-9 like normal, but continues by replacing "10" with "a", "11" with "b" and so on, up to "15" with "f"). To look into this more fully, they're called bases. Binary is base 2, decimal is base 10, and hexadecimal is base 16.