answersLogoWhite

0

Computers use machine language, which are coded instructions in binary.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the name of code written in readable English?

Code that is written in readable English as opposed to being written in a specific computer language is Pseudo Code.


What is source code?

It is the computer program written in human readable form that is eventually sent through a compiler or assembler to create a computer application. Source code can be in any high level language or even assembly language.


Is C language readable?

No, but source-programs written in C language are.


What are Source code tools in software engineering?

source code is any collection of computer instructions (possibly with comments) written using some human-readable computer language, usually as text.


Is XML a script language?

No, XML (Extensible Markup Language) is not a scripting language. It is a markup language used for encoding documents in a format that is both human-readable and machine-readable. XML is commonly used for structuring data and defining content in web applications and other systems.


What is the data process?

Data processing means it is receiving all the data from what your doing and your computer is intepreting the data into a readable computer language which is codes. So just wait until data processing is finished.


What is the language created by Augusta lovelace?

The computer language, ADA, was commissioned in 1979 by the United States Department of Defense. It was named after Augusta Ada Lovelace because she is considered the first computer programer. ADA is a general-purpose language designed to be readable and easily maintained. It is efficient for machines, yet easy to use.


What memory is readable but not writeable in a chip computer?

BIOS chip


What is Human readable?

Any document that a human can read and understand without requiring an interpreter (it is written in the reader's native language, for instance). Machine code is not human-readable, it is intended to be read by a machine. Assembler language is a symbolic language that is essentially a human-readable form of machine code, however it's not easily understood by everyone except those familiar with Assembler language. High-level languages are more easily understood by most programmers, particularly those familiar with the language, while pseudocode is an abstract language intended to be human-readable even by non-programmers.


What do you mean by high level language?

A high-level language is a programming language that is readable and understandable by human beings who are not necessarily programmer-language-literate.


What is the purpose and functionality of an assembly language?

Assembly language is a low-level programming language that is used to communicate directly with a computer's hardware. Its purpose is to provide a more human-readable way to write code that can be translated into machine code, which the computer can understand and execute. Assembly language allows programmers to have more control over the hardware and optimize performance, making it ideal for tasks that require speed and efficiency.


Why you need compiler?

You don't need if you don't want to develop computer programs. But if you want you should use it, for you can not make programs without a compiler. Compiler is the programs that makes the computer program out of the code