Parser - unit 2 and 3

Parser - unit 2 and 3

University

15 Qs

quiz-placeholder

Similar activities

CD QUIZ S6 30-3-22

CD QUIZ S6 30-3-22

University

10 Qs

CS2505 Compiler Optimization - Quiz-1

CS2505 Compiler Optimization - Quiz-1

University

10 Qs

Compiler Design

Compiler Design

University

15 Qs

Compiler and Interpreter

Compiler and Interpreter

University

20 Qs

Compiler Design

Compiler Design

University

10 Qs

Compiler Design Quiz

Compiler Design Quiz

University

20 Qs

Compiler technology

Compiler technology

University

20 Qs

Compiler Design

Compiler Design

University

20 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?