Which of the following Access options sets AutoCorrect and Spelling options?

A. Proofing
B. Language
C. Datasheet
D. Client Settings


Answer: A

Computer Science & Information Technology

You might also like to view...

If numbers is a two-dimensional array, which of the following would give the number of columns in row r?

a. numbers.length b. numbers.length[r] c. numbers[r].length d. numbers[r].length[r]

Computer Science & Information Technology

Which of the following statements are true?

A. Throwing an exception that is not declared in the throw list will causes function unexpected to be invoked. B. A function should warn the programmers that any exceptions it might throw, so the programmers can write robust program to deal with these potential exceptions in a try-catch block. C. If a function is declared as returnType functionName(parameterList) throw (type), this function can only throw the exception of the specified type. D. Placing throw() after a function header, known as an empty exception specification, declares that the function does not throw any exceptions. E. A function without exception specification can throw any exception and will not cause unexpected to be invoked.

Computer Science & Information Technology

The ___________ UNIX e-mail server has two primary configuration files, master.cf and main.cf?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The SCU uses hybrid MESI and _________ protocols to maintain coherency between the individual L1 data caches and the L2 cache.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology