If you disable all macros without notification, then ________

A) all macros are disabled and Access provides security alerts if there are macros present, which is the default setting
B) you disable all macros with notification , except digitally assigned macros which are enabled by default
C) Access allows all macros to run which makes your computer vulnerable to potentially malicious code and is not recommended
D) all macros and security alerts about macros are disabled


D

Computer Science & Information Technology

You might also like to view...

What are some of the actions that Trojans can perform?

What will be an ideal response?

Computer Science & Information Technology

What is the output of the following code?

``` ArrayList list = new ArrayList(); String s1 = new String("Java"); String s2 = new String("Java"); list.add(s1); list.add(s2); System.out.println((list.get(0) == list.get(1)) + " " + (list.get(0)).equals(list.get(1))); ``` a. true false b. false true c. true true d. false false

Computer Science & Information Technology

Input fields that have small, helpful features added for validation and inputting content.

a. Hidden fields b. Select boxes c. Radio buttons d. Password box e. Checkboxes f. Email, telephone, and URL input types

Computer Science & Information Technology

Which of the following determines how well the proposed InfoSec treatment alternatives will contribute to the efficiency, effectiveness, and overall operation of an organization?

A. organizational feasibility B. political feasibility C. technical feasibility D. behavioral feasibility

Computer Science & Information Technology