英语翻译 原句: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...
Computer programs can be characterized as interactive or batch in terms of what drives them and how continuously they run. Interactive programs.These programs receive data from an interactive user or possibly from another program that simulates an interactive user. Acommand interpreteror a web browser...
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...
Every high levelprogramming languageis either a compiler-executed or an interpreter-based programming language. That means, the source code written by the developers is either interpreted or compiled. Compilerexecutes the whole program at a time whilethe interpreter executesinstructions line by line. In...
(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...
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 ...
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 on the morning of March.Zhang, a girl of Hangzhou, started to work for the Ministry of Foreign Affairs(外交部) in ...
Arduino is an Open Source platform with a microcontroller that processes simple inputs, such as temperature or pressure, and turns them into outputs. These devices have a basic embedded OS that acts like aboot loaderand a command interpreter. An example of an Arduino-based device is a remote...