Which of the following can be added to the Quick Access Toolbar?

A) Ribbon commands
B) Buttons to run macros
C) Ribbon commands and buttons to run macros
D) Ribbon commands, commands not found on the Ribbon, and buttons to run macros


D

Computer Science & Information Technology

You might also like to view...

Based on the function call statement, what is the correct prototype statement for AnswerThePhone?

```int main() { bool bHome; char greeting[25] = “Hello, are you there?”; bHome = AnswerThePhone(greeting);``` A. void AnswerThePhone(char s[] ); B. bool AnswerThePhone(char s[], char c ); C. bool AnswerThePhone(char s[] ); D. char AnswerThePhone(char s[] );

Computer Science & Information Technology

Margins determine how much white space will be displayed on the top, bottom and each side of the text on the page

Indicate whether the statement is true or false

Computer Science & Information Technology

Using Password Must Meet Complexity Requirements, the password cannot contain _________________

a. A letter as the first character b. Any numbers c. The exclamation point character d. Parts of the name that exceed two consecutive characters

Computer Science & Information Technology

What is the SPI firewall rule for packets that do not attempt to open connections?

A. Pass all packets B. Pass the packet unless it is forbidden by an ACL C. Drop the packet unless it is permitted by an ACL D. Pass the packet if it is part of a previously approved connection

Computer Science & Information Technology