Which of the following shows the correct syntax of the function used to test for the existence of an XML document?

A. ?exists(uri)
B. ?doc-available(uri)
C. ?doc-exists(uri)
D. ?available(uri)?


Answer: B

Computer Science & Information Technology

You might also like to view...

Subdomain names are added to the _____________ of the domain name.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In the following code for the __init__ method for the linked binary search tree, what is the missing code? def __init__(self, sourceCollection = None): AbstractCollection.__init__(sourceCollection)

A. self.root = sourceCollection B. self.root = None C. sourceCollection.__init__(AbstractCollection) D. self.leaf = root

Computer Science & Information Technology

An iSCSI client that sends iSCSI commands to an iSCSI target

What will be an ideal response?

Computer Science & Information Technology

Each central processing unit (CPU) produces a series of electronic pulses at a predetermined rate, called the clock speed, which affects machine cycle time.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology