英语翻译 原句: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(或图灵机)是通用。
What should an interpreter do if he/she produces only part of a sentence in interpretation, but gets stuck when the rest of the sentence in the source language is coming up? A. Ignore the incomplete sentence and concentrate on the interpretation of the next sentence. B. Complete the sentence...
Every high level programming language is either a compiler-executed or an interpreter-based programming language. That means, the source code written by the developers is either interpreted or compiled.Compiler executes the whole program at a time while the interpreter executes instructions line by ...
I want to be a writer when I grow up. What am I doing? I am writing a story now. This story is about my school life. I hope everybody could enjoy a colorful school life.根据材料内容选择最佳答案。( C )1. What does Angel a do? A. A teacher. B. A writer. C. An interprete...
Some compilers can translate source code tobytecodeinstead machine code. Bytecode, which was first introduced in the Java programming language, is an intermediate language that can be executed on any system platform running a Java virtual machine (JVM) or bytecode interpreter. The JVM or interpret...
Any command line interpreter program is also often referred to in general as a command line interface. Less commonly, it's also called aCLI,command language interpreter,console user interface,command processor, shell, command line shell, or acommand interpreter. ...
what arefixed-program computersand what is astored-program computer? what is aninterpreterand what is acompiler? what is aprogram counter? what is theflow of control? what is aprogramming language? what isUniversal Turing Machine? what is theChurch-Turing thesis?
An interpreter is a computer program used to directly run instructions without needing to compile the program first. Learn the full interpreter's meaning here.
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 are examples of an interactive program. Batch programs.These programs run, do their work and then stop. A batch program...