

InterviewSolution
Saved Bookmarks
1. |
The formal grammar rules governing the construction of valid instruction.(a) test case(b) syntax(c) program(d) semanticsThe question was asked in unit test.My question is based upon Machine Languages in chapter Computer Languages of Computer Fundamentals |
Answer» RIGHT answer is (b) syntax To EXPLAIN I WOULD say: Syntax DETERMINES the grammatical rules in a CODE. Semantics give meaning to the instructions. |
|