Common classifications of _________ include viruses, worms, and trojans.

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


malware

Computer Science & Information Technology

You might also like to view...

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

1. An array can contain both numeric and string values. 2. A Function procedure can return a number, but cannot return an array of numbers. 3. If the following statement appears in a program, the array scores must have been declared using the String data type. scores(1) = 87 4. Consider the following Dim and assignment statements for myArray(). The assignment statement will cause a "Subscript out of range" error. Dim myArray(50) As Double myArray(34) = 51 5. Unless otherwise specified, Visual Basic assigns the value 0 to each element of a numeric array when it is declared with a Dim statement.

Computer Science & Information Technology

When you write a method that throws a checked exception, you must __________.

a. override the default error method b. ensure that the error will occur at least once each time the program is executed c. have a throws clause in the method header d. use each class only once in a method

Computer Science & Information Technology

If you need to make modifications to a form or report you are adding to the navigation form, you can make those modifications in the ________

A) Design view B) Navigation Pane C) Layout preview D) navigation form

Computer Science & Information Technology

A postcard template is a table that contains how many cells?

A) Two B) One C) Six D) Four

Computer Science & Information Technology