Top 15 System programming and compiler design interview question and answer in 2022

 

Top 15 System programming and compiler design interview question and answer in 2022

Q.1) A Compiler translates the source code too?

·         machine code and binary code

Q.2) Which of the following groups token together into the asymmetric structure?

·      Â·   Lexical analyzer

Q.3) In the transition process compiler school report the presence of in the source program?

·        Â· errors

Q.4) What is the output of the lexical analyzer?

·                    Â· A list of tokens

Q.5) how many parts of the compiler of there?

·            Â·    2

Q.6) Grammar of the programming is checked of which phase of the compiler?

·                Â·Syntax analysis

Q.7) What is the process of finding a parse tree for a string of tokens?

·                 Â·  parsing

Q.8) The action of parsing the source program into proper Syntax classes?

·                  Â·  Lexical analysis

Q.9) The compiler can check which error?

·                         Â·   Syntex error

Q.10) The grammar that produces more than one parse tree for some sentences is called?

·                          Â·   Ambiguous

Q.11) Lexical analysis is about Breaking and sequence of characters into which part?

·             Â·          tokens

Q.12) Which is the most general structured grammar?

·                   Â· Context-sensitive

Q.13) Which is considered as a sequence of characters in a token?

·                  Â·   lexeme

Q.14) What is the name of the process that determines whether a stream of tokens can be there by grammar?

·               Â·  parsing

Q.15) Resolution and externally defined symbol are performed by?

·      linker





Post a Comment

0 Comments