Which of the following is someone who uses the Internet or network to destroy or damage computers for political reasons?

A. hacker
B. script kiddie
C. cyberextortionist
D. cyberterrorist


Answer: D

Computer Science & Information Technology

You might also like to view...

Creating a morphing animation requires a basic understanding of ____.

a. Flash objects b. tweening c. ActionScript d. keyframes

Computer Science & Information Technology

Using the Internet, research and explain 5 major milestones in the evolution of the operating system.

What will be an ideal response?

Computer Science & Information Technology

Which of the following code segments sets all elements of the array strStudentNames to the value NONE?

a. ```Dim intCount as Integer For intCount = 1 to (strStudentNames.Length - 1) strStudentNames(intCount) = "NONE" Next intCount ``` b. ```Dim intCount as Integer For intCount = 0 to (strStudentNames.Length - 1) strStudentNames(intCount) = "NONE" Next intCount ``` c. ```Dim intCount as Integer For intCount = 0 to (strStudentNames.Length) strStudentNames(intCount) = "NONE" Next intCount ``` d. ```Dim intCount as Integer For intCount = 1 to (strStudentNames.Length) strStudentNames(intCount) = "NONE" Next intCount ```

Computer Science & Information Technology

Which of the following terms is defined as consolidating multiple layers into a single layer?

A. transform B. join C. merge D. couple

Computer Science & Information Technology