answersLogoWhite

0

yes i definetly think that high level language is better than low level language!!! because it provides a much user friendly environment and makes programmes easier to read and write...It also makes the program less error prone.. The speed of writing programs also becomes easy

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

JudyJudy
Simplicity is my specialty.
Chat with Judy
RossRoss
Every question is just a happy little opportunity.
Chat with Ross
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
More answers

No. Unlike low level machine language, high level language must be compiled, because it needs to be translated to function with the CPU you are using. This means that a source file using a high level language can be compiled on different machines with no problems.

User Avatar

Wiki User

14y ago
User Avatar

Because it need to be converted by a translator like intepreter or compiler

User Avatar

Wiki User

12y ago
User Avatar

yes

User Avatar

Wiki User

13y ago
User Avatar

no

User Avatar

Wiki User

12y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Are high level languages machine dependent?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is the C language machine dependent or not?

Machine-dependent (generally called "platform-dependent")


What are high level programming languages how they differ from assembly languages?

High-level languages are easy to read and write. They are not machine dependent and portable from one computer to another. Assembly languages are machine dependent, easier to read than machine code but it's still not easy to read, and the assembler program translates the assembler program straight into machine code.


Is the First Generation Language machine dependent?

Yes. Both first and second generation languages are machine-dependent. The first generation of languages were machine code, while the second were assembly languages. Non-machine dependency came about with the advent of the third-generation of languages, all the high-level languages.


When is a computer language called machine dependent?

When the code is targeted towards a specific machine architecture. Machine code is entirely machine-dependent, as is the low-level assembly language used to produce that machine code. High-level languages are not machine dependant, however source code can still be targeted towards a specific architecture or platform. Such code is non-portable, however many high-level languages provide methods to filter machine-dependant or platform-dependant code such that the same source code can be compiled on different machines and platforms.


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.