1. Question: What other elements an element can contain in what order is defined by the __________.

    A
    Content rules

    B
    Content model

    C
    Children model

    D
    Allowable content

    Note: Not available
    1. Report
  2. Question: What do you call the element declaration which conations a list of other elements?

    A
    Content rules

    B
    Content model

    C
    Children model

    D
    Allowable content

    Note: Not available
    1. Report
  3. Question: Which one is correct about an element declaration in DTD?

    A
    It contains the name of the element and the type of data the element contains

    B
    It contains the type of data the element contains and the name of the element

    C
    It contains the name of the element, the type of data the element contains and the actual data the element holds

    D
    It contains the name of the element, the type of data the element contains and the precision of data the element holds

    Note: Not available
    1. Report
  4. Question: What is content specification?

    A
    It identifies the child elements an element must contain and the order of the child elements

    B
    It identifies the name of the element and the type of data the element can contain

    C
    It identifies the name of the element, the type of data the element contains and the actual data the element holds

    D
    It identifies the pattern of data that an element can contain

    Note: Not available
    1. Report
  5. Question: Consider the following DTD fragment <! ELEMENT description (#PCDATA)> According to the above declaration which of the following is or are valid?

    A
    <description />

    B
    <description>The scholarship is for underprivileged Muslim young</description>

    C
    <description>The scholarship is for <b>underprivileged</b> Muslim young</description>

    D
    <description>The scholarship is for <b>underprivileged <i>Muslim young</i></b> </description>

    Note: Not available
    1. Report
  6. Question: Which of the following DTD content specification or specifications are valid?

    A
    <!ELEMENT description (#PCDATA| b | i )>

    B
    <!ELEMENT description (#PCDATA| b | i )*>

    C
    <!ELEMENT description ( b | i | #PCDATA )*>

    D
    <!ELEMENT description ( b | i | #PCDATA )>

    Note: Not available
    1. Report
  7. Question:  ____________ is ordinary text that can include characters normally reserved for markup. Which one is the correct for the blank ?

    A
    Character Data

    B
    Parsed Character Data

    Note: Not available
    1. Report
  8. Question: XML processors assume that the content of element in a XML file is _______________ by default.

    A
    Character Data

    B
    Parsed Character Data

    Note: Not available
    1. Report
  9. Question: XML processors assume that the value of an attribute in a XML file is _______________ by default.

    A
    Character Data

    B
    Parsed Character Data

    Note: Not available
    1. Report
  10. Question: Which of the following is or are valid text content for an XML element?

    A
    9 > 8 is true

    B
    9 > 8 is true

    C
    9 ‘>’ 8 is true

    D
    <![CDATA[ 9 > 8 is true]]>

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd