Yahoo India Web Search

Search results

  1. Dictionary
    interpreter
    /ɪnˈtəːprɪtə/

    noun

    More definitions, origin and scrabble points

  2. Jun 12, 2023 · An Interpreter is a program that translates a programming language into a comprehensible language. The interpreter converts high-level language to an intermediate language. It contains pre-compiled code, source code, etc. It translates only one statement of the program at a time. Interpreters, more often than not are smaller than compilers.

  3. Jun 10, 2023 · The software by which the conversion of the high-level instructions is performed line-by-line to machine-level language, other than compiler and assembler, is known as INTERPRETER . The interpreter in the compiler checks the source code line-by-line and if an error is found on any line, it stops the execution until the error is resolved.

  4. An interpreter is a program that directly executes the instructions in a high-level language, without converting it into machine code. In programming, we can execute a program in two ways. Firstly, through compilation and secondly, through an interpreter.

  5. Compiler and interpreter are software programs that convert a high-level language into a machine language (0's and 1's binary form) that a computer can understand and perform tasks as per the program's instructions. But there are variations in the working process and steps of a compiler and interpreter.

  6. Aug 12, 2020 · As the name suggests, an interpreter transforms or interprets a high-level programming code into code that can be understood by the machine (machine code) or into an intermediate language that can be easily executed as well. The interpreter reads each statement of code and then converts or executes it directly.

  7. 1. : someone or something that interprets: such as. a. : someone who translates for individuals or groups conversing in different languages. an interpreter at the United Nations. a sign language interpreter. b. : someone who explains or expounds.

  8. INTERPRETER definition: 1. someone whose job is to change what someone else is saying into another language: 2. a computer…. Learn more.

  9. Mar 8, 2024 · An Interpreter directly executes instructions written in a programming or scripting language without previously converting them to an object code or machine code. An interpreter translates one line at a time and then executes it.

  10. noun. a person who translates orally from one language into another. a person who interprets the work of others. computing. a program that translates a second program to machine code one statement at a time and causes the execution of the resulting code as soon as the translation is completed.

  11. n. 1. One who translates orally from one language into another. 2. One who gives or expounds an interpretation: "An actor is an interpreter of other men's words, often a soul which wishes to reveal itself to the world" (Alec Guinness). 3. Computers A program that executes other programs.

  1. Searches related to define interpreter

    define interpreter in c