COMPILERS CSE(2353) TA-2(a)

123456789101112131415
Across
  1. 2. The lexical analyzer produces a list of ___ of output
  2. 5. The state from where the automata starts is known as ____________
  3. 6. Compiler can check ____ error.
  4. 7. The initial phase of a compiler that analyzes the source code.
  5. 9. The sequence of character in a source program matched with a pattern for a token is called
  6. 10. Compiler should report the presence of _____ in the source program, in translation process.
  7. 11. The process of converting high-level code to machine code.
  8. 13. How many types of parser will be in compiler?
  9. 14. How many parts of compiler are there?
  10. 15. A program that converts assembly code to machine code.
Down
  1. 1. Which data structure in a compiler is used for managing information about variables and their attributes?
  2. 3. Which of the following is used for grouping of characters into tokens?
  3. 4. In computer design _____ is used to obtain a rightmost derivation in reverse
  4. 6. The lexical analyzer takes ____ as input.
  5. 8. The phase of a compiler that generates machine code
  6. 12. The action of parsing the source program into proper syntactic classes is called. Compiler can check ____ error.