recategorized by
407 views
1 votes
1 votes

Which one of the following statements is $\text{FALSE}$?

  1. Context-free grammar can be used to specify both lexical and syntax rules.
  2. Type checking is done before parsing
  3. High level language programs can be translated to different Intermediate Representations
  4. Arguments to a function can be passed using the program stack
recategorized by

1 Answer

Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Dec 9, 2020
654 views
Which of the following is a correct time complexity to solve the $0/1$ knapsack problem where $n$ and $w$ represents the number of items and capacity of knapsack respecti...
1 votes
1 votes
1 answer
2
gatecse asked Dec 9, 2020
403 views
In an undirected graph, if we add the degrees of all vertices, it is:oddevencannot be determinedalways $n+1,$ where $n$ is number of nodes
1 votes
1 votes
1 answer
4
gatecse asked Dec 9, 2020
413 views
In the following addressing mode, which of them performs better for accessing, array?Register addressing modeDirect addressing modeDisplacement addressing modeIndex addre...