PHASES OF COMPILER

123456789101112131415
Across
  1. 1. ____ constructs the desired target program from the intermediate representation of the source program
  2. 4. The output of the _______ is called an object file
  3. 6. The fifth phase of a compiler is___
  4. 7. How many parts of compiler are there?
  5. 9. Which table is a permanent database that has an entry for each terminal symbol?
  6. 11. Compiler should report the presence of _____ in the source program, in translation process
  7. 13. Lexical analysis is also called as ____ in a compiler.
  8. 14. In _____ analysis the compiler checks the meaning of the source code to ensure that it makes sense.
  9. 15. _____ is considered as a sequence of characters in a token.
Down
  1. 2. The lexical analyzer produces a list of ___ as output.
  2. 3. What is the name of the process that determining whether of tokens can be generated by a grammar
  3. 5. The action of parsing the source program into proper syntactic classes is called
  4. 8. An ________ converts high-level language into low-level machine language, just like a compiler.
  5. 10. A compiler scans the entire program and translates it as a whole into ______
  6. 12. The compiler also checks for_____ errors, such as undeclared variables and incorrect function calls.