The ____ attribute is checked to indicate that the folder or file needs to be backed up because it is new or changed.
A. read-only
B. system
C. backup
D. archive
Answer: D
Computer Science & Information Technology
You might also like to view...
Software refers to
a. programs b. the physical components a computer is made of c. firmware d. data stored in RAM
Computer Science & Information Technology
What is the output of this code segment?
``` for (k = 5; k > 0; k = k - 1) { for (i = 1; i <= 5 - k; i = i + 1) printf("."); for (j = 1; j <= 2 * k - 1; j = j + 1) printf("B"); printf("\n"); } ```
Computer Science & Information Technology
Feeds are developed using which of the following types of files?
A) XML B) HTTP C) TIFF D) HTML
Computer Science & Information Technology
The version of SQL that is found in Access has a graphical user interface to make creating SQL statements much easier
Indicate whether the statement is true or false
Computer Science & Information Technology