Multiple Choice
All of the following steps must be taken when a file is used by an application except ______.
A) the file must be opened. If the file does not exist, the file will be created.
B) the file must have a fully qualified path when opening the file.
C) data is either written to the file or read from the file.
D) when the application is finished using the file, the file is closed.
Correct Answer:

Verified
Correct Answer:
Verified
Q26: This predefined constant moves the print position
Q27: This property allows the developer to specify
Q28: This control is used to display a
Q29: Visual Basic allows you to use a(n)
Q30: To change the color of text in
Q31: The method writes data to a file,
Q32: Identify the following statements which will: Format
Q33: The _method displays a dialog window when
Q34: Reports with columnar data should not use
Q35: Which of the following code segments will