COMPILER DESIGN LAB QUIZ

COMPILER DESIGN LAB QUIZ

University

5 Qs

quiz-placeholder

Similar activities

Análisis sintáctico LR(K) y Análisis sintáctico LALR

Análisis sintáctico LR(K) y Análisis sintáctico LALR

University

9 Qs

CD Quiz Batch B2 1a and 1 b programs

CD Quiz Batch B2 1a and 1 b programs

University

8 Qs

Compiler Design

Compiler Design

University

10 Qs

CD program 5

CD program 5

University

4 Qs

Apps Script Quiz - Day 4 Lesson

Apps Script Quiz - Day 4 Lesson

University

10 Qs

Banco de dados 3. ano

Banco de dados 3. ano

3rd Grade - University

10 Qs

Leading and Trailing

Leading and Trailing

University

5 Qs

VIT Compiler Design -Semantic analysis

VIT Compiler Design -Semantic analysis

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