Question: Question 1 ( 2 . 5 points ) Saved Which of the following phases of a compiler of a fully compiled language is machine dependent?
Question points
Saved
Which of the following phases of a compiler of a fully compiled language is machine dependent?
Question options:
Final code generator
Semantic analyzer
Lexical analyzer
Syntactic analyzer
Question points
Saved
Which of the following is not a correct statement regarding feature interaction?
Question options:
Feature interaction is a highly desirable language characteristic
Feature interaction can cause logic errors
Feature interaction can cause ambiguities detected by the compiler
The more features a programming language has, the more likely the features are to interact
Question points
Saved
Which of the following language translators translates and executes programs each time it is run?
Question options:
A compiler
An interpreter
An assembler
A JIT compiler
Question points
Saved
What kind of an error is an unresolved external reference?
Question options:
Lexical error
Syntax error
Static semantic error
Linker error
Question points
Saved
Which of the following languages uses a hybrid implementation?
Question options:
C
C
Ada
Java
Question points
Saved
Which of the following is not a compilation error?
Question options:
Syntax error
Static semantic error
Logic error
Lexical error
Question points
Saved
Which of the following languages is not an imperative language?
Question options:
Prolog
ALGOL
Fortran
COBOL
Question points
Saved
In a fully compiled language, which pass is machine independent?
Question options:
None of them
Both of them
The second pass
The first pass
Question points
Saved
Which of the following translation systems produces the fastest program execution?
Question options:
An interpreter
A preprocessor
A full compiler
A hybrid implementation
Question points
Saved
What language was the first high level language designed for computerizing business records?
Question options:
COBOL
LISP
APL
Fortran
Question points
Saved
Which of the following phases are generally not included in the first pass of most compilers of fully compiled languages?
Question options:
Syntactic analyzer
Final code generator
Semantic analyzer
Lexical analyzer
Question points
Saved
When every combination of two language features are valid, what term describes the relationship between those features?
Question options:
Orthogonal
Combinable
Compatible
Independent
Question points
Saved
In C or C when a is used when a is intended, which of the following occur?
Question options:
The code is misinterpreted and a logic error is the result
A runtime exception will be thrown
The is automatically changed to a
The program fails to compile
Question points
Saved
Which of the following languages is the newest?
Question options:
Java
Ada
C
C#
C
Question points
Saved
Which of the following languages was designed as a functional programming language?
Question options:
ALGOL
Fortran
LISP
COBOL
Question points
Saved
Which of the following is the input to a compiler?
Question options:
Object code
Executable code
Source code
Intermediate code
Question points
Saved
In which of the following orders did the C family of languages evolve?
Question options:
C C Java, C#
C C# C Java
C C C# Java
C C# Java, C
Question points
Saved
Which of the following programs is responsible for combining the object files that result from separate compiled source files?
Question options:
An interpreter
An assembler
A linker
A compiler
Question points
Saved
Which of the following languages is not an objectoriented language?
Question options:
C
Java
Ada
C
Question points
Saved
Which phase of the compiler produces the parse tree?
Question options:
Lexical Analyzer
Intermediate Code Generator
Semantic Analyzer
Syntactic Analyzer
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
