英语翻译 原句:An interpreter is a program that reads a high-level program and does what it says.In effect,it translates the program line-by-line,alternately reading lines and carrying out commands 最好整句翻译一下相关知识点: 试题来源: ...
一般目的计算机(general-purpose computer)用来“模拟”特殊目的计算机:一般目的计算机是程序的解释器(interpreter),这个解释器接受程序作为输入,就会表现出特殊目的计算机的行为。 以上的特殊和通用(一般)是相对而言的:对于加法来说,1+1是特殊,a+b是通用,而对于计算来说,a+b是特殊,lambda calculus(或图灵机)是通用。
Since an interpreter reads and then executes code in a single process, it is very useful for scripting and other small programs. As such, it is commonly installed onWeb servers, which run a lot of executable scripts. It is also used during the development stage of a program to test small...
When a program is created, it's compiled into a language the computer can understand. Once compiled, the program does not need another program to run as long as the computer has the required operating system and platform. A script is not compiled and needs an interpreter to translate the ...
A medical interpreter is a professional interpreter who has received special training so that he or she can work in a medical setting. Medical interpreters create a bridge between patients and doctors who are separated by language gaps, facilitating communication and ensuring that patients get the ...
(E)An interpreter is a person whose job is to translate what someone is saying into another language. Zhang Jing, an experienced interpreter, was praised for her good translation in many international meetings.Zhang Jing, a girl of Hangzhou, started to work for the Ministry of Foreign Affairs...
Passage 5An interpreter is a person whose job is to translate what someone is saying into another language.Zhang Jing, an experienced interpreter, was praised for her good translation in the meeting in March.Zhang, a girl from Hangzhou, started to work for the Ministry of Foreign Affairs (外...
a programming language interpreter is a program that reads code written in a programming language and executes it directly, without first translating it into machine language. interpreters are typically used for scripting languages such as python, ruby, and javascript. the advantage of using an ...
What is the process of program execution? When you execute a program, the operating system allocates memory to store the program's instructions and data. It then sets the program counter to the memory address of the first instruction, which is fetched, decoded, and executed one by one. As...
A command-line interpreter (command interpreter) is a program responsible for handling and processing text commands. For example, the command-line interpreter for MS-DOS and early versions of Windows is COMMAND.COM. In later versions of Windows, it is cmd.exe (Command Prompt). Those who use ...