Physical and ____ security ensures access to equipment and physical information storage places.

A. logical
B. environmental
C. virtual
D. personnel


Answer: B

Computer Science & Information Technology

You might also like to view...

In the following code, which line in ClassA has an error?

``` Line 1 public interface MyInterface Line 2 { Line 3 int FIELDA = 55; Line 4 public int methodA(double); Line 5 } Line 6 public class ClassA implements MyInterface Line 7 { Line 8 FIELDA = 60; Line 9 public int methodA(double) { } Line 10 } ``` a. Line 6 b. Line 7 c. Line 8 d. Line 9

Computer Science & Information Technology

The ________ query is a query that tabulates totals across two or more categories

A) Find Duplicates B) Crosstab C) Select D) Append

Computer Science & Information Technology

____ type is text that you type after selecting one of the Type Tools and clicking directly on the canvas to type.

a. Paragraph b. Point c. Tracked d. Baseline

Computer Science & Information Technology

The capability of a system to fulfill its mission, in a timely manner, in the presence of attacks, failures, or accidents is known as ____.

A. attack resistance B. attack survivability C. system recovery D. system survivability

Computer Science & Information Technology