Beginner Theory of Computation
Q17 / 100

What is a terminal symbol in a grammar?

Correct! Well done.

Incorrect.

The correct answer is B) A symbol that cannot be replaced by any production rule; appears in the final generated string

B

Correct Answer

A symbol that cannot be replaced by any production rule; appears in the final generated string

Explanation

Terminals are the actual symbols of the language (letters, digits). Non-terminals are intermediate symbols that get replaced. Only terminals appear in final derived strings.

Progress
17/100