answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Is machine language high level language assemble language a machine independent programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 is assemble in computer programming?

Assembly (not assemble) is the process by which low-level instruction code written in assembly language is converted into machine code. This is achieved using a piece of software called an assembler. Assembly language is a machine-specific language thus the resultant machine code is non-portable.


What is programming languages in c plus plus?

Programming in C++ means designing and writing a computer program using the C++ programming language. C++ is a high-level, machine-independent language which must be converted into machine-dependent code by a compiler.


What is assemble language?

Assembler language is a computer programming language. It is a symbolic language used to enter machine code instructions using easy-to-remember mnemonics. It is a low-level language because there is little in the way of abstraction between the source code and the resultant machine code. All other languages are known as high-level languages due to their high-level of abstraction.


Which was first programming language?

Machine language.


What has the author Maurice H Halstead written?

Maurice H. Halstead has written: 'Machine-independent computer programming' -- subject(s): NELIAC (Computer programming language)


What are the Examples of portable programming language?

Many programming languages allow programs to be portable from one kind of computer to another, including* the C programming language* Pascal* Forth* C++* Java* Pythonand many others. Yes, the C programming language was designed to encourage machine-independent programming.The C programming language is portable to more CPUs than any other programming 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.