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

1) XML stands for Extensible Markup Language
2) XML allows the description of virtually any type of data.
3) XML documents are readable by humans but not computers.
4) XML is a proprietary technology.


1) T
2) T
3) F
4) F

Computer Science & Information Technology

You might also like to view...

Disabling interrupts ________.

a) is a viable solution for mutual exclusion in a multiprocessor system b) on a uniprocessor system could result in an infinite loop causing the system to hang c) typically prevents a thread from being preempted while accessing shared data d) both b and c

Computer Science & Information Technology

What task(s) should you perform as soon as you finish configuring a router? (Select all that apply.)

A. traceroute B. back up the router configuration C. document how you configured the router D. turn on dynamic routing E. both C and B

Computer Science & Information Technology

Find the distance from to on the graph. Round your answer to the nearest tenth. __________ units

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

Computer Science & Information Technology

Which of the following is NOT a precondition for an array that is to be searched by a recursive binary search algorithm? (first is the index of the first item in the array, last is the index of the last item in the array, and SIZE is size of the array)

a. SIZE <= first b. 0 <= first c. last <= SIZE – 1 d. anArray[first] <= anArray[first + 1] <= … <= anArray[last]

Computer Science & Information Technology