What is the meaning of Interpreted in english?

Computer Definitions I - Definitions in Computer Definitions . 3 years ago

  2   0   0   0   0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating
Interpreted

In computer programming, an interpreted programming language does not need to be compiled before its programs are executed. Instead, another program, called an interpreter, reads the program and executes it on the fly.

Benefits of compiling VS. interpreting programs

A compiled program generally performs better for the end user, because its machine code can be highly optimized during the compilation process. In contrast, interpreted languages can offer unique benefits to the programmer. One example is a REPL, which allows the programmer to interact with the program while it is being written.

Many computer languages can be either compiled or interpreted. For instance, the C programming language is usually compiled, but INTERPRETERS for C are available. JavaScript is generally considered to be an interpreted language, where the client (usually a web browser) is the interpreter. However, in most modern browsers, some form of JIT is used to COMPILE JavaScript code before it runs. Lisp, which is often considered an interpreted language, can mix interpreted code and compiled bytecode in a single program.

Examples of interpreted languages

Common examples of interpreted programming languages include:

  • BASIC
  • Bash
  • Excel formulas
  • Forth
  • Perl
  • PostScript
  • PowerShell
  • Scheme
  • Tcl
  • VBScript

Posted on 20 May 2022, this text provides information on Computer Definitions related to I - Definitions in Computer Definitions. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Tuteehub forum answer Answers

Post Answer

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.