Match the following: $$\begin{array}{|cc|cc|} \hline (i) &LL(1)&(A)& \text{bottom-up} \\ \hline (ii)& \text{Recursive Descent}& (B) &\text{Predictive} \\ \hline (iii) &\text{Recursive Ascent}& (C)& \text{Top-down} \\ \hline (iv) &LR(1) &(D)& \text{Deterministic CFL} \\ \hline \end{array}$$
@Arjun Sir,
option C is correct one. pls update this.
LL(1) is bottom-up parser.
A form of recursive-descent parsing that does not require any back-tracking is known as predictive parsing
III and IV both can map to bottom-up parsing