InterviewSolution
Saved Bookmarks
| 1. |
The structure or format of data is called ___________(a) Syntax(b) Semantics(c) Struct(d) FormattingI have been asked this question in an interview.This interesting question is from Basics topic in portion Computer Networks Introduction of Computer Network |
|
Answer» RIGHT option is (a) Syntax To explain: The STRUCTURE and format of data are defined using syntax. Semantics defines how a particular PATTERN to be INTERPRETED, and what action is to be taken based on that interpretation. In programming languages, syntax of the instructions plays a vital role in designing of the PROGRAM. |
|