________ are used to comment on pages, documents, and external sites in SharePoint

A) Notes B) Themes C) Tags D) Files


A

Computer Science & Information Technology

You might also like to view...

A(n) ____________________ spreads by sending itself to every address in the address book of an infected computer.

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

Computer Science & Information Technology

What is the value of alpha[4] after the following code executes?int[] alpha = new int[5];for (int j = 0; j < 5; j++)    alpha[j] = 2 * j - 1;

A. one B. three C. five D. seven

Computer Science & Information Technology

Which of the following about the XML prolog is true?

a) The XML prolog consists of the lines that precede the root element. b) The XML declaration must appear before comments and any other markup. c) The XML prolog is limited to a certain number of lines. d) a and b.

Computer Science & Information Technology

A cell reference cannot contain relative and absolute references at the same time.

a. true b. false c. not enough information

Computer Science & Information Technology