Question
What is Jackson’s annual income?
Statement I. Jackson’s monthly income is Rs. 17500 more than Annie’s monthly income. Statement II. Ruby’s monthly income is Rs. 4,500, which is half of Annie’s monthly income. In each of the following questions, a question followed by two statements numbered I and II are given. You have to read both the statements and then Give answerSolution
From both statements Jackson’s income = Annie’s income + 17,500 Annie’s income = 4.500 × 2 =9000 ∴ Jackson’s income = 9000 + 17500 = 26,500
Which of the following is NOT a type of intermediate code?
Peephole optimization is applied during:
Which of the following tasks is NOT performed during lexical analysis?
Which of the following parsers is the most powerful (can parse the largest class of grammars)?
Which phase of the compiler checks the type consistency of the program?
The primary goal of code optimization is to:
A grammar that produces multiple parse trees for the same input string is called:
An "activation record" (or stack frame) is created for each function call and typically contains:
Which parsing method uses a stack and an input buffer?
Which of the following grammars is suitable for top-down parsing?