In SharePoint, a(n) ________ refers to a configurable component for creating or maintaining site content

A) App B) window C) view D) setting


A

Computer Science & Information Technology

You might also like to view...

What is wrong with the following calling statement and its corresponding Sub statement?

``` MyProcedure("The Jetsons", 1000, 209.53) Sub MyProcedure(var1 As Double, var2 As Double, var3 As Double) ``` (A) It is not valid to pass something like "The Jetsons." (B) Constant values like 1000 cannot be passed, only variables. (C) var1 is not of the same data type as "The Jetsons." (D) Nothing is wrong with them.

Computer Science & Information Technology

When a file gets shared in SkyDrive and an e-mail message is sent, the recipient will receive a(n) ________ containing a link to the file

A) e-mail message B) text message C) tweet D) The recipient will not receive any notification.

Computer Science & Information Technology

A _________ is a grouping of one or more site links that enable any two domain controllers to communicate directly with each other, whether or not they are directly linked by means of a site link

a. WAN link b. Site link grouping c. Site link bridge d. Subnet

Computer Science & Information Technology

The action of placing cell contents that have been copied or moved to the Clipboard into another location.

Computer Science & Information Technology