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

Computer Science & Information Technology

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.

Computer Science & Information Technology

Error Correcting Code memory enables the system to correct ______ errors

a. Double-bit b. 16-bit c. Single-bit d. 32-bit

Computer Science & Information Technology

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

Computer Science & Information Technology

The selection structure is also referred to as an iteration.

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

Computer Science & Information Technology