XML has its roots in _____.

A. HTML
B. SGML
C. XHTML
D. Perl


Answer: B

Computer Science & Information Technology

You might also like to view...

If we call function p with n = 7, then the next time p is called, n would be:

``` 1 float p( float x, int n ) 2 { 3 if ( n == 0 ) 4 return 1; 5 else 6 return x p( x, n – 1 ); 7 } ``` A. 1 B. 0 C. 8 D. 6

Computer Science & Information Technology

The number of guests that can exist on a single host is measured as a ________ .

A) VMM ratio B) hypervisor ratio C) consolidation ratio D) broker ratio

Computer Science & Information Technology

Objects that have text wrapping applied are always anchored to a specific paragraph

Indicate whether the statement is true or false

Computer Science & Information Technology

COGNITIVE ASSESSMENT You want to place a video from the Internet to your desktop. What process do you use?

A. Downloading B. VoIP C. Surfing D. Wireless accessing

Computer Science & Information Technology