answersLogoWhite

0


Best Answer

what is human language

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the differences between the human language and machine programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Linguistics

Is XML a script language?

XML is not a scripting language.It's a Markup language.


What are the difference between HLL and LLL?

High-level language (HLL) refers to programming languages that are closer to human language and are easier to read and write, while low-level language (LLL) refers to programming languages that are closer to machine code and are more difficult for humans to understand. HLLs are more abstracted and portable, enabling faster development but sacrificing some performance, whereas LLLs offer more control over hardware and optimized performance but require more effort to program and maintain.


What is a translator program?

This is usually the first stage in compilation. The source code is read and checked for syntax and usability then passed to the compile stage to be converted to object (or machine) code that the computer can understand.Translator translates program written in one programming language into (equivalent) program written in another language. For example, Java to C# translator would translate Java program into (equivalent) C# program. This is similar to as if you would translate some text in English into Spanish or vice versa.If target language is lower level language like assembly language, machine language, or pseudocode, translator is called compiler. For example, some C++ compiler could compile (translate) program in C++ into machine code.


What is the difference between language technology?

Language technology refers to the use of technology to work with human language. Natural language processing (NLP) involves tasks like text analysis and machine translation. Computational linguistics focuses on the study of language from a computational perspective.


What is common language specification in .net?

.NET languages are not compiled to machine code.They are compiled to an intermediate language (IL).

Related questions

Which was first programming language?

Machine language.


Whats the difference between a net programming language and a normal one?

A .Net programming language is compiled not into machine language but "IL", or "Intermediate Language." This "IL" is then run against the .Net runtime and is "Just In Time" compiled into machine language to run the actual operations. Contrast that with a "Normal" one, where the compiler turns the code into the machine language of the target instruction set.


How Briefly explain differences between assembly machine languages?

difine essembly 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


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.


Examples of Low-Level Programming Language?

Machine code & Assembly language.


What is difference between problem oriented and machine oriented languages?

machine oriented language: A programming language designed for use on specific class of computers. problem oriented language: A language whose statement resemble terminology of the user. Thanks


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