Search results for compiler-design+gate1998

18 votes
2 answers
1
46 votes
2 answers
2
Type checking is normally done duringlexical analysissyntax analysissyntax directed translationcode optimization
12 votes
4 answers
3
Let $G_1 = (N, T, P, S_1)$ be a CFG where, $N=\{S_1, A, B\},T=\{a, b\}$ and $P$ is given by$$\begin{array}{l|l}S_1 \rightarrow a S_1 b &S_1 \rightarrow a B b \\S_1 \right...
26 votes
3 answers
4
In a resident – OS computer, which of the following systems must reside in the main memory under all situations?AssemblerLinkerLoaderCompiler
24 votes
2 answers
5
26 votes
2 answers
6
Consider the grammarS $\rightarrow Aa \mid b$A $\rightarrow Ac \mid Sd \mid \epsilon$Construct an equivalent grammar with no left recursion and with minimum number of pr...
28 votes
1 answer
9
Faster access to non-local variables is achieved using an array of pointers to activation records called a stackheapdisplayactivation tree
To see more, click for the full list of questions or popular tags.