When a document is protected, most of the buttons on the Home tab are ________ indicating that they cannot be used

A) dimmed
B) hidden
C) active
D) optional

A

Computer Science & Information Technology

You might also like to view...

A new small business needs a network solution that provides at least 50Mbps of bandwidth and supports full duplex communication. Which of the following meets those needs?

A. 10/100 layer 2 switch B. 2.4GHz 802.11g C. 5.0GHz 802.11a D. 10Base2 Ethernet

Computer Science & Information Technology

The following code searches a linked structure. What is the missing code? probe = headwhile probe != None and targetItem != probe.data: if probe != None: print("Target item found!")else: print("Target item not found!")

A. probe.data = next.data B. probe.next = targetItem.data C. probe = probe.next D. probe.head = probe.next

Computer Science & Information Technology