May 17, 2024Question 11460 – Compiler-DesignThe following grammar is: S → Aa | b Ac | dc | bda A → a Correct Answer: D Question 327 Explanation: Let’s check for […]
May 17, 2024Question 14164 – Compiler-DesignThe LL(1) and LR(0) techniques are ______. Correct Answer: D Question 359 Explanation: LL(1) is a Top down parser that parsers the leftmost derivation. LL(0) is […]
May 17, 2024Question 8003 – Theory-of-ComputationLet L(R) be the language represented by regular expression R. Let L(G) be the language generated by a context free grammar G. Let L(M) be the […]
May 17, 2024Question 8823 – Digital-Logic-DesignThe amount of ROM needed to implement a 4 bit multiplier is Correct Answer: D Question 23 Explanation: To implement a 4-bit multiplier we need to […]