Making a change to an existing document is known as ________
Fill in the blank(s) with correct word
editing
Computer Science & Information Technology
You might also like to view...
Which of the following statement about macros is TRUE?
A) The maximum number of characters for a macro name is 80. B) A macro cannot be assigned to a button. C) A macro name can consist of spaces. D) A macro cannot be placed on the Quick Access Toolbar.
Computer Science & Information Technology
The sequential search algorithm __________.
a. returns 1 if the value being searched for is found or -1 if the value is not found b. requires the array to be ascending order c. uses a loop to sequentially step through an array, starting with the first element d. must always be implemented as a method
Computer Science & Information Technology