Operating-Systems
August 12, 2024NVS PGT CS 2017 Part-B
August 13, 2024NVS PGT CS 2017 Part-B
Question 9
|
Identify the incorrect statement about XML parser :
A parser is a software program that checks the syntax used in an XML file.
|
|
A validating passer ensures that the XML document is well formed but not valid.
|
|
Validating passer checks syntax as well as compares the structure of the XML document .
|
|
Non-validating parser only checks for structure problems with the XML code.
|
Question 9 Explanation:
A parser is a piece of program that takes a physical representation of some data and converts it into an in-memory form for the program as a whole to use.
Parsers are used everywhere in software. An XML Parser is a
parser that is designed to read XML and create a way for programs to use XML.
Parsers are used everywhere in software. An XML Parser is a
parser that is designed to read XML and create a way for programs to use XML.
Correct Answer: B
Question 9 Explanation:
A parser is a piece of program that takes a physical representation of some data and converts it into an in-memory form for the program as a whole to use.
Parsers are used everywhere in software. An XML Parser is a
parser that is designed to read XML and create a way for programs to use XML.
Parsers are used everywhere in software. An XML Parser is a
parser that is designed to read XML and create a way for programs to use XML.
Subscribe
Login
0 Comments