https://docs.google.com/document/d/1_tZw7fmp25hnfVD4SUGDw4W-WDHG0o5h/edit?usp=sharing&ouid=112711162618141236570&rtpof=true&sd=true This document is a detailed Question Bank organized into five units covering core concepts in Compiler Design, complete with Multiple Choice Questions (MCQs), Fill in the Blanks, Match the Following, and descriptive 5-Marks Questions. The structure of the questions also includes the Bloom's Taxonomy Level (BTL: 1. Remembering to 6. Creating) and the corresponding Course Outcome (CO). UNIT I: Introduction & Lexical Analysis This unit focuses on the initial stages of compilation, covering the role and structure of a compiler and the process of lexical analysis. Compiler Fundamentals: The primary function of a compiler is to translate programs written in a high-level language into machine code. The phases of a compiler include Lexical analysis, Syntax analysis, Semantic analysis, and Code generation. Lexical Analysis: The purpose ...
Comments