________ allows the user to decide if a document that was downloaded from the Internet is safe before working with the document
A) Protected view B) Print Preview C) Live Preview D) Page Layout view
A
Computer Science & Information Technology
You might also like to view...
While in Slide Show view, to activate the laser pointer you can press and hold which key while moving your mouse with the left button pushed?
A) Ctrl B) Shift C) Windows D) Alt
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1. We use the dot notation with eof because it is a member function of a class. 2. The following statements are equivalent: cin.get (ch); cin >> ch; 3. You do not need prompts when reading from an external file. 4. What will inFile.fail( ) return if the file associated with the stream inFile cannot be opened? 5. A file stream should always be passed as a value parameter.
Computer Science & Information Technology