Types-of-Definitions
December 30, 2024UGC NET CS 2008-june-Paper-2
December 31, 2024KVS 30-12-2018 Part B
|
Question 13
|
In a computer, keywords of a language are recognized during
|
Parsing of the program
|
|
|
Code generation
|
|
|
Lexical analysis of the program
|
|
|
Data flow diagrams
|
Question 13 Explanation:
Lexical analyzer reads the characters from source code and convert it into tokens.
Different tokens or lexemes are:
→Keywords
→Identifiers
→Operators
→Constants
Different tokens or lexemes are:
→Keywords
→Identifiers
→Operators
→Constants
Correct Answer: C
Question 13 Explanation:
Lexical analyzer reads the characters from source code and convert it into tokens.
Different tokens or lexemes are:
→Keywords
→Identifiers
→Operators
→Constants
Different tokens or lexemes are:
→Keywords
→Identifiers
→Operators
→Constants
