One way of protecting Microsoft Outlook is to use a password for opening or modifying documents
Indicate whether the statement is true or false
False —Passwords used in association with documents are a way of safeguarding Microsoft Word or Excel files. In Microsoft Outlook, the .PST file can be password protected.
You might also like to view...
All of the following steps must be taken when a file is used by an application except ______.
a. the file must be opened. If the file does not exist, the file will be created. b. the file must have a fully qualified path when opening the file. c. data is either written to the file or read from the file. d. when the application is finished using the file, the file is closed.
One of the least common exploits used on the Internet is a buffer overflow.
Answer the following statement true (T) or false (F)
What value is passed to the first parameter?
source file: mySource.js: ``` 1. function product(x.y); 2. { 3. var x; var y; var product; 4. product = x * y; 5. return (product); 6. } ``` web page script, assume the file links to mySource.js: ``` 1. function math(); 2. { 3. var num1 = 3; var num2 = 4; 4. var result = product(num2, num1); 5. document.write(num2 + " X " + num1 + " = " + result); 6. } 7. function product(a.b); 8. { 9. var a; var b; var answer; 10. answer = a * b * b; 11. } ``` a. 4 b. 3 c. a d. x
The top margin for the second page and all other pages of a report is ____.
A. Default (1") B. 1.25" C. 1.5" D. 2"