What tool would you use to rename a named range?
A) A range cannot be renamed. B) Define Names
C) Range Tool D) Name Manager
D
You might also like to view...
Why should you update the metadata for your master images with changes you’ve made in Lightroom?
What will be an ideal response?
The __________ method is ideal for a short amount of data and is the appropriate mode to use if you want to transmit a DES or AES key securely.
A. cipher feedback mode B. counter mode C. output feedback mode D. electronic codebook mode
After you create a FileSystem object, you can define a Path using the ____ method with it.
A. getPath() B. createPath() C. setPath() D. getDefault()
Which of the following statements about pointer use in functions is false?
A. Passing a pointer to a function allows the function to change the value in the called function. B. Pointers can only be passed; they cannot be returned. C. To pass an address from the calling function we use the ampersand operator (&) in the call. D. To change the value of the data in the calling function, we use the asterisk operator (*) in the called function. E. Passing pointers to a function allows upward communication.