Critical Thinking Questions
Case Study 9-1?
?
Pedro likes to surf the Internet and downloads several files.  He does not know much about computer security.  He thinks if he has a password to sign-in he is secure.
To help him be protected in the future, you explain that he needs to be sure that the ______ is turned on.
 a.  malware b. spyware c. Windows Firewall d. router?

What will be an ideal response?


C?

Computer Science & Information Technology

You might also like to view...

What is the read/write complexity of the following program?

int N = 0, M = 10; for (int x = 0; x <= M; x++ ) { for (int y = 0; y <= N; y++ ) { writeToDisk(""something""); } } a. O(M*N) b. O(N) c. O(N^2) d. O(M+N)

Computer Science & Information Technology

When it’s not known in advance how many times a set of statements will be repeated, a(n) ________ value can be used to terminate the iteration.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The SendObject action automates the process of opening a database object and attaching it to an Outlook e-mail message for delivery

Indicate whether the statement is true or false

Computer Science & Information Technology

When using tabs for items having dollars and cents, the best tab to use is the ________ tab

Fill in the blank(s) with correct word

Computer Science & Information Technology