Tag: web 2.0

Questions Related to web 2.0

  1. All XML documents must have a DTD

  2. All XML elements must be lower case

  3. All XML elements must be properly closed

  4. All the statements are true


Correct Option: C

What does XSL stand for?

  1. eXtensible Style Listing

  2. eXpandable Style Language

  3. eXtensible Stylesheet Language

  4. eXpandable Stylesheet Language


Correct Option: C
  1. XML elements must be properly nested

  2. XML tags are case sensitive

  3. XML documents must have a root tag

  4. All the statements are true


Correct Option: D
  1. <2Dollar>

  2. All 3 names are incorrect


Correct Option: C
  1. <10paise>

  2. All 3 names are incorrect


Correct Option: D
  1. Text to be ignored

  2. Text to be ignored


Correct Option: B
Explanation:

To solve this question, the user needs to know about the different ways to indicate that certain sections of an XML document should be ignored by the parser.

Option A is incorrect because the syntax is not correct. The correct syntax for CDATA sections is

Option B is correct. is used to indicate that the enclosed text should be treated as character data and ignored by the parser.

Option C is incorrect because PCDATA is used to indicate that the enclosed text contains only character data and should be parsed as such. It does not indicate that the text should be ignored.

Option D is incorrect because the correct syntax for CDATA sections is , not ...

Therefore, the correct answer is:

The Answer is: B.

  1. Immediate language Assembler

  2. Immediate Dis-Assembler language

  3. Intermediate Language Dis-Assembler

  4. Intermediate De-Assembler language


Correct Option: C