Home >Common Problem >What base system is used internally by the computer?
The computer uses binary form to represent data internally, that is, using "0" and "1" encoding to represent data. Binary refers to a base-2 notation system in mathematics and digital circuits. It is a binary system that uses 2 as the base to represent the system.
#The operating environment of this article: windows10 system, thinkpad t480 computer.
The computer uses binary form to represent data internally, that is, using "0" and "1" encoding to represent data.
What is binary?
Binary refers to a numbering system based on 2 as the base in mathematics and digital circuits. It is a binary system that uses 2 as the base to represent the system. In this system, it is usually represented by two different symbols 0 (representing zero) and 1 (representing one) [1] . In digital electronic circuits, the implementation of logic gates directly uses binary, so modern computers and computer-dependent devices all use binary. Each number is called a bit (Bit, short for Binary digit).
Free learning video sharing: php programming
The above is the detailed content of What base system is used internally by the computer?. For more information, please follow other related articles on the PHP Chinese website!