To check for hidden and personal data in the presentation or in its properties, use the Document ________ tool
Fill in the blank(s) with correct word
Inspector
You might also like to view...
What elements are in the array newArray after the following code is executed?
``` Dim firstArray() As Integer = {1, 2, 3} Dim secondArray() As Integer = {3, 4, 5, 6} Dim newArray() As Integer = firstArray.Except(secondArray).ToArray ``` (A) 1, 2, 3, 3, 4, 5, 6 (B) 1, 2, 3, 4, 5, 6 (C) 3 (D) 1, 2
Suppose you have a file that is linked to a file owned by another user. How can you ensure that changes to the file are no longer shared?
What will be an ideal response?
Write a preprocessor directive to tell the preprocessor where to look for common standard input and output functions.
What will be an ideal response?
How many colors can a 24-bit video adapter display?
A) 256 B) 512 C) 64K D) 16M E) None of the above