You can create a(n) _____ folder to store old messages.

A. Storage
B. Archive
C. Old Mail
D. History


Answer: B

Computer Science & Information Technology

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)

Computer Science & Information Technology

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.

Computer Science & Information Technology

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); ```

Computer Science & Information Technology

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

Computer Science & Information Technology