FA1 Flashcards
(60 cards)
A programming language conceived as a successor to an upgraded version of Modula-2 known as Modula-2+.
Group of answer choices
MODULA-3
FORTRAN
C LANGUAGE
None of the Above
MODULA-3
An interpreter, like a compiler, translates high-level language into low-level machine language
Group of answer choices
True
False
T
Algol 68 is a functional programming language and one of the two main dialects of the programming language Lisp.
Group of answer choices
True
False
F
The interpretation allows greater flexibility while Compilation use for better performance.
Group of answer choices
True
False
T
A modern programming language designed for large, long-lived applications – and embedded systems in particular – where reliability and efficiency are essential.
Group of answer choices
ADA
COBOL
FORTRAN
None of the Above
ADA
A program that converts high-level language to assembly language
Group of answer choices
COMPILER
INTERPRETER
TRANSLATOR
None of the Above
COMPILER
A general-purpose, imperative programming language that is especially suited to numeric computation and scientific computing.
Group of answer choices
FORTRAN
MODULA-3
C LANGUAGE
None of the Above
FORTRAN
ALGOL 69 (short for ALGOrithmic Language 1969) is an imperative computer programming language that was conceived as a successor to the ALGOL 60 programming language
Group of answer choices
True
False
F
The Java language definition defines a machine-independent intermediate form known as byte code.
Group of answer choices
True
False
T
The main C language compiler produces .NET Common Intermediate Language (CIL), which is then translated into machine code immediately prior to execution.
Group of answer choices
True
False
F
Compilation entails semantic understanding of what is being processed.
Group of answer choices
True
False
T
Parsing is recognition of a context-free language.
Group of answer choices
True
False
T
Most language implementations include a mixture of both compilation and interpretation.
Group of answer choices
True
False
T
The recursive rules known as parsing define the ways in which these constituents combine.
Group of answer choices
True
False
F
Assembly-level instruction set is not implemented in hardware; it runs on an interpreter.
Group of answer choices
True
False
T
The Common Lisp (CL) is a dialect of the Lisp programming language, published in ANSI standard document.
Group of answer choices
True
False
T
The compiler is the point of control during execution.
Group of answer choices
True
False
F
What is the Language developed for backing of a powerful sponsor?
Group of answer choices
COBOL
FORTRAN
PASCAL
None of the Above
COBOL
The ML is a general-purpose functional programming language developed by Robin Milner and others in the early 1970s at the University of Edinburgh. ML stands for MetaLanguage.
Group of answer choices
True
False
T
What is the Language possible to compile to very good (fast/small) code?
Group of answer choices
FORTRAN
PASCAL
COBOL
None of the Above
FORTRAN
The interpreter stays around for the execution of the program.
Group of answer choices
True
False
T
A preprocessor is generally considered as a part of compiler, is a tool that produces input for compilers.
Group of answer choices
True
False
T
An interpreter uses a linker program to merge the appropriate library of subroutines.
Group of answer choices
True
False
F
The Intermediate Form (IFs) are often chosen for machine independence, ease of optimization, or compactness.
Group of answer choices
True
False
T