Time Left - 10:00 mins

ISRO 2018: Compiler Design Booster Quiz- 3

Attempt now to get your rank among 782 students!

Question 1

Consider the following three address code table.

Which of the following expression represents the above three address code (quadruple notation)

Question 2

A simple two pass assembler does which of the following in the first pass?

Question 3

Which one of the following is a top – down parser?

Question 4

S->aA|b
A->Ab|
The following grammar is?

Question 5

Which of the following is not type of intermediate code generation.

Question 6

Which of the following productions eliminate left recursion in the productions given below:
S → Aa | b
A → Ac | Abd | ε

Question 7

Which of the following class of statement usually produces no executable code when compiled?

Question 8

Which of the following statements about peephole optimizations is False?
  • 782 attempts
  • 5 upvotes
  • 13 comments
Aug 24GATE & PSU CS