Files, such as Word documents, Excel workbooks, JPG files, and Adobe PDF files, are stored in a(n) ________ in SharePoint
Fill in the blank(s) with correct word
library
You might also like to view...
Which of the following statements is false?
a. A finally block is placed after the last catch block. b. A finally block typically releases resources acquired in the corresponding try block. c. The finally block and try block can appear in any order. d. A finally block is optional.
What would the browser display if the following code is executed in a script?
``` var grade = 59 if ( grade >= 60 ) document.writeln( "Passed." ); else document.write( "Failed. " ); document.writeln( "You must take this course again." ); ``` a) Passed. b) Failed. c) You must take this course again. d) Failed. You must take this course again.
The golden rule when saving images for the Web is to produce the best-looking image with the smallest possible file size. The tool in which an image file is saved affects both image quality and file size.
Answer the following statement true (T) or false (F)
By formatting the characters and paragraphs in a document, you can improve its overall appearance. List the formatting suggestions to consider when designing a flyer.
What will be an ideal response?