Which of the following is TRUE about Access' Compact and Repair feature?
A) It removes objects and stores them in a secondary file.
B) You should compact your database no more than once a week due to the time required.
C) It defragments a fragmented database file if needed.
D) It fragments a fragmented relational database file.
C
You might also like to view...
Find the error(s) in each of the following code segments and explain how to correct it:
``` a) i = 1; while (i <= 10); ++i; } b) for (k = 0.1; k != 1.0; k += 0.1) { Console.WriteLine(k); } c) switch (n) { case 1: Console.WriteLine("The number is 1"); case 2: Console.WriteLine("The number is 2"); break; default: Console.WriteLine("The number is not 1 or 2"); break; } d) The following code should display the values 1 to 10: n = 1; while (n < 10) { Console.WriteLine(n++); } ```
Which of the following statements about Mark as Final is FALSE?
A) it will not retain the read-only status if opened in an earlier version of Word. B) It will completely secure the document. C) It enables you to set it as read-only. D) It is a toggle setting and anyone can remove the status from the document.
The main types of testing are ____ testing.
A. white-box and blue-box B. black-box and blue-box C. white-box and green-box D. white-box and black-box
It is best to use black text on a white, off-white, or light gray background.
Answer the following statement true (T) or false (F)