answersLogoWhite

0

Actual Machine level language is binary language, which contains only '0' & '1 ' and it's the extreme besic of a computer's instruction. Then comes low level language, like assembly language and so on.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

What type of software translates a programming language into machine language for one type of machine?

A compiler and/or an assembler.


What is the process of writing specific instructions in computer language called?

A machine code program. Machine code is the native language of the machine and the only language actually understood by the machine. However, program instructions can be written using a high-level programming language that the computer can translate into machine code using another machine code program called a compiler.


How c language convert into machine language?

With a compiler, which is a program that "knows" how to transform the programming language logic in to machine code and make it perform from that.


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

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


What is Programming languege and why we use programming languege andexplain it?

A computer can do many different things, depending on the program provided to the computer. The program is a list of instructions.Rather than learn the "machine language", which is the underlying instructions the computer can execute, nowadays people usually program in a "programming language", which is closer to a human natural language, usually English. The instructions in this programming language are then converted into machine language, by programs specifically designed for that purpose (assemblers, compilers, and - in a way - interpreters). Writing in a programming language is much easier than learning the machine language.

Related Questions

Which was first programming language?

Machine language.


What is a binary programming language that the computer can run directly?

Machine language.


What type of software translates a programming language into machine language for one type of machine?

A compiler and/or an assembler.


Does the C programming language use a virtual machine?

no


Which programming language is always a one to one correspondence for a line of code in that language and a line of code in machine language?

Assembly language is the programming language that always has a one to one correspondence for a line of code in that language and a line of code in machine language


Examples of Low-Level Programming Language?

Machine code & Assembly language.


What type of programming language does assembly language use?

Assembly language uses a low-level programming language that directly corresponds to machine code instructions.


What is a programming language and with three example?

A programming language is a language in which a human can tell a machine to do something, three examples include: C, C++ and C#.


What program that converts a high level programming language into machine language?

compiler or assembler


What is the process of writing specific instructions in computer language called?

A machine code program. Machine code is the native language of the machine and the only language actually understood by the machine. However, program instructions can be written using a high-level programming language that the computer can translate into machine code using another machine code program called a compiler.


Is there any possibility that computers work without any programming language?

No. Computers are machines and require machine code to work. Machine code is a programming language. All other languages have to be converted to machine code in order to work.


What are the example of low-level programming language?

It are machine code and Assembly.