A(n) _____ module is an external XQuery file that contains only the declarations for namespaces, variables, and user-defined functions.

A. ?storage
B. ?library
C. ?import
D. ?declaration


Answer: B

Computer Science & Information Technology

You might also like to view...

The type of the literal string "Hello" is best described as

A) *string. B) string *. C) char *. D) *char[]. E) None of the above

Computer Science & Information Technology

Will has created a brochure for a piano recital and wants to make an interesting pattern of musical notes on the front cover. He decides to use the Blend tool. Will has created a blend using seven steps. When he switches to Outline mode to view his blend, he sees ____.

A. nine blend objects; the seven steps and the two original blend objects B. the two original blend objects and a straight line between them C. seven blend objects D. nine blend objects, and a straight line stringing them together

Computer Science & Information Technology

A technician wants to consolidate and log specific alerts from network devices into a database so maintenance tasks and potential device problems can be addressed in a timely manner.   Which of the following should the technician implement?

A. IDS appliance B. Syslog server C. IPS appliance D. UTM appliance

Computer Science & Information Technology

If we want a search function to search an array for some value and return either the index where the value was found, or -1 if not found, which of the following prototypes would be appropriate?

a. void search(const int array, int target, int numElements); b. void search(const int array, int target); c. int search(const int array[], int numElements); d. int search(const int array[], int target, int numElements);

Computer Science & Information Technology