________ is a new method of storing application software files as text with accompanying information on file exchange between different operating systems

Fill in the blank(s) with correct word


XML

Computer Science & Information Technology

You might also like to view...

Which line of code should be used to make the following code snippet work?

``` var longString = "Great day, isn't it?"; var shortString = _____???_______ document.write("It's going ton rain to" + shortString); ``` a. ``` shortString = longString.substr(20, 7); ``` b. ``` shortString = longString.substr(6, 3); ``` c. ``` shortString = substr(longString, 6, 3); ``` d. ``` shortString = longString.substr(7, 3); ```

Computer Science & Information Technology

Which command searches the line the cursor is on for the first occurrence of the string old and replaces it with the string new?

A. :s/old/new B. :s/new/old C. :3,15s/old/new/g D. :%s/old/new/g

Computer Science & Information Technology

A selected graphic, as shown in the accompanying figure, appears surrounded by a(n) _________________________, which has small squares and circles around its edges.

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

Computer Science & Information Technology

A(n) ____________________ is a single image divided into clickable areas that each link to a different destination.

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

Computer Science & Information Technology