ADVANCED TOPICS IN COMPILER DESIGN
CODE GENERATION FOR OBJECT ORIENTED LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
words, symbols, and codes that enables human to communicate with computers
|
|
use to write application programs which are used by end users
|
|
to write powerful applications programs that can solve any task in the world today
|
|
distinctive grammars and syntax and its own manner of expressing ideas
|
|
the algorithm which a user has written to get an output
|
Detailed explanation-1: -Syntax refers to the rules that define the structure of a language. Syntax in computer programming means the rules that control the structure of the symbols, punctuation, and words of a programming language. Without syntax, the meaning or semantics of a language is nearly impossible to understand.
Detailed explanation-2: -The syntax of a programming language describes which strings of of characters comprise a valid program. The semantics of a programming language describes what syntactically valid programs mean, what they do. In the larger world of linguistics, syntax is about the form of language, semantics about meaning.
Detailed explanation-3: -Programming languages have their syntax, rules, and structure. Some are proprietary and only work within specific applications, and others have more widespread use.