_________ security, also called infrastructure security, protects the information systems that contain data and the people who use, operate, and maintain the systems.

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


Physical

Computer Science & Information Technology

You might also like to view...

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

1. If you pass an array to a function, any changes made to the array in the function remain local to the function and do not affect the array values outside that function. 2. Given: ``` var x = 100; var boolx = new Boolean(x); document.write(boolx); ``` The result will be either true or false. 3. The following will display today's date: ``` var day = new Date(); document.write(day); ``` 4. A JavaScript external source file must begin with the tag. 5. If a program has a function named doStuff() in the section of a web page and a different function with the same name in a linked external source file, the function in the external source file takes precedence.

Computer Science & Information Technology

Which of following is the default file format for Excel 97-2003?

A) .XLSX B) .XLTX C) .TXT D) .XLS

Computer Science & Information Technology

The left margin for a leftbound report is 1".

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

Computer Science & Information Technology

The Reviewing pane can be displayed either at the right edge or the bottom of the screen. _________________________

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

Computer Science & Information Technology