Parser - unit 2 and 3

Parser - unit 2 and 3

University

15 Qs

quiz-placeholder

Similar activities

CD S6 QUIZ 29-03-22

CD S6 QUIZ 29-03-22

University

10 Qs

Compiler Design Quiz I June 18

Compiler Design Quiz I June 18

University

10 Qs

4308 Midterm Study Guide Ch 3-7

4308 Midterm Study Guide Ch 3-7

University

20 Qs

321 - Quiz07

321 - Quiz07

University

10 Qs

COMPILER DESIGN QUIZ 28.3.2023

COMPILER DESIGN QUIZ 28.3.2023

University

10 Qs

Compiler

Compiler

11th Grade - University

20 Qs

CD QUIZ S6 25-3-22

CD QUIZ S6 25-3-22

University

10 Qs

Compiler Design -Lexical analysis and Syntax analysis

Compiler Design -Lexical analysis and Syntax analysis

University

12 Qs

Parser - unit 2 and 3

Parser - unit 2 and 3

Assessment

Quiz

Computers

University

Medium

Created by

shanthini Sampath

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A grammar that produces more than one parse tree for some sentence is called __________

Ambiguous

UnAmbiguous

Regular

None of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following derivations does a top-down parser use while parsing an input ?

Which of the following derivations does a top-down parser use while parsing an input ?

Which of the following derivations does a top-down parser use while parsing an input ?

Rightmost derivation

 Rightmost derivation traced out in reverse

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following error can a compiler check?

Syntax Error

Logical Error

Both Logical and Syntax Error

Compiler cannot check errors

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which ine of the following is a top-down parser

LR(k) parser

Operator precedence parser

Recursive Descent parser

LALR(k) parser

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is false?

An LL(1) parser is a top-down parser

An unambiguous grammar has the same leftmost and rightmost derivation

LALR is more powerful than SLR

An ambiguous grammar can never be LR(k) for any k

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

YACC is a: 

Lexical analyzer generator Parser generator 

Parser generator 

Semantic analyzer 

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given grammar 

S –> (L) | a 

L –> L, S | S 

Which of the input recognized by the grammar: 

 ((a, a), a) 

 (a,a) 

((a, a,a),a) 

 All of the above

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?