Home > Common Problem > What is a programming language that can be executed directly within a computer without compilation?

What is a programming language that can be executed directly within a computer without compilation?

藏色散人
Release: 2020-08-15 11:10:03
Original
15854 people have browsed it

Inside the computer, the programming language that can be executed directly without compilation is machine language. Machine language is the programming language or instruction code that the machine can directly recognize without translation. Each operation code is stored inside the computer. There are corresponding circuits to complete it, or it refers to the programming language or instruction code that can be directly understood and accepted by the machine without translation.

What is a programming language that can be executed directly within a computer without compilation?

Recommended: "Programming Video"

Inside the computer, there is no need to compile, the computer can execute it directly Language is machine language.

Computing and intelligent recognition machine language, other languages ​​need to be compiled or interpreted before they can be executed.

Machine language is a programming language or instruction code that can be directly recognized by the machine. It does not need to be translated. Each operation code has a corresponding circuit inside the computer to complete it, or it can be used by the machine without translation. Directly understood and accepted 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.

The above is the detailed content of What is a programming language that can be executed directly within a computer without compilation?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template