Multiple choice A top down parser generator is right most derivation left most derivation right most derivation in reverse left most derivation in reverse Reveal answer Fill a bubble to check yourself B Correct answer Explanation Top-down parsers (including predictive parsers) use leftmost derivation - they expand the leftmost non-terminal at each step. Rightmost derivation is used by bottom-up parsers.