adplus-dvertising
frame-decoration

Question

Which is not true about syntax and semantic parts of a computer language?

a.

Semantics is the responsibility of the programmer.

b.

Semantics is checked mechanically by a computer.

c.

Both (a) and (b)

d.

Syntax is generally checked by the programmer.

Answer: (c).Both (a) and (b)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which is not true about syntax and semantic parts of a computer language?

Similar Questions

Discover Related MCQs

Q. Which of the following statement is true ?

Q. Which of the following features cannot be captured by CFG ?

Q. Function of the syntax phase is to

Q. Substitution of values for names whose values are constant, is done in

Q. Reduction in strength means

Q. To recover from an error, the operator precedence parser may

Q. The best way to compare the different implementations of symbol table is to compare the time required to

Q. An intermediate code form is

Q. The identification of common sub-expression and replacement of run-time computations by compile-time computations is

Q. Let ( Z,* ) be an algebraic structure, where Z is set of integers and the operation * is defined by n * m =maximum ( n , m ) Which of the following statements is true for ( Z, * ) ?

Q. The most powerful parser is

Q. LR parsers are attractive because

Q. In operator precedence parsing, precedence relations are defined

Q. Uniform symbol table

Q. Which of the following is a phase of a compilation process ?

Q. Terminal table -

Q. Forward reference table(FRT) is arranged like -

Q. Pass 2

Q. pass 1

Q. A Language L is defined by L={xn yn |n>1} . Which of the following definitions generates the same
language as L