Answer:
LIST
Explanation:
NTFS is A proprietary journaling file system developed by Microsoft. It started with windows 3.1.
List Folder Contents: Is what Gives authorized user the permission to viewing and listing of files and sub-folders as well as executing of files inherited by folders only.
NTFS permissions applies to every file and folder stored on a volume formatted with the NTFS file system. By default, permissions are inherited from a root folder to the files and sub-folders beneath it, although this inheritance can be disabled.
List Folder Contents will allow you to display the folder's contents and to display the data, attributes, owner, and permissions for files within the folder.
The NTFS permission that applies to the Domain Users group that will allow Sally to do what he wants without allowing more access than necessary is LIST.
Answer:
A. data-link layer
Explanation:
Data-link layer is the first layer and allows a contiguous sequence of bits to be transmitted through the network.
On top of it is the Network Layer and it handles the task of routing network messages from one computer to another.
Then comes the Transport Layer which is the basic layer at which one network computer communicates with another network computer.
Answer:
b. Code an include preprocessor directives for the members
Explanation:
Namespace in programming can be defined as the declarative region which provides scope for the identifiers such as the functions, name of the types, variables, etc.
The namespaces are
the code into the logical groups and also used to prevent the name collision.
The ways that can be used outside the namespace
as :
-- the code used the fully qualifies name
-- by using the declaration to bring one of the identifier into the scope
-- by using the directive to bring all the things in the newspaper into the scope.
Thus the correct option is (b).