Skip to content

Commit 982e364

Browse files
Update binary.md
1 parent 462769d commit 982e364

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/binary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Binary in MakeCode Arcade
1+
## Binary
22

3-
In Microsoft MakeCode Arcade, binary stands for 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.
3+
Binary 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.
44
It is also because it directly relates to the on/off states in the hardware of the computer, this is the main reason why computers read and write mostly with binary.
55

66
An example here is showing.

0 commit comments

Comments
 (0)