Question: In lexical analysis, what is a \'token\'?
Options:
Correct Answer: A data structure representing a keyword or identifier
Solution:
A token is a data structure that represents a keyword, identifier, or other meaningful element in the source code.