To quit Access, click the ____ button on the right side of the title bar.

A. Quit
B. Stop
C. End
D. Close


Answer: D

Computer Science & Information Technology

You might also like to view...

The main purpose of tabbed windows are:

a) to group controls b) to conserve screen space c) to organize the form d) All of the above

Computer Science & Information Technology

The following SELECT statement:

SELECT ProductName, ProductPrice FROM tblInventory WHERE ProductName Like "pr*"; would list the ProductName and ProductPrice that ________. A) begins with the letters "pr", such as pretzel, prime rib, and prosciutto sorted in descending order B) begins with the letters "pr", such as pretzel, prime rib, and prosciutto C) begins with the letters "pr", such as pretzel, prime rib, and prosciutto sorted in ascending order D) contains the letters "pr", such as pretzel, prime rib, and prosciutto anywhere in the field

Computer Science & Information Technology

Consider a mail-order business in which customers get a discount based on the quantity they order. In writing a program to compute the discount based on a customer's order quantity, why is it not a good idea to construct an array with as many elements as a customer might want to order, and store the appropriate discount associated with each number?

What will be an ideal response?

Computer Science & Information Technology

A network technician has been tasked with designing a WLAN for a small office. One of the requirements of this design is that it is capable of supporting HD video streaming to multiple devices. Which of the following would be the appropriate wireless technology for this design?

A. 802.11g B. 802.11ac C. 802.11b D. 802.11a

Computer Science & Information Technology