If you split an Access database, what is the name of the database that is stored on the file server?

A. The server database
B. The back-end database
C. The client/server database
D. The front-end database


Answer: B

Computer Science & Information Technology

You might also like to view...

Develop a sequence diagram showing the interactions involved when a student registers for a course in a university. Courses may have limited enrolment, so the registration process must include checks that places are available. Assume that the student accesses an electronic course catalog to find out about available courses.

What will be an ideal response?

Computer Science & Information Technology

Suggest how to adapt the Bully algorithm to deal with temporary network partitions (slow communication) and slow processes.

What will be an ideal response?

Computer Science & Information Technology

The rules for using operator [] are different from other operators. Which of the following statements are correct? Explain.

a) Operator [] may be overloaded only as a static member function. b) The index may not be a char. c) When writing an overloading function for operator [], the [] follows the keyword operator, followed by one index parameter declaration between parentheses. d) The index value must be an integer type. e) The index may not be an enum.

Computer Science & Information Technology

Cells that have external references to other workbooks are displayed in the Watch Window toolbar only when the other workbooks are:

A) listed. B) open. C) closed. D) found.

Computer Science & Information Technology