Which security control should your organization implement to ensure that data placed on a flash drive cannot be accessed by unauthorized personnel?
A. Require that all flash drives be configured with ACLs.
B. Require that all flash drives be configured with rules.
C. Require that all flash drives be configured with MAC filters.
D. Require that all flash drives be configured with encryption.
D
Explanation: You should require that all flash drives be configured with encryption to ensure that data placed on a flash drives cannot be accessed by unauthorized personnel.
You might also like to view...
A file is like a stream of data that must be read from its beginning to its end.
a. direct access b. binary format c. sequential access d. direct format
What happened to the files in the Recycle Bin?
What will be an ideal response?
Step 1. Access PowerShell console.
a. Click Start. Search and select powershell.
b. Click Start. Search and select command prompt.
Step 2. Explore Command Prompt and PowerShell commands.
a. Enter dir at the prompt in both windows.
b. Try another command that you have used in the command prompt, such as ping, cd, and ipconfig.
Step 3. Explore cmdlets.
a. PowerShell commands, cmdlets, are constructed in the form of verb-noun string. To identify the PowerShell command to list the subdirectories and files in a directory, enter Get-Alias dir at the PowerShell prompt.
```
PS C:UsersCyberOpsUser> Get-Alias dir
CommandType Name Version
Source
----------- ---- -------
------
Alias dir -> Get-ChildItem
```
b. For more detailed information about cmdlets, navigate to https://technet.microsoft.
com/en-us/library/ee332526.aspx.
c. Close the
When a subclass overrides its superclass’s method, _________ .
a) the superclass’s method has the same header as the subclass’s method b) the superclass’s method is superseded by the subclass’s method in the subclass c) you can use the keyword super followed by a dot (.) to access the superclass’s method from the subclass d) All of the above.
A formatting specifier code begins with a ____ character.
A. % B. * C. / D. &