Learn and practice Aptitude questions and answers with explanation for interview, competitive exam (Pariksha Corner )

PGCET CSE Exam (Karnataka) 2011



Friday, January 24, 2020

most closely describes the regular expression 01 * 0

Which statement most closely describes the regular expression 01 * 0 ?
AIt represents a finite set of finite strings
BIt represents an infinite set of finite strings
CIt represents a finite set of infinite strings
DIt represents an infinite set of infinite strings.
View Answer

All compilers are designed to be

All compilers are designed to be
Arecursive
Bserially usable
Cself correcting
Dre-entrant.
View Answer

Generation of intermediate code based on an abstract machine

Generation of intermediate code based on an abstract machine model is useful in compilers because
Ait makes the implementation of lexical analysis and syntax analysis easier
Bsyntax directed translations can be written for intermediate code generation
Cit enhances the portability of the front end of the compiler
Dit is not possible to directly generate code for real machines.
View Answer

Recursive descent parsing is an example of

Recursive descent parsing is an example of
Atop down parsing
Bbottom up parsing
Cpredictive parsing
Dheuristic parsing.
View Answer

In an absolute loading scheme, the assembler, in addition to

In an absolute loading scheme, the assembler, in addition to its normal functions, should also perform
Aallocation
Breallocation
Clinking
Dloading
View Answer

Categories