COGNITIVE ASSESSMENT
Which of the following terms refers to someone who uses the Internet or network to destroy or damage computers for political reasons?

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


Answer: D

Computer Science & Information Technology

You might also like to view...

The following statement for(int val : myArray) cout << val << " "; is an example of a(n)

A) regular for loop. B) range-based for loop. C) nested for loop. D) infinite for loop. E) illegal statement.

Computer Science & Information Technology

A(n) ________ query removes records from a table

Fill in the blank(s) with correct word

Computer Science & Information Technology

Case-Based Critical Thinking Questions ? Case 5-2 Cali has just discovered the power of using text filters to control which records display in his worksheet, and he has begun to use them often to find precisely the records he needs. The following questions are based on a camp directory table that includes First Name, Last Name, Date of Birth, Camp, and Phone Number. ? ? If Cali wants to find all of his campers named Cathy, Carla, and Carey, what should she do?

A. Create a text filter using the Begins With operator to display all records that have Ca at the beginning of the text value. B. Create a text filter using the Contains operator to display all records that have Ca at the beginning of the text value. C. Create a text filter using the Begins With operator to display all records that have Car at the beginning of the text value. D. Create a text filter using the Contains operator to display all records that include Ca in the text value.

Computer Science & Information Technology

When declaring an implicitly sized array, declaring a(n) upper-bound index will cause an error to occur. _________________________

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

Computer Science & Information Technology