The ________ site template is flexible enough to be used for most sites in a SharePoint site collection
A) team B) community C) project D) blog
A
Computer Science & Information Technology
You might also like to view...
There are ________ options for controlling navigation in sway
A) two B) four C) six D) three
Computer Science & Information Technology
MC Which of the following statements imports the sqrt function from the math module with a new name?
a) from math import sqrt as squareRoot. b) squareRoot = import math.sqrt. c) import sqrt from math as squareRoot. d) None of the above.
Computer Science & Information Technology