COMPILER DESIGN LAB QUIZ

COMPILER DESIGN LAB QUIZ

University

5 Qs

quiz-placeholder

Similar activities

TECHIE BLAZERS

TECHIE BLAZERS

University

10 Qs

CD QUIZ S6 30-3-22

CD QUIZ S6 30-3-22

University

10 Qs

surprise quiz

surprise quiz

University

4 Qs

CDS1-Quiz

CDS1-Quiz

University

10 Qs

Linux Fail Show: Comando ou Consequência

Linux Fail Show: Comando ou Consequência

University

10 Qs

CD VIVA

CD VIVA

University - Professional Development

10 Qs

Compiler Parsing Techniques

Compiler Parsing Techniques

University

10 Qs

WINTER 24-25 CD

WINTER 24-25 CD

University

10 Qs

COMPILER DESIGN LAB QUIZ

COMPILER DESIGN LAB QUIZ

Assessment

Quiz

Computers

University

Hard

Created by

J Badajena

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the grammar E -> E + id | E × id | id. For a sentence id +id × id the handles in the right sentential form of the reduction are

Id, E + id and E + E × id

Id, E + id and E + id × id

Id, E + id and E × id

id, id + id and id + id × id

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Let SLR parser for a grammar G has n1 states and the LALR parser for G has n2 states. The relationship between n1 and n2 is:

n1 is necessarily less than n2

n1 is necessarily equal to n2

n1 is necessarily greater than n2

None of the given options

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Among simple LR (SLR), canonical LR, and look-ahead LR (LALR), which of the following pairs identify the method that is very easy to implement and the method that is the most powerful, in that order?

SLR, LALR

SLR, Canonical LR

LALR, Canonical LR

None of the given options

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is permanent database in the general model of a compiler?

Terminal table

Identifier table

Literal table

Reduction Table

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which variable does not drive a terminal string in grammar?S→AB ,A→a,B→b,B → C

A

B

C

S