state the rules of binary addition.
Answers
Answer:
What is Binary Addition
A binary number system is a method of representing the number with the base 2, it uses the digits 1 and 0. As it uses only two digits 0 and 1 and has a base of 2, which is called binary.
All digital devices use a binary number system in their electronic circuit. The input 0 indicates off state and the input 1 indicates the state. Because of these implementations binary number systems are most widely used in modern computer technology.
Each digit is referred to as a bit.
There are no 2, 3, 4, 5, 6, 7, 8, 9 in the binary number system.
Example of binary number system is (101)2 = 1 x 22 + 0 x 21+ 1 x 20
= 4 + 0 + 1
=5
Binary Arithmetic Operations
As we perform arithmetic operations on the decimal number system, similarly we can perform all arithmetic operations on binary numbers.Operations such as
Addition
Subtraction
Multiplication and
Division
Explanation:
l hope it helps you :)