Skip to content

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

Compiler Design PYQ

What are the symbol table requirements ? What are the demerits in the uniform structure of symbol table ?

March 27, 2024March 27, 2024 by By Team EasyExamNotes

Symbol Table Requirements: Demerits of Uniform Structure:

Discuss symbol table with its capabilities ?

March 27, 2024March 27, 2024 by By Team EasyExamNotes

Define parse tree. Why parse tree construction is only possible for CFG ?

March 27, 2024March 27, 2024 by By Team EasyExamNotes

A parse tree is like a family tree for a sentence in a programming language or any other formal language. It shows how the sentence … Read more

What is intermediate code generation and discuss benefits of intermediate code ?

March 27, 2024March 27, 2024 by By Team EasyExamNotes

What is Intermediate Code Generation? Imagine you’re building a house. Before you can start building, you need a blueprint, right? Similarly, in the process of … Read more

What is the difference between S-attributed and L-attributed definitions ?

March 27, 2024March 27, 2024 by By Team EasyExamNotes

Aspect S-attributed Definitions L-attributed Definitions Order of attribute evaluation Attributes are calculated as we traverse the parse tree from leaves to root, allowing attributes to … Read more

Differentiate between recursive descent parsing and predictive parsing.

March 27, 2024March 27, 2024 by By Team EasyExamNotes

S. No. Recursive Descent Parsing Predictive Parsing 1. Uses recursive routines to parse. Uses a parsing table for parsing. 2. Converts production rules into code … Read more

Differentiate between top-down and bottom-up parser.Under which conditions predictive parsing can be constructed for a grammar ?

March 27, 2024March 27, 2024 by By Team EasyExamNotes

Aspect Top-Down Parser Bottom-Up Parser Approach Starts from the highest level and works downwards. Starts from the lowest level and builds upwards. Analogy Reading a … Read more

What are the common conflicts that can be encountered in shift-reduce parser ?

March 27, 2024March 27, 2024 by By Team EasyExamNotes

What is parser ? Write the role of parser. What are the most popular parsing techniques ? OR Explain about basic parsing techniques. What is top-down parsing ? Explain in detail.

March 27, 2024March 27, 2024 by By Team EasyExamNotes

What is Parsing? Parsing is like analyzing the structure of a sentence in a language. When you read a sentence, you understand it by breaking … Read more

Describe the capabilities of CFG.

March 27, 2024March 27, 2024 by By Team EasyExamNotes
Older posts
Page1 Page2 Page3 Next →

© 2024 EasyExamNotes.com | Some content on this site was generated with the assistance of Google's Gemini AI and ChatGPT.