Skip to content

Commit 72b7c95

Browse files
Update and rename docs/units/binary.md to docs/reference/buffer/binary.md
1 parent 7b02f2a commit 72b7c95

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

docs/reference/buffer/binary.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Binary
2+
3+
Binary is a unit that is in base 2, which has only 2 digits, zeroes and ones. While this represents is there are defintely less digits compared to decimal (base 10), computers like base 2 more because it is more convenient.
4+
It also directly relates to the on/off states in the hardware of the computer.
5+
* 0 = off
6+
* 1 = on

docs/units/binary.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)