497). What does a Node object represent?

[A]Single node
[B]Set of nodes
[C]Sequence of nodes
[D]Node array

Show Answer

498). What does the nodeName of the nodeType Document return?

[A] doctype name
[B]target
[C]#comment
[D]#document

Show Answer

499). What is the purpose of the method item()?

[A]Returns node after the specified index
[B]Returns node before the specified index
[C]Returns node at specified index
[D]Returns the node following the specified node

Show Answer

500). How can the nodes in the node list be accessed?

[A]Key
[B]Index number
[C] Looping
[D]Value

Show Answer

501). Which of the following is the child(s) of the node type EntityReference?

[A]Element
[B]Text
[C] Both Element and Text
[D]Entity

Show Answer

502). Which node type represents the root-node of the DOM tree?

[A]Document
[B]DocumentFragment
[C]DocumentType
[D]Entity

Show Answer

503). What is the purpose of the DocumentFragment node type?

[A]To hold a portion of a document
[B]To split the document into fragments
[C]To hold the entire document
[D] To hold the fragments

Show Answer

504). How many nodetype – named constants are available?

[A]13
[B]11
[C]12
[D]10

Show Answer

505). Which of the following Node types have a node value equal to null?

[A]Document
[B]DocumentFragment
[C]DocumentType
[D]All of the mentioned

Show Answer

506). How many node object properties are there?

[A]12
[B]14
[C]16
[D]17

Show Answer