|
|
Binary is the way we communicate with computers. It is in it's most basic state simply positive charge or not. We represent this as 1s for charged and 0s for not. This is the base for all programs and even all visual displays. Binary when looked at as numbers is base 2. So we can count in binary. We can also translate binary into characters to be displayed, this is done with ASCII (American Standard Code for Information Interchange). To learn more about these please click on the respective links.
|
|