When an Access query is exported to Word, it is saved as a(n) ________ file

A) RTF
B) DOCX
C) PDF
D) XPS


A

Computer Science & Information Technology

You might also like to view...

The first parameter of product is passed by reference

assume that class Matrix refers to the correctly completed class of #1 and that product is a friend of class Matrix. Here is product's prototype: Function product will store in its first parameter the matrix product of its second and third parameters. ``` void product( Matrix&, const Matrix&, const Matrix& ); ``` a. because product intends to change its value. b. for efficiency, not because any change is intended. c. because objects cannot be passed by value. d. because the first parameter is strictly an input parameter.

Computer Science & Information Technology

What is an advantage of applying Java 8 lambda expressions to a Collection class?

(a) The potential for syntax errors is reduced (b) The JVM can parallelize operations applied to elements of the collection (c) The collection can be displayed graphically (d) Lambda expressions help map the collection to a database

Computer Science & Information Technology

Which of the following includes the IP address that is offered to the client and, sometimes, answers to the requested options in the DHCP Discover packet.

A. Acknowledgment packet B. Offer packet C. Request packet D. Discover packet

Computer Science & Information Technology

The cell that contains the formula-based value that you want to maximize, minimize, or set to a value in Solver.

What will be an ideal response?

Computer Science & Information Technology