Which of the following cannot be done using the Customize Ribbon tab?
A) Change the order of groups in the tabs
B) Add commands not available on the standard Ribbon
C) Delete the Ribbon
D) Create a new tab
C
Computer Science & Information Technology
You might also like to view...
Given the following pseudocode variable declaration, which of the statements shown would change the variable's contents to "Mia"?
``` Declare String myPal = "Miami" ``` a. delete(myPal, 3, length(myPal)) b. delete(myPal, 3, 4) c. Set myPal = myPal - "mi" d. Set myPal[0] = "Mia"
Computer Science & Information Technology
____ reduces the chance of an individual violating information security by increasing the scrutiny on any one user.
A. Need to know B. Least privilege C. Access control D. Separation of duties
Computer Science & Information Technology