A container that stores files on your computer.
A. Finder
B. Folder
C. File Explorer
B. Folder
Computer Science & Information Technology
You might also like to view...
What is the output of the following code:
int x = 5; int y = 8; if (x != 5) { y = 7; x = x + y; } else { y = 4; x = x – y; } cout << x; a) 13 b) -3 c) 12 d) 1
Computer Science & Information Technology
A subform is a form created from one table, but it has a Form view and a Datasheet view in the same window
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following is NOT an option for arranging your workbooks?
A. tiled B. cascade C. horizontal D. lateral
Computer Science & Information Technology
Which of the following is equal to approximately one million characters?
A. kilobyte B. megabyte C. gigabyte D. terabyte
Computer Science & Information Technology