You can create a(n) _____ folder to store old messages.
A. Storage
B. Archive
C. Old Mail
D. History
Answer: B
You might also like to view...
If you do not like the name Alice gives an object, you can always rename it.
Answer the following statement true (T) or false (F)
In C++ when a relational expression is false, it has the value
A) 1. B) 0. C) -1. D) "0". E) of any negative number.
Which of the following is correct for opening a file and attaching it to a file named File.txt? Assume proper file inclusion and proper using directives.
a) ``` open(outStream, “File.txt”, ios::app) ``` b) ``` ifstream inStream; inStream.open(“File.txt”); ``` c) ``` ifstream inStream(“File.txt”); ``` d) ``` ofstream inStream; onStream.open(“File.txt”, ios::app); ``` e) ``` ifstream inStream(“File.txt”, ios::app); ```
Jane, a security administrator, has applied security labels to files and folders to manage and restrict access. Which of the following is Jane using?
A. Mandatory access control B. Role based access control C. Implicit access control D. Discretionary access control