answersLogoWhite

0


Best Answer

Machine code.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

Binary.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Machine language is also known as?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the other name of machine language?

it is also called as binary language


How does binary methods used in digital electronics?

It is not a method by is a binary states 0-1 false or true which is also known as machine language.


What is machine language?

usually computers uses 0s and 1s as the means of their instructions. may be in some computers 01010 indicates addition, 01011 indicates subtraction and vice versa.ultimately when we write our program in high level languages such as c or c++ they have to be converted into 0s and 1s or machine language to be executed by the system.


What is the limitation of assembly language?

There are no "limitations" of machine language over other languages. Any task that you can accomplish in any other language can also be done in machine language. However, there are disadvantages to machine language, namely that machine language is difficult to read and write correctly compared to higher-level languages, and is dependent upon the hardware which it is written for.


Types of programming language that is machine independent?

FORTRAN (FORmula TRANslator) is the best-known earliest example of machine independent language. This is where the language is not dependent on the characteristics of the computer. COBAL (COmmon Business-Orientated Language) is the other type of programming language that is machine independent. COBAL was developed by the US Navy for business applications.


What are the Feature of machine language?

what are the features of machine language?


What is the programming language that is one step above the machine language?

we can say c,c++ also.. but not sure..


Why is Grace famous?

She created the first compiler for computers, a program that translated a high-level language into machine code. She also designed a data-processing compiler known as Flow-matic which formed the basis for the COBOL language.


In what year did IBM develop the first high level computer language and what was it called?

The native language of any programmable machine is an integral aspect of its design; the language is machine-dependent and is defined by the machine itself rather than "written" independently of the machine. That is, in order to modify the language, you must modify the machine itself. The earliest known programmable machine was Basil Bouchon's partially automated loom, invented in 1725.


Why is assembly language known as a low level language?

The level of a language is an indication of how abstract it is compared to the machine code it produces. The higher the level, the further it is from the machine and thus the more abstract it is. Assembly language has a near 1:1 translation to machine code with very little in the way of abstraction, thus it is a low-level language.


What is the lowest level language with instructions coded in binary notation?

Machine code. Writing machine code is known as "banging the metal". Assembler language makes producing machine code that much easier using a symbolic language, and is therefore low-level. All other languages are high-level and greatly simplify the production of machine code.


Machine language is what generation language?

Machine language is a first generation language.