Which of the following data hiding method uses NTFS alternative data streams to hide a file?

a. Encryption
b. ADS
c. Hidden attribute
d. File system hiding

ANS: B

Computer Science & Information Technology

You might also like to view...

If a function needs to return more than one value, as a rule of good programming style, you should change it to a(n) ____________________ function and use the appropriate reference parameters to return the values.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A thread signals a condition variable in order to

A. kill the condition variable B. notify another thread

Computer Science & Information Technology