The file extension for a 2002-2003 Access database file that is in "execute only" mode is ________

A) accde B) mde C) accdt D) mdb

B

Computer Science & Information Technology

You might also like to view...

A ________ control is a state button.

a) RadioButton b) CheckBox c) Button d) Both a and b. e) Both a and c.

Computer Science & Information Technology

Which one of the following statements assigns the value 40 to the first element in an array of integers named values?

a. values[-1] = 40; b. values[0] = 40; c. values[null] = 40; d. values[1] = 40;

Computer Science & Information Technology