All of the following are major categories of a Web Part that you can modify EXCEPT:

A) Theme. B) Appearance. C) Layout. D) Advanced.

A

Computer Science & Information Technology

You might also like to view...

The ________ displays buttons to perform frequently used commands with a single click at the top of your screen while working within Microsoft Office programs

A) File Tab B) Title Bar C) Status Bar D) Quick Access Toolbar

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. Given the two C++ array declarations: int a[10], b[10]; You can successfully compute one array, say a, then assign b to a: a = b; 2. In the sequential search algorithm, items are examined alternately, odd then evens, in order to find whether the target value is in the array (and if the target is present, to the index of the target.)

Computer Science & Information Technology