Multiple choice question for engineering Set 1 1. Which of the following derivations does a top-down parser use while parsing an input string? a) Leftmost derivation b) Leftmost derivation in reverse c) Rightmost derivation d) Rightmost derivation in reverse AnswerAnswer: a [Reason:] In top down parser takes input from Left to right constructing a leftmost…