Machine language is the only language computers can understand and consists of binary digits that the computer reads and interprets. Programs are written in languages like C++ and Java but must be compiled into machine language before the computer can execute them. The specific machine language can differ depending on the operating system as it dictates how compilers write programs and actions into binary code for that system.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
120 views2 pages
Machine Language
Machine language is the only language computers can understand and consists of binary digits that the computer reads and interprets. Programs are written in languages like C++ and Java but must be compiled into machine language before the computer can execute them. The specific machine language can differ depending on the operating system as it dictates how compilers write programs and actions into binary code for that system.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Machine language
Updated: 06/30/2019 by Computer Hope
Sometimes referred to as machine code or object code, machine
language is a collection of binary digits or bits that the computer reads and interprets. Machine language is the only language a computer is capable of understanding.
The exact machine language for a program or action can differ
by operating system. The specific operating system dictates how a compiler writes a program or action into machine language.
Computer programs are written in one or more programming
languages, like C++, Java, or Visual Basic. A computer cannot directly understand the programming languages used to create computer programs, so the program code must be compiled. Once a program's code is compiled, the computer can understand it because the program's code is turned into machine language.
Machine language example
Below is an example of machine language (binary) for the text "Hello World."