...
October 10, 2023

UGC NET CS 2014 June-paper-2

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 […]
October 10, 2023

Compiler-Design

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 […]
October 10, 2023

Nielit Scentist-B [02-12-2018]

Question 16 Identify the correct nodes and edges in the given intermediate code: (1) i=1 (2) t1=5*I (3) t2=4*t1 (4) t3=t2 (5) a[t3]=0 (6) i=i+1; (7) […]
October 10, 2023

Nielit Scentist-B [02-12-2018]

Question 17 __ is holding an entry for each terminal symbol and is acting as permanent database A Variable Table B Terminal Table C Keyword Table […]