Number System
Number System
Number System
Digital Design
Number System
A system that is used for representing numbers is called the number
system. In digital electronics, the numbers are used to represent the
information. Hence, it is important to learn and understand different
types of number systems so we can easily represent and interpret the
information in the form of numbers.
Binary Addition
The addition of binary numbers is easy yet tedious at the same time. It is a
fundamental feature of digital computers, and hence it is important to know how to
add binary digits.
Almost all the operations of a computer depend on binary addition. Once we
understand the addition of two binary digits, it is easier to understand subtraction,
multiplication, and division of binary digits.
We can start by adding two binary bits. As you are aware a bit can
be either 0 or 1. Therefore, we can have only four possible input
combinations. The four possible input combinations and their
output are as follows −
RULES:
0+0=0
0+1=1
1+0=1
1 + 1 = 10
What is Binary Subtraction?
1÷1 = 1
1÷0 = Meaningless
0÷1 = 0
0÷0 = Meaningless