Which of the following is not one of the NIST’s five basic goals for data security?

a. sealed messages
b. secret messages
c. sequenced messages
d. silent messages


d. silent messages

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. Queue is a new collection interface introduced in J2SE 5.0. b. Queue and PriorityQueue are included in the java.util package. c. PriorityQueue orders elements in increasing order, so that smallest value will be the first element removed from PriorityQueue. d. Queue extends interface Collection.

Computer Science & Information Technology

Indicate whether each of statements is valid, refer to the declarations and initializations below. If the statement is valid, indicate what value is displayed or assigned. If the statement is invalid, explain why.

``` double x[8] = {16.0, 12.0, 6.0, 8.0, 2.5, 12.0, 14.0, -54.5}; int j = 5; ``` printf("%.2f\n", x[j] + 1);

Computer Science & Information Technology

In ______________ testing the tester's job is to verify that a module does what its specification says it does.

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

Computer Science & Information Technology

The ____ in the Bridge Output workspace displays options for placing a photo in a PDF layout, along with paper sizes, templates, a watermark, and options to apply a password.

a. Editing Box b. PDF button c. Animation Box d. Layout button

Computer Science & Information Technology