------ language is the only language that a computer understand
Answers
Answered by
24
✏ Programming/Machine/Assebly language is the only language that a computer understand.
Additional information :-
- Machine language is the only language a computer is capable of understanding.
- 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.
- A low-level programming language is a programming language that provides little or no abstraction from a computer's instruction set architecturecommands or functions in the language map closely to processor instructions. Generally this refers to either machine code or assembly language.
__________________________________
Answered by
0
Answer:
Machine language is the only language that a computer understand.
Explanation:
The only language that a computer can understand is machine language, which expresses instructions as 0s and 1s.
- The only language that computers can understand is machine language, which is the lowest level of programming language. Machine language entirely consist of binary and hexadecimal numbers and not understandable by humans.
- Machine language instructions are the different actions that a computer is capable of understanding and carrying out. The majority of computers have instructions that can input data from external sources into the computer's main storage, output data from main storage, perform basic mathematical operations, move data between main storage locations, edit data, perform comparisons, and handle a variety of other tasks.
- The processor reads the commands from a computer program and executes them one at a time in the right order. The various types of computers use a wide range of machine language instruction formats.
Similar questions