answersLogoWhite

0


Best Answer

The biggest disadvantage of machine level language is that it is extremely hard for humans to work with. Everything is in binary code, which is nothing more than a series of ones and zeroes. Programming anything in machine level language takes a very long time.

User Avatar

Wiki User

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

Wiki User

8y ago

There are no limitations as such. Native machine code is the only language a computer actually understands. There are no alternatives; all programs must be written in machine code or in a form that the computer can be programmed to easily convert into machine code. High-level programming languages simply make it easier to write machine code.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Machine code is difficult to both read and write and is therefore difficult to debug. Low-level assembly language makes writing machine code much easier, but high-level languages make it easier still.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

It has one Major limitation that it is only depends on binary number.

Arslan Khan.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

The more a high-level language tries to do automatically for the programmer, the less efficient the machine code is.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the disadvantage of change high level language to machine language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is Disadvantage of high level language?

The only real disadvantage of high level languages is that they must be converted to machine code in order to execute. However, machine code is extremely difficult to work with; we use high level languages because it makes it easier to both write and maintain programs.


High level to Machine level language is converted using?

high level language is converted to machine level language using a compiler or an interpreter


What is the difference between high level language and machine language?

The difference between high level languages and machine languages are as follows: 1)Machine language uses binary numbers/codes but high level languages(HLL) use key words similar to English and are easier to write. 2)Machine Language is a Low level language and is machine dependant while HLLs are not.


What is meant by Machine level language?

A language at the level of the machine it runs on. AKA Machine code, it's the underlying language that computer CPU's speak.


What is required to convert a high level language into machine language so as to execute it later?

we need compiler to convert high level language in to machine language


Why there is a need for converting high level language into machine level language............ why cant we use high level language directly in computers?

Machine code is the native language of the machine. The machine does not "understand" any language other than its own native language. As such, all other languages, including low level assembly languages, must be compiled or interpreted in order to produce the required machine code.


What is meant by machine language?

A language at the level of the machine it runs on. AKA Machine code, it's the underlying language that computer CPU's speak.


In which language we don't need transaction?

machine level language


Is SQL a high level language?

Yes, SQL is a high level language, since it allow us to get result without much going into Assembly level instructions, by using interpreter to change our statements/queries into machine level instructions!.


One instruction in high level language corresponds to one instruction in machine language?

No. Generally, one instruction in a high level language corresponds to many instructions in machine language.


What does an interpreter do?

Interpreater translate the high level language into machine level language line by line


What is assembler can do?

It converts machine level language to high level language simultaneously...and vice versa..