answersLogoWhite

0


Best Answer

There is no program that can translate machine code to a high-level language. The best you can do is disassemble the code. This produces code that is similar to assembly language, but which lacks variable names and comments. Even a skilled programmer will need to spend hours disentangling the code in order to make it readable -- but you can never restore the code back to its original source code, no matter what language it was written in.

User Avatar

Wiki User

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

Learn bay

Lvl 8
2y ago

The main advantage of high-level languages over low-level languages is that they are easier to read, write, and maintain. Ultimately, programs written in a high-level language must be translated into machine language by a compiler or interpreter.

To learn more about data science please visit- Learnbay.co

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

No, machine code is the lowest level programming language.

This answer is:
User Avatar

User Avatar

Wiki User

6y ago

C#,Java,Python,PHP etc. are all examples of high level languages.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What Machine language is an example of a high-level language.?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What converts highlevel language into lomlevel language?

Compiler.


What is an example of a low-level language?

Machine code.


What is an example of a programming language that does not require the programmer to know machine language?

C++ and Visual Basic are computer languages that do not require the programmer to know machine language.


What is the example of low level language?

Machine Code, Assembly


Examples of machine language?

Machine code is the ONLY example of machine language. However, every machine architecture has its own version of machine code; it is the native language of the machine. If you want to examine machine code upon your own machine, use a hex editor. This will show you every byte of the code in hexadecimal form.


What are the example of low-level programming language?

It are machine code and Assembly.


What is the similarities of High Level Language and machine language?

Nothing. Example: machine code: 05 CA DE 12 15 47 A8 High level language: PRINT "Hello, World"


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#.


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?


Is machine language a programming language?

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.


Example of compiler converting the high level language into machine language?

Compiler Compiler is the correct answer. It's a programme that converts source code written in a high-level programming language into machine code for a particular computer architecture. It translates high-level language into machine language, to put it simply. To learn more about data science please visit- Learnbay.co