Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 391 Bytes

en.md

File metadata and controls

7 lines (4 loc) · 391 Bytes

Binary

A binary or base-2 number consists of only two symbols: 0 and 1. Digits of a binary number are referred to as bits.

Binary numbers are the language of computers and understanding the binary system is a necessary skill for anyone interested in computer science and programming.

In some programming languages, binary numbers can be distinguished with the prefix 0b.