Identify the letter of the choice that best matches the phrase or definition.

A. To open this type of file, Adobe Reader software must be installed.
B. To open this type of file, you need Microsoft Viewer.
C. You need one of these to share a document on the Web.
D. This is another name for a printed document.
E. This analyzes the document for specific information such as comments.


A. PDF
B. XPS
C. SkyDrive account
D. hard copy
E. Document Inspector

Computer Science & Information Technology

You might also like to view...

To close a file but leave the application open, use the HOME tab to select the Close option.

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

Computer Science & Information Technology

________ is where Windows 8.1 monitors your system for various maintenance and security settings and recommends action when necessary

Fill in the blank(s) with correct word

Computer Science & Information Technology

If you are using power convertors always use a single power convertor per rack.

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

Computer Science & Information Technology

Joshua has created a web page and implemented CSS in it. He has applied the style property to inline styles that can also be used with style rules and with style sheets. However, he wants to change a CSS rule in the stylesheet from ? h2 { color: blue; } ? to ? h3 { color: green; font-size: 1.2em; }

A.  document.styleSheets[0].cssRules[1].selectorText = "h2";document.styleSheets[0].cssRules[1].style.color = "blue";document.styleSheets[0].cssRules[1].style.fontSize = "1.2em"; B. document.styleSheets[1].cssRules[0].selectorText = "h3";document.styleSheets[1].cssRules[0].style.color = "green";document.styleSheets[0].cssRules[1].style.fontSize = "1.2em"; C.  document.styleSheets[1].cssRules[0].selectorText = "h2";document.styleSheets[1].cssRules[0].style.color = "blue";document.styleSheets[0].cssRules[1].style.fontSize = "1.2em"; D.  document.styleSheets[0].cssRules[1].selectorText = "h3";document.styleSheets[0].cssRules[1].style.color = "green";document.styleSheets[0].cssRules[1].style.fontSize = "1.2em";

Computer Science & Information Technology