When you _____________________ a file, the file is transferred to a new location and no longer exists in its original location.
Fill in the blank(s) with the appropriate word(s).
move
Computer Science & Information Technology
You might also like to view...
In VBA, everything between and including the two following lines would be the CleanData sub procedure
Sub CleanData() End Sub Indicate whether the statement is true or false
Computer Science & Information Technology
Each of the following is a rule for defining names EXCEPT: ________
A) A defined name can be no longer than 255 characters. B) The letters C or R cannot be defined as a name. C) The first character of a name must be a letter, underscore, or backslash. D) Defined names can contain spaces.
Computer Science & Information Technology