Which security features are available on Windows 10 Home? Select all that apply.
a. Local Group Policy
b. NTFS permissions
c. Active Directory
d. Internet Options
Answer:
b. NTFS permissions
d. Internet Options
You might also like to view...
Which of the following statements is false?
a) Typically resource-release code should be placed in a finally block to ensure that a resource is released, regardless of whether there were exceptions when the resource was used in the corresponding try block. b) The using statement simplifies writing code in which you obtain a resource, use the resource in a try block and release the resource in a corresponding finally block. c) A file-processing app could process a file with a using statement to ensure that the file is closed properly when it’s no longer needed. d) The resource in a using statement must be an object that implements the IDiscardable interface.
Error Correcting Code memory enables the system to correct ______ errors
a. Double-bit b. 16-bit c. Single-bit d. 32-bit
If you see a black square when you insert a video, you can override this by setting a ____ frame.
A. placemat B. pop-up C. poster D. placeholder
The selection structure is also referred to as an iteration.
Answer the following statement true (T) or false (F)