Home >Common Problem >What language can a computer directly recognize and process?
The language that computers can directly recognize and process is machine language. Machine language is a programming language or instruction code that the machine can directly recognize without translation. Each operation code has a corresponding circuit inside the computer to complete it, or it refers to a programming language that can be directly understood and accepted by the machine without translation. or instruction code.
#The language that computers can directly recognize and process is machine language.
(windows operating system knowledge: windows)
Computer language is divided into machine language, assembly language and high-level language. Assembly language is a machine-oriented language represented by mnemonic symbols; high-level language is a programming language similar to natural language; machine language is a machine-oriented language represented by binary code, and it is the only language that computers can recognize and process.
What is machine language?
Machine language is a programming language or instruction code that the machine can directly recognize without translation. Each operation code has a corresponding circuit inside the computer to complete it, or it can be directly translated to the machine without translation. Understand and accept programming language or instruction code. Machine language uses absolute addresses and absolute opcodes. Different computers have their own machine languages, that is, instruction systems. From a usage perspective, machine language is the lowest level language.
Related recommendations: macos
The above is the detailed content of What language can a computer directly recognize and process?. For more information, please follow other related articles on the PHP Chinese website!