Which of the following ratings would you assign to a system that has no confidential or sensitive data on it?

a. 1
b. 3
c. 5
d. 10

ANS: A

Computer Science & Information Technology

You might also like to view...

How many times will the following code print out the message?

``` S t r i n g message = ” I w i l l be good ! ” ; f o r ( i n t i = 0 ; i < 5 ; i ++) { f o r ( i n t j = 0 ; j < 1 0 ; j ++) { System . out . p r i n t l n ( message ) ; } } ```

Computer Science & Information Technology

Flash CC specifically targets Android and iOS (Apple) devices because of their large markets.

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

Computer Science & Information Technology