Question: In the context of LL parsing, what does the \'1\' in LL(1) signify?
Options:
Correct Answer: One lookahead token is used.
Solution:
The \'1\' in LL(1) indicates that one lookahead token is used to make parsing decisions.