Given a string of tokens; which of the following is the method of finding a…

2021

Given a string of tokens; which of the following is the method of finding a parse?

Answer: C. ParsingGiven a string of tokens, the process of determining its syntactic structure (parse tree) is called Parsing. ⇒ Hence, the method of finding a parse is Parsing

  1. A.

    Analysing

  2. B.

    Recognizing

  3. C.

    Parsing

  4. D.

    Tokenizing

  5. E.

    Question not attempted

Attempted by 226 students.

Show answer & explanation

Correct answer: C

Given a string of tokens, the process of determining its syntactic structure (parse tree) is called Parsing.
⇒ Hence, the method of finding a parse is Parsing

Explore the full course: Isro

Loading lesson…