A loss of __________ is the disruption of access to or use of information or an information system.

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


availability

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 2-1Ryan's Web Design wants to create a navigational menu using a picture that Ryan has created in MS Paint. The picture includes text names of the various Web sites for which he would like to create links. Each section of the picture he wants to make into links is not regularly shaped; instead they are more like trapezoids. What tag can Ryan use to make his image clickable for the five different links?

A. B. C. D.

Computer Science & Information Technology

SQL injection attacks are isolated to custom applications, so administrators can prevent them.

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

Computer Science & Information Technology

What would display if following statements are coded and executed?

```
Declare Integer scores[3]= 76, 94, 83
Declare String names[3] = "Joe", "Amy", "Pat"
Display names[1]
Display "Your test score is: "
Display scores[2]

```

a.    Joe
        Your test score is:
        94   
b.    Amy
        Your test score is:
        83   
c.    Joe
        Your test score is:
        76
d.    Amy
        Your test score is:
        94

Computer Science & Information Technology

According to the American Management Association (AMA), the vast majority of all U.S. companies use some type of electronic surveillance with their employees. However, it is uncommon for employers to discipline employees for misuse of e-mail or the Internet at work.

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

Computer Science & Information Technology