Binary Multiplication
Binary multiplication is an operation using basic multiplication consists
2 digits 0 and 1 only.
Binary Rules
|
Multiply
|
|
0 x 0 = 0
|
0
|
|
0 x 1 = 1
|
0
|
|
1 x 0 = 1
|
0
|
|
1 x 1
= 1
|
1
|
|
Example of Binary
Multiplication
1010
x __1101_
1010
0000
1000
_1010____
_1111010_
Binary
Division
Binary division also involves 2 digits 0 and 1 using basic division.
Example of binary division:
__111_
10 1110
_10_
11
_10_
10
_10_
00
No comments:
Post a Comment