Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/binary-algebra/division.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Another method which can achieve Division in binary is by using Binary Multiplic
* 1101
* 0011
3. Division of the binary numbers: `011010000` by `0101` will give quotient as ?
1. 0101010
1. 0101001
* 0000010
* 0110010
* 0101110
2 changes: 1 addition & 1 deletion docs/binary-algebra/multiplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Binary multiplication requires two concepts i.e., binary addition and decimal mu

{:.quiz}
1. Perform multiplication of the binary numbers: `01001`×`01011`= ?
1. 010000010
1. 01100011
* 010110010
* 010100010
* 010010010
Expand Down