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
You might also like to view...
Creating a morphing animation requires a basic understanding of ____.
a. Flash objects b. tweening c. ActionScript d. keyframes
Using the Internet, research and explain 5 major milestones in the evolution of the operating system.
What will be an ideal response?
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 ```
Which of the following terms is defined as consolidating multiple layers into a single layer?
A. transform B. join C. merge D. couple