Question 27 Which one or more of the following CPU scheduling algorithms can potentially cause starvation? A First-in First-Out B Round Robin C Priority Scheduling D […]
Question 25 Let ε=0.0005. and Let Rε be the relation {(x,y)εR2:|x-y|<ε}, Rε could be interpretated as the relation approximately equal. Rε is (A) Reflexive (B) Symmetric […]
Question 8 The diagram that helps in understanding and representing user requirements for a software project using UML (Unified Modeling Language) is: A Entity Relationship Diagram […]
Question 250 Grammar of the programming is checked at ________ phase of compiler A semantic analysis B code generation C syntax analysis D code optimization Compiler-DesignPhases-of-CompilersUGC […]
Question 6 Which of the following statements is false? A An unambiguous grammar has the same leftmost and rightmost derivation B An LL(1) parser is a […]
Question 12 YACC builds up A SLR parsing table B Canonical LR parsing table C LALR parsing table D None of these Compiler-DesignParsers Question 12 Explanation: […]
Question 7 Which of the following suffices to convert an arbitrary CFG to an LL(1) grammar ? A Removing left recursion alone B Removing the grammar […]
Question 293 Top-down parsers are predictive parsers, because : A next tokens are predicted. B length of the parse tree is predicted beforehand C lowest node […]