Case-Based Critical Thinking Questions
?
Case 7-1
Ted knows that macros can be helpful to him in his work with Excel spreadsheets, but he also knows they have their hazards, so he comes to you for guidance about what kind of security settings he should put in place, and at what times.
?
?
While just getting his feet wet with Excel, you suggest to Ted that he might want to begin without having his installation of Excel have any macros run at all. Which of the following options would he select in the Trust Center?

A. Disable all macros without notification
B. Cancel all macros
C. Disable a macro with notification
D. Disable all macros except digitally signed macros


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is not part of the analysis phase of developing an OOP program?

a. identifying the classes to be used b. determining the attributes needed for the classes c. determining the methods needed for the classes d. determining the relationships among the classes e. all of the above are parts of the analysis phase

Computer Science & Information Technology

Analyze the following code:

``` Double[] array = {1, 2, 3}; ArrayList list = new ArrayList<>(Arrays.asList(array)); System.out.println(list); ``` a. The code is correct and displays [1, 2, 3]. b. The code is correct and displays [1.0, 2.0, 3.0]. c. The code has a compile error because an integer such as 1 is automatically converted into an Integer object, but the array element type is Double. d. The code has a compile error because asList(array) requires that the array elements are objects.

Computer Science & Information Technology

When the student uses ________ the document will be displayed how the document would look with paragraph format applied

Fill in the blank(s) with correct word

Computer Science & Information Technology

Scenario Manager is an Excel add-in

Indicate whether the statement is true or false

Computer Science & Information Technology