When spam is sent via IM it is called ____.

A. spoof
B. phish
C. spim
D. junk


Answer: C

Computer Science & Information Technology

You might also like to view...

A String constructor cannot be passed ________.

a. char arrays. b. int arrays. c. byte arrays. d. Strings.

Computer Science & Information Technology

You can use the Mobile size, the Tablet size, or the Desktop size buttons on the Status bar to simulate page size.

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

Computer Science & Information Technology

The ____ of a movie is the storyline or plan for the dramatic flow of the movie.

A. plot B. shot list C. frame D. point of view

Computer Science & Information Technology

Java supports type inferencing with the <> notation in statements that declare and create generic type variables and objects. For example, the following line:

List list = new ArrayList(); can be written as: a. List<> list = new ArrayList<>(); b. List<> list = new ArrayList(); c. List list = new ArrayList<>(); d. List list = new ArrayList();

Computer Science & Information Technology