answersLogoWhite

0


Best Answer

An interpreter reads program code (usually in source form, but sometimes in intermediate form) and directly executes it without conversion to the machine code of the computer it runs on.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What functions do interpreters perform in high level programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

What functions do interpreters perform in computer programming?

The role of an interpreter in programming is to interpret a high-level language into machine code. The interpreter reads each line of the program as it is being run, and converts it into machine code that the computer understands. Examples of interpreted languages are Python, Ruby and Perl. This differs from lower-level programming languages like C, where the code is compiled into machine code before it is run.


What according to James Baldwin are the functions of language?

Performative Function - the thing and perform what the person say


Why do you write programming languages?

To perform Specific Tasks Using Mathematical, Logical and some other specail inbuilt functions and user defined functions.


What is the importance of C language?

A C program is basically a collection of functions that are supported by the C library.we can continuously add our own functions to C library.with the availibility of a large number of functions, the programming task becomes simple......


What is a vocabulary and set of grammatical rules for instructing a computer to perform a specific task?

A programming language.


What does a markup language do?

A markup language defines various tags inside it. These tags perform specific functions attached.


How c language convert into machine language?

With a compiler, which is a program that "knows" how to transform the programming language logic in to machine code and make it perform from that.


What Was the first high-level programming language designed that could perform complex?

fortran


How you can perform a multitasking in C programming language?

Multi-tasking is supported by the fork and exec subroutines in the C library.


Answers to Programming in C Third Edition by Stephen G Kochan?

Programming in C Third Edition by Stephen G Kochan is a book about a programming language that consists of cross platform usage as long as you had adhered to the rules of the language! This language can be combined with other "SDK" header files or basically code sepearated and formatted to isolated header files that consist of "variable declarations", "function declarations" and perform certain matmatical operations for you as you use the functions in a "modular" way and share peacfully.


What translators convert high-level language on statement-by-statement basis?

Machine level instructions can be converted to readable assembly language using a disassembler. If the machine instructions originated from a higher level language, there may also be a decompiler to create something resembling the original high level language version of the program.


The process of translating a task into a series of commands that a computer will use to perform a task?

Multiply matrices