What are the different tasks of Lexical analysis?
Answers were Sorted based on User's Feedback
Answer / vengatesh
The main task of lexical anlyzer is to form token.It takes
source code as input & begin scanning from left to right &
form token which are enter in the symbol table to generate
parse tree during compilation.So lexical anlyzer is the
first part of compilation.
| Is This Answer Correct ? | 16 Yes | 3 No |
Answer / varun
The purpose of the lexical analyzer is to partition the input text, delivering a sequence of comments and basic symbols. Comments are character sequences to be ignored, while basic symbols are character sequences that correspond to terminal symbols of the grammar defining the phrase structure of the input
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / arulmozhi.p
lexical analysis is the process of converting a sequence of
characters into a sequence of tokens.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / tushar
The purpose of the lexical analyzer is to partition the input text, delivering a sequence of comments and basic symbols. Comments are character sequences to be ignored, while basic symbols are character sequences that correspond to terminal symbols of the grammar defining the phrase structure of the input
| Is This Answer Correct ? | 6 Yes | 4 No |
How does a ram function?
How does the system detect thrashing? Once it detects thrashing, what can the system do to eliminate this problem?
What do you understand by system clock?
What items of information about a task might be useful in real time scheduling?
What are the thread states?
How to implement Threading?
What is the best way of communication in multi process environment? ex: getting log from different applications from multi servers?
What is the difference between process and program?
Page replacement algorithm in Operating System?
Explain 32 bit application/OS vs 64 application/OS?
Which program files folder is 64 bit?
Explain the layers of a windows xp system.