what is binary decimal number system
Answers
Answer:
binary number system. A method of representing numbers that has 2 as its base and uses only the digits 0 and 1. Each successive digit represents a power of 2. For example, 10011 represents (1 X 24) + (0 X 23) + (0 X 22) + (1 X 21) + (1 X 20), or 16 + 0 + 0 + 2 + 1, or 19.
Explanation:
.....Binary is a scheme of numbers that only has two possible values for each digit: 0 and 1. The term also describes any encoding/ decoding system in which there are only two possible states. In digital data storage, memory, communications, or processing the 0 and 1 values are sometimes called "low" and "high" or "On" and "Off".
The digital world is represented in binary, but hexadecimal, which is compatible with binary and more easily understood by people, is commonly used. Like previously mentioned, binary uses only the numbers 0 and 1. However, in some cases L/H is used as a counterpart to 0/1 notation.
In order to indicate which base is used, d(decimal), b(binary), and h (hexadecimal) are added to the end of the number.