Back to the 2020 paper
Similar questions
Compiler DesignWrite short notes on: YACC20227mSoftware EngineeringWhich of the following is not a part of bug report? (i) Test case (ii) Output (iii) Software version (iv) LOC20202m Compiler DesignChoose the correct option / answer the following: Which of the following phase of the compiler is optional? (i) Syntax Analysis (ii) Intermediate Code Generation (iii) Semantic Analysis (iv) Code Optimization20242mSoftware EngineeringWhich of the following is not a part of bug report? (i) Test case (ii) Output (iii) Software version (iv) LOC20202m
PreviousDefinition of a language L with alphabet \{a\} is given as L = \{a^{nk} \mid k > 0, \text{ and } n \text{ is a positive integer constant}\} What is the minimum number of states needed in a DFA to recognize L? (i) k + 1 (ii) n + 1 (iii) 2^{n + 1} (iv) 2^{k + 1}NextA pushdown automata can be represented as \text{PDA} = \epsilon\text{-NFA} + [\text{stack}]. (i) True (ii) False