Match the disaster on the left with the scenario on the right

1. technological disaster a. DoS attack
2. human-caused disaster b. flood
3. natural disaster c. RAID controller failure


1-c, 2-a, 3-b

Computer Science & Information Technology

You might also like to view...

To remove a row, you click the row number and press Delete

Indicate whether the statement is true or false

Computer Science & Information Technology

A Title Slide layout contains two placeholders: the title and the subtitle

Indicate whether the statement is true or false

Computer Science & Information Technology

Barbara Kruger calls her use of white type on a red background ___________.

a. the “vernacular of design” b. the “vernacular of signage” c. the “vernacular of type” d. the “vernacular of color”

Computer Science & Information Technology

what code will be assigned to strStatus variable when the intLevel variable contains the number 8?

Select Case intLevel
Case 1, 2
strStatus = "Bronze"
Case 3 To 5
strStatus = "Silver"
Cases 6, 7
strStatus = "Gold"
Case Else
strStatus = "Platinum"
End Select

Computer Science & Information Technology