What type of file does Access create when exporting to Word?
A) RTF
B) HTML
C) DOCX
D) JPEG
A
You might also like to view...
Fractals that yield an exact copy of the original when a portion of the original image is magnified are called ________ fractals.
a. strictly self-similar. b. Koch Curve. c. similar. d. mirror.
You have been asked by the Managing Director of DreamHome to investigate and prepare a report on the applicability of an OODBMS for your organization. The report should compare the technology of the RDBMS with that of the OODBMS, and should address the advantages and disadvantages of implementing an OODBMS within the organization, and any perceived problem areas. Finally, the report should contain a fully justified set of conclusions on the applicability of the OODBMS for DreamHome.
What will be an ideal response?
What is the result of the following code?
``` int x = 1; int mysteryValue = 1; while ( x < 6 ) { mysteryValue *= x; x++; } displayJLabel.setText( String.valueOf( mysteryValue ) ); ```
A ___________ provides a group of related commands for your applications.
a) separator bar b) hot key c) menu d) margin indicator bar