test Flashcards

1
Q

A general-purpose, object-oriented
programming language. It supports both
static and dynamic typing

A

COBRA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

FORTRAN is a programming language
intended for numerical computations. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

An interpreter, like a compiler, translates
high-level language into low-level machine
language (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A general-purpose, imperative programming
language that is especially suited to numeric
computation and scientific computing

A

FORTRAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

FORTRAN is originally developed by IBM
in the 1950s for scientific and engineering
applications. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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 (T/F)

A

FALSE, ALGOL 68

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The output of an assembler is called an
object file, which contains a combination of
machine instructions as well as the data
required to place these instructions in
memory. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The Common Lisp (CL) is a dialect of the
Lisp programming language, published in
ANSI standard document. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The Lexical Analyzer removes spaces and
other unnecessary things like comments. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The __________ looks for compiler
directives and removes the comments and
white space.

A

PREPROCESSOR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The Intermediate form (IF) done after
semantic analysis. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The Intermediate Form (IFs) are often
chosen for machine independence, ease of
optimization, or compactness. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The preprocessor deletes portions of code,
which allows several versions of a program
to be built from the same source (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Scanning divides the program into “tokens”,
which are the smallest meaningful units; this
saves time, since character-by-character
processing is slow (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

If an error occurs, an interpreter stops
execution and reports it; whereas a compiler
reads the whole program even if it
encounters several errors. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A modern programming language designed
for large, long-lived applications – and
embedded systems in particular – where
reliability and efficiency are essential.

A

ADA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

The minor task of a linker is to search and
locate referenced module/routines in a
program (T/F)

A

FALSE, MAJOR TASK

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

The compiler is the point of control during
execution (T/F)

A

FALSE, INTERPRETER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the Language developed for backing
of a powerful sponsor?

A

COBOL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

In parsing it finds the structure you can
describe with syntax diagrams. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Most language implementations include a
mixture of both compilation and
interpretation. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

The Java language definition defines a
machine-independent intermediate form
known as byte code. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Parsing is recognition of a context-free
language. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

The compilation does NOT have to produce
machine language for some sort of
hardware (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Compilation is translation from one
language into another, with full analysis of
the meaning of the input. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

The interpretation allows greater flexibility
while Compilation use for better
performance. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Assembly-level instruction set is not
implemented in hardware; it runs on an
interpreter. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

The language is intended for the way of
thinking and way of expressing algorithms (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

What language is possible to compile to
very good (fast/small) code?

A

FORTRAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

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. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Algol 68 is a functional programming
language and one of the two main dialects of
the programming language Lisp. (T/F)

A

FALSE, SCHEME

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

A programming language conceived as a
successor to an upgraded version of Modula
2 known as Modula-2+.

A

MODULA 3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

An imperative and procedural programming
language, which NiklausLinks to an external
site. WirthLinks to an external site.designed
in 1968–69 and published in 1970.

A

PASCAL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

An Interpreter reads the whole source code
at once, creates tokens, checks semantics,
generates intermediate code, executes the
whole program and may involve many
passes. (T/F)

A

FALSE, COMPILER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

A computer program that links and merges
various object files together in order to make
an executable file.

A

LINKER

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

The recursive rules known as parsing define
the ways in which these constituents
combine. (T/F)

A

FALSE, CONTEXT
FREE GRAMMAR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

The ________code is the standard format
for distribution of Java programs.

A

BYTE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

The term parsing is part of the recognition of
a regular language. (T/F)

A

FALSE,
SCANNING* PARSING IS CONTEXT
FREE LANGUAGE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

In C programming language , help you
understand unions, arrays & pointers,
separate compilation, var args, catch and
throw.(T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

The main C# compiler produces .NET
Common Intermediate Language (CIL),
which is then translated into machine code
immediately prior to execution. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

A compiler hides further steps; a pre
processor does not hide steps. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

The compiler merely produces the machine
language instructions that correspond to the
source code file that was compiled. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

The __________ takes an intermediate-code
program and produces another one that does
the same thing faster, or in less space.

A

OPTIMIZATION

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

A preprocessor is generally considered as a
part of compiler, is a tool that produces
input for compilers. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

A program that converts high-level
language to assembly language

A

Compiler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

Compilation entails semantic understanding
of what is being processed (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

Interpreter is written in low-level
instructions. (T/F)

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

An assembler translates assembly language
programs into machine code. (T/F)

49
Q

The parsing organizes tokens into a parse
tree that represents higher-level constructs in
terms of their constituents. (T/F)

50
Q

The main C language compiler
produces .NET Common Intermediate
Language (CIL), which is then translated
into machine code immediately prior to
execution. (T/F)

51
Q

The __________Analyzer breaks the
sentence into tokens.

52
Q

A program that converts the assembly
language to machine-level language.

53
Q

One of the major roles of the parser is not to
produce an intermediate representation (IR)
of the source program using syntax-directed
translation methods.(T/F)

A

FALSE, IS TO PRODUCE

54
Q

A ___________is a logical unit with respect
to the rules of the source language.

55
Q

A syntax analyzer or parser is a program that
groups sequences of tokens from the lexical
analysis phase into phrases each with an
associated phrase type. (T/F)

56
Q

A type of error about name of some
identifier typed incorrectly.

57
Q

It is not expected from the parser to check
for errors but errors may be encountered at
various stages of the compilation process.
(T/F)

58
Q

A syntax analyzer or parser takes the input
from a lexical analyzer in the form of token
streams. (T/F)

59
Q

In error recovery choose a minimal sequence
of changes to obtain a global least- cost
correction. (T/F)

60
Q

It is not important to detect errors as soon as
possible without further consuming
unnecessary input. (T/F)

A

FALSE, IT IS IMPORTANT

61
Q

The grammar designers have to be careful
here because one wrong correction may lead
to an infinite loop. (T/F)

A

FALSE,
PARSER DESIGNERS

62
Q

In panic mode, when a parser encounters an
error anywhere in the statement, it ignores
the rest of the statement by not processing
input from erroneous input to delimiter, such
as semi-colon. (T/F)

63
Q

The Dynamic semantic errors: hard or
impossible to detect at compile time,
runtime checks are required. (T/F)

64
Q

In the statement mode, When parser
encounters an error anywhere in the
statement, it ignores the rest of the statement
by not processing input from erroneous
input to delimiter, such as semi-colon. (T/F)

A

FALSE, PANIC MODE

65
Q

A parser should be able to detect and report
any error in the program. (T/F)

66
Q

A grammar is a set of strings over an
alphabet. (T/F)

A

FALSE, LANGUAGE

67
Q

Error production: Some common errors are
known to the compiler designers that may
occur in the code. (T/F)

68
Q

In verifying the validity of expressions in
Lexical Analysis, a well-accepted solution is
to use finite automata for verification. (T/F)

69
Q

In Finite Automata, Vertices – represents the
states and ________ – represents transitions.

70
Q

The pattern is the rule describing how a
token can be formed. (T/F)

71
Q

The parser analyzes the ____________(token stream) against the production rules to detect any errors in the
code.

A

Source Code

72
Q

Lexical analyzer does not have to be an
individual phase. But having a separate
phase simplifies the design and improves the
efficiency and portability. (T/F)

73
Q

According to handling errors, the logical
errors: hard or impossible to detect. (T/F)

74
Q

In handling errors, the ______________ :
most important for compiler, can almost
always recover.

A

SYNTAX ERRORS

75
Q

The parser considers the program in hand as
a whole and tries to figure out what the
program is intended to do and tries to find
out a closest match for it, which is error
free. (T/F)

76
Q

The Lexical analyzer: reads input characters
and produces a sequence of tokens as output. (T/F)

77
Q

A type of error about some missing
semicolon or unbalanced parenthesis.

A

SYNTACTICAL

78
Q

Type of mode which is the easiest way of
error-recovery and also, it prevents the
parser from developing infinite loops.

A

PANIC MODE

79
Q

A lexical analyzer, or ______ for short, will
as its input take a string of individual letters
and divide this string into tokens.

80
Q

A type of error about the incompatible value
assignment.

A

SEMANTICAL

81
Q

An expression can be the sum of two
expressions, or the product of two
expressions, or a parenthesized
subexpression. (T/F)

82
Q

___________It is defined as the grammar in
each programming language.

83
Q

In syntax analysis, a parser is not required to
detect and report any error in the program.

A

FALSE, A PARSER SHOULD BE ABLE TO

84
Q

Parsers use error recovering strategies. (T/F)

85
Q

There are a number of algebraic laws that
are obeyed by regular expressions, which
can be used to manipulate regular
expressions into equivalent forms.

86
Q

In Notation, the Union: (r)(s) is a regular
expression denoting L(r)L(s). (T/F)

A

FALSE, CONCATENATION

87
Q

The grammar defined by regular expressions
is known as regular grammar. (T/F)

88
Q

Expression:
a := x * y + z

After lexical analysis, this statement has the
structure:
id1 assign id2 binop1 id3 binop2 id4

89
Q

A program may have the following kinds of
errors at various stages: Lexical, Syntactical,
Semantical and the ______________.

90
Q

It is expected that when an error is
encountered, the parser should be able to
handle it and carry on parsing the rest of the
input. (T/F)

91
Q

Tokens are specified by regular expressions.

92
Q

String: a group of characters having a
collective meaning. (T/F)

A

FALSE,
TOKENS

93
Q

The generated lexers are in a class of
extremely simple programs called
________________.

A

FINITE
AUTOMATA

94
Q

The word ______________in terms of
programming languages, words are objects
like variable names, numbers, keywords.

95
Q

In Notation, Union : (r)|(s) is a regular
expression denoting L(r) U L(s). (T/F)

96
Q

A __________ over an alphabet is a finite
sequence of symbols drawn from that
alphabet.

97
Q

A __________is a group of characters
having a collective meaning.

98
Q

The regular expressions have the capability
to express finite languages by defining a
pattern for finite strings of symbols. (T/F)

99
Q

The regular expression is a set of rules that
say how to build a tree—a parse tree. (T/F)

100
Q

In error handling, the lexical errors state:
important, compiler can easily recover and
continue. (T/F)

101
Q

The viable-prefix property of parsers allows
early detection of syntax errors. (T/F)

102
Q

The lexical analyzer filters out whatever
separates the tokens, lay-out characters and
comments. (T/F)

103
Q

The language defined by regular grammar is
known as Irregular language. (T/F)

104
Q

Finite automata is a not recognizer for
regular expressions. (T/F)

A

FALSE, IS A RECOGNIZER

105
Q

The regular expressions is an algebraic
notation for describing sets of strings. (T/F)

106
Q

A __________ over an alphabet is a finite
sequence of symbols drawn from that
alphabet.

107
Q

The grammar defined by regular expressions
is known as regular grammar. (T/F0

108
Q

The interpreter does what is called STATIC
semantic analysis. (T/F)

A

FALSE, THE COMPILER

109
Q

The interpreter stays around for the
execution of the program. (T/F)

110
Q

The term ___________refers to the
processing of source code files (.c, .cc,
or .cpp) and the creation of an ‘object’ file.

A

COMPILATION

111
Q

The Lexcial Analyzer removes spaces and
other unnecessary things like comments. (T/F)

112
Q

A lexeme is a particular instant of a token. (T/F)

113
Q

The Semantic analyzer: reads input
characters and produces a sequence of
tokens as output. (T/F)

A

FALSE, LEXICAL ANALYZER

114
Q

_____________is a state machine that takes
a string of symbols as input and changes its
state accordingly

A

FINITE AUTOMATA

115
Q

According to handling errors, the lexical
errors: important, can sometimes recover.
(T/F)

A

FALSE (static semantic errors)

116
Q

The Union of two languages L and M is
written as L U M = {s | s is in L or s is in
M} (T/F)

117
Q

The run time happens during which a
program executes. (T/F)

118
Q

The __________ allows variables to be
accessed globally and no guaranteed
efficient use of space, memory may become
fragmented over time as blocks of memory
are allocated.