FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

Compiler Design Questions and Answers

9. Compiler can check ________ error.
 
  • A. Logical
  • B. Syntax
  • C. Content
  • D. Both A and B
 
10. A grammar that produces more than one parse tree for some sentence is called as
 
  • A. Ambiguous
  • B. Unambiguous
  • C. Regular
  • D. All of these
 
 
11. Lexical analysis is about breaking a sequence of characters into
 
  • A. Groups
  • B. Packets
  • C. Lines
  • D. Tokens
 
12. _______ is the most general phase structured grammar.
 
  • A. Context sensitive
  • B. Regular
  • C. Context free
  • D. All of these