Home » Compiler Design » Compiler design miscellaneous » Question

Compiler design miscellaneous

  1. Match the following :
    (P) Lexical analysis (i) Leftmost derivation
    (Q) Top down parsing (ii) Type checking
    (R) Semantic analysis (iii) Regular expressions
    (S) Runtime environments (iv) Activation records
    1. P ↔ i, Q ↔ ii, R ↔ iv, S ↔ iii
    2. P ↔ iii, Q ↔ i, R ↔ ii, S ↔ iv
    3. P ↔ ii, Q ↔ iii, R ↔ i, S ↔ iv
    4. P ↔ iv, Q ↔ i, R ↔ ii, S ↔ iii
Correct Option: B

NA



Your comments will be displayed only after manual approval.