Gathering information on an opponent and using propaganda to influence opinions in a conflict are an example of which of the following?

a. Corporate espionage
b. Information warfare
c. Cyber terrorism
d. Hacktivism


ANS: B

Computer Science & Information Technology

You might also like to view...

There is general agreement about what legitimately constitutes the right set of actions to deter hostile activity in cyberspace.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What is wrong in the following code?

``` #include #include using namespace std; int main() { vector v; cout << v[0]; return 0; } ``` A. The program has a runtime error on vector v. B. The program has a runtime error on v[0], because the vector is empty. C. The program has a syntax error on vector v. D. The program has a syntax error on v[0].

Computer Science & Information Technology

A keyboard shortcut is a combination of keys on the keyboard that perform a command

Indicate whether the statement is true or false

Computer Science & Information Technology

____________________ are symbolic facial expressions or moods, used in online chat programs, apps, blogs, and e-mail.

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

Computer Science & Information Technology