Quick Revision

GK One-Line Question & Answer

15541+ short questions with short answers, covering every category and sub-category on the site — no long articles to scroll through. Good for a fast recap before an exam, or a few minutes of daily practice.

Software Engineering → Requirement Engineering 4

which is a permanent database in the general model of compiler
Quality Control
click to copy
.Pee hole optimization is a form of
Boundary value analysis
click to copy
Back-patching is useful for handling
lexical analysis
click to copy
pass1
Right most derivations in reverse
click to copy

Software Engineering → Software Design 4

which table is a permanent data bases that has an entry for each terminal symbol
All the above
click to copy
The optimization which avoids test at every iteration is
Function Points
click to copy
Ir stands for
recognition of basic elements and creation of uniform symbols
click to copy
pass2
Leftmost derivations
click to copy

Software Engineering → Coding Standards 4

The output of lexical analyser is
Quality
click to copy
The value of k,in LR(k)cannot be
Evaluating exit criteria and reporting
click to copy
An ideal compiler should
machine independent optimization
click to copy
A compiler which allows only the modified section of the source code to be re-compiled is called
A->aAa A->aAb A->c
click to copy

Software Engineering → Software Testing 4

which of the following system software resides in main memory
Product Metric
click to copy
The cost of developing a compiler is proportional to
Test bed
click to copy
which of the following is used for grouping of characters into tockens
all of these
click to copy
In a two pass assembler pseudo code,equ is to be evaluated during
Canonical LR
click to copy

Software Engineering → Debugging 4

.machine independent phase of the compiler is
Performance Testing
click to copy
which of the following is the most general phase structured grammar
Sanity Testing
click to copy
which of the following class of statements usually produces no executable code when compiled
Terminal table
click to copy
In a syntax directed translation scheme,if values of an attribute of a node is a function of the attributes of its children,then attribute is called
syntactic errors
click to copy

Software Engineering → Software Maintenance 4

.which of the following is used for grouping of characteristics into tockens
Regression Testing
click to copy
Type checking is normally done during
End Users
click to copy
Access time of the symbol table will be logarithmic,if it is implemented by
Terminal table
click to copy
Software that allows your computer to interact with the user, applications, and hardware is called
loop optimization
click to copy

Software Engineering → Introduction to Software Engineering 4

A bottom up parser generates
Equivalence partitioning
click to copy
which of the following grammars are not phase structured
White box testing
click to copy
A shift reduce parser carries out the actions specified within braces immediately after reducing,with the corresponding rule of the grammar <br>s->xxW{print “1”}<br>s->y{print “2”}<br>w->sz{print “3”}<br>what is the translation of “xxxxyzz”
set of tokens
click to copy
Programs that coordinate computer resources, provide an interface between users and the computer, and run applications are called
loop unrolling
click to copy

Software Engineering → Software Development Models 3

.A top down parser generates
Priority
click to copy
csg can be recognized by
Waterfalls model
click to copy
The output of a lexical analyzer is
all of these
click to copy

Software Engineering → Waterfall Model 3

which of the following grammer is LR(1)
Defect
click to copy
which of the following is not a source error
Design
click to copy
Synthesized attribute can be easily simulated by a
all of these
click to copy

Software Engineering → Spiral Model 3

which of the following parser is the most powerful
Process based
click to copy
A parser with valid prefix property is advantageous because it
accepts a program written in a high level language and produces an object program
click to copy
which of the following cannot be used an an intermediate code form
parser SLR,canonical CR and LALR have the same power
click to copy

Software Engineering → Agile Model 3

Minimum hamming distance method is used for connection of
User end’s
click to copy
ud-chaining is useful for
places programs into memory and prepares them for execution.
click to copy
A Language L is defined by L={xn yn |n>1} which of the following definitions generates the same language as L
lexical analyser
click to copy