A ________ is a hierarchical, customizable, drop-down, or fly-out collection of commands related to a specific SharePoint task

A) group B) menu C) tab D) bar

B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is true after the following statements are executed?

Set t = x Set x = y Set y = t a. x and y contain their original values. b. x and y have swapped their values. c. y contains the value in x and x stayed the same. d. x contains the value in y and y stayed the same.

Computer Science & Information Technology

What is the value of newList after the following code executes? newList = list(range(9, 0, -3))

A. [8, 5, 2] B. [9, 6, 3, 0] C. [9, 6, 3] D. []

Computer Science & Information Technology