WRITE SHORT NOTE ON DECIMAL AND BINARY NUMBER SYSTEM WITH EXAMPLE.
Answers
A binary number system is one of the four types of number system. In computer applications, where binary numbers are represented by only two symbols or digits, i.e. 0 (zero) and 1(one). The binary numbers here are expressed in the base-2 numeral system. For example, (101)2 is a binary number. Each digit in this system is said to be a bit. Learn about the number system here.
FAQs
Number System is a way to represent the numbers in the computer architecture. There are four different types of the number system, such as:
Binary number system (base 2)
Octal number system (base 8)
Decimal number system(base 10)
Hexadecimal number system (base 16).
In this article, let us discuss what is a binary number system, conversion from one system to other systems, table, positions, binary operations such as addition, subtraction, multiplication, and division, uses and solved examples
Answer:
A binary number system is one of the four types of number system. In computer applications, where binary numbers are represented by only two symbols or digits, i.e. 0 (zero) and 1(one). The binary numbers here are expressed in the base-2 numeral system. For example, (101)2 is a binary number. Each digit in this system is said to be a bit. Learn about the number system here.
Explanation: