Match the following terms to their meanings:
I. Folder always listed at the top of Start menu A. Documents
II. Command that saves a file without displaying a dialog box B. Save As
III. One of several subfolders within your personal folder C. Subfolder
IV. Let you name and save a new document based on old one D. Rename
V. Change the name of a file or folder E. Save
C, E, A, B, D
Computer Science & Information Technology
You might also like to view...
_____ is a protocol used to share files between a Mac OSX and a Windows 8 computer
Fill in the blank(s) with correct word
Computer Science & Information Technology
What is the value of result after the following Java statements execute (assume all variables are of type int)?
a = 4; b = 12; c = 37; d = 51; result = d % a * c + a % b + a; a. 119 b. 51 c. 127 d. 59
Computer Science & Information Technology