JAVA
October 18, 2023Computer-Networks
October 18, 2023Compiler-Design
Question 153 |
Consider the syntax directed translation given by the following grammar and semantic rules. Here N, I, F and B are non-terminals. N is the starting non-terminal, and #, 0 and 1 are lexical tokens corresponding to input letters “#”, “0” and “1”, respectively. X.val denotes the synthesized attribute (a numeric value) associated with a non-terminal X. I1 and F1 denote occurrences of I and F on the right hand side of a production, respectively. For the tokens 0 and 1, 0.val = 0 and 1.val = 1.
The value computed by the translation scheme for the input string
10#011
is ___(Rounded off to three decimal places)
The value computed by the translation scheme for the input string
10#011
is ___(Rounded off to three decimal places)
2.375 |
Correct Answer: A
Subscribe
Login
0 Comments