answersLogoWhite

0


Best Answer

IT Compiles and Translates

User Avatar

Lorna O'Reilly

Lvl 10
1y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What function does a interpreter perform with the instructions in high level programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The steps that tell a computer how to perform a particular task?

programming


What is programming code written to provide instructions to the hardware so it can perform tasks?

Machine code.


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

Multiply matrices


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 are the Instructions that the processor understands?

programmingans. 2The instructions that a processor understands are known as the Instruction Set.The task of combining instructions to perform some task is known as programming. This is not necessarily done directly. Writing a program by specifying entities from the Instruction Set is called machine code programming if the instructions' numeric values are used, or Assembly Language programming if the instructions are called up by short names called mnemonics. These are both low level procedures, referred to by their users as 'working on the bare metal'.Most programming today is done using high level languages. Here the programmer writes instructions which are often close to english, where one instruction calls for something quite complex to be done. The processor does not understand these instructions. Another program, called an Interpreter or a Compiler, is used to translate the high level instructions into the (low level) ones from the Instruction Set which the processor does understand.


What are high level languages used to?

High level programming languages are used to instruct computers to perform complex tasks with a minimum number of instructions.


What the steps that tell computer how to perform particular task?

A program is a set of detailed instructions that tells the computer how to perform a particular task.


Difference between procedural programming and modular programming?

Procedural programming is a computer programming technique in which the program is divided into modules like function or subroutine or procedure or subprograms, where as ... "Modular Programming" is the act of designing and writing programs as interactions among functions that each perform a single well-defined function, and which have minimal side-effect interaction between them. Put differently, the content of each function is cohesive, and there is low coupling between functions as happens in procedural programming.


What are mathematical instructions that perform calculations?

Formulas are mathematical instructions that perform calculations.


What functions do interpreters perform in high level programming language?

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.


Why every cell in your body contains the instructions to make every part of you but only a few instructions are used by each cell?

Because each cell has a different function, it uses the genetic information it needs to perform its own function.(your liver cells can't function as your neurons)


Clear idea about software?

a software is a set of different programmes logically related to each other. a programme is a set of instructions written to perform a specific task..... a software is made to solve or to perform a particular function or task.