answersLogoWhite

0


Best Answer

0 and 1.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What integers are used to represent binary numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What term is used to represent real numbers?

I thinl the term you want is integers.


What are the numbers in binary?

The only numbers used in binary are 0 and 1


How can you convert 110.101into decimalnumber system?

110.101 is already a decimal number. Unless that is intended to be two binary numbers with a decimal point between them for some reason. (decimal points are not used to represent fractional numbers in the binary system).


How does BCD differ from the straight binary number system?

To consider the difference between straight binary and BCD, the binary numbers need to be split up into 4 binary digits (bits) starting from the units. In 4 bits there are 16 possible values from 0000 to 1111 (0 to 15). In straight binary all of these possible combinations are used, thus: 4 bits can represent the decimal numbers 0-15 8 bits can represent the decimal numbers 0-255 12 bits can represent the decimal numbers 0-4095 16 bits can represent the decimal numbers 0-65535 etc In arithmetic, all combinations of bits are used, thus: 0000 1001 + 0001 = 0000 1010 In BCD or Binary Coded Decimal, only the representations of the decimal numbers 0-9 are used (that is 0000 to 1001 in binary), and the 4-bits (nybbles) are read as decimal digits, thus: 4 bits can represent the decimal digits 0-9 8 bits can represent the decimal digits 0-99 12 bits can represent the decimal digits 0-999 16 bits can represent the decimal digits 0-9999 In arithmetic, only the representations of decimal numbers are used, thus: 0000 1001 + 0001 = 0001 0000 When BCD is used each half of a byte is read directly as a decimal digit. BCD is obviously inefficient as storage (for large numbers) as each nybble is only holding 3/8 of the possible numbers, however, it is sometimes easier and quicker to work with decimal digits (for example when there is lots of display of counting numbers to do there is less binary to decimal conversion needing to be done).


Can binary code be used to represent colors?

yes

Related questions

What term is used to represent real numbers?

I thinl the term you want is integers.


How do you convert letters to numbers?

There are many different systems of using numbers to represent letters. Binary is commonly used.


Why do you have integers?

Integers are whole numbers. No fractions or decimal places. They can be positive or negative numbers.-Integers can be used to represent the sea level, temperature, yards gained or lost in a game or the height of a building.


How linked can be used to represent long integers?

Whatever linked is, I don't think it can be used to represent long integers.


What is difference between Binary numbers and Decimal Numbers?

Binary can only be 1 & 0. Decimal numbers have a dot in them. Binary numbers use only 2 symbols (0 and 1) to represent different numbers, while decimal numbers use 10 symbols (0 to 9) to represent different numbers. check the below link for more.


How do you express the number 2 in binary?

Binary code means that only whole integers up to 2 (0=<x<2), excluding two can be used. Binary basically makes all even numbers 0 (or false) and odd numbers 1 (or true) The number "2" in binary is "0"


What are the numbers in binary?

The only numbers used in binary are 0 and 1


Why is binary number system used in digital electronics?

Binary is simpler than decimal. And it is easy to represent binary numbers with signals, since only two states are required. For example, a low voltage state might represent a zero, and a high voltage state might represent a one. Or vice versa.


What is binary code and why was it chosen to represent data in computers?

Binary code is a base 2 number system, with only the digits 0 and 1. It is used to represent the on/off states of transistors in integrated circuits, with 0 representing off and 1 representing on. So, binary codes represent the possible states of hardware transistors, and the binary codes represent numbers and letters through a coding system like ASCII or EBCDIC.


How can you convert 110.101into decimalnumber system?

110.101 is already a decimal number. Unless that is intended to be two binary numbers with a decimal point between them for some reason. (decimal points are not used to represent fractional numbers in the binary system).


How is a binary used?

Binary what? Binary numbers? Binary stars? Binary fission?


How does BCD differ from the straight binary number system?

To consider the difference between straight binary and BCD, the binary numbers need to be split up into 4 binary digits (bits) starting from the units. In 4 bits there are 16 possible values from 0000 to 1111 (0 to 15). In straight binary all of these possible combinations are used, thus: 4 bits can represent the decimal numbers 0-15 8 bits can represent the decimal numbers 0-255 12 bits can represent the decimal numbers 0-4095 16 bits can represent the decimal numbers 0-65535 etc In arithmetic, all combinations of bits are used, thus: 0000 1001 + 0001 = 0000 1010 In BCD or Binary Coded Decimal, only the representations of the decimal numbers 0-9 are used (that is 0000 to 1001 in binary), and the 4-bits (nybbles) are read as decimal digits, thus: 4 bits can represent the decimal digits 0-9 8 bits can represent the decimal digits 0-99 12 bits can represent the decimal digits 0-999 16 bits can represent the decimal digits 0-9999 In arithmetic, only the representations of decimal numbers are used, thus: 0000 1001 + 0001 = 0001 0000 When BCD is used each half of a byte is read directly as a decimal digit. BCD is obviously inefficient as storage (for large numbers) as each nybble is only holding 3/8 of the possible numbers, however, it is sometimes easier and quicker to work with decimal digits (for example when there is lots of display of counting numbers to do there is less binary to decimal conversion needing to be done).