Multiple Choice
If a text file is opened for input, then this allows
A) data to be placed into the file by the Visual Basic application.
B) data that is in the file to be used in the Visual Basic application.
C) data to be appended to the end of the file by the Visual Basic application.
D) data to be deleted from the file.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Before a text file can be opened
Q3: The catch block: <br>Catch exc As IO.IOException
Q4: The characters < and & cannot appear
Q5: In a Try-Catch-Finally block, the code in
Q6: Which of the following statements will result
Q7: A Catch block of code that is
Q8: In a Try-Catch-Finally block, if there are
Q9: Each element of an XML document must
Q10: The line of code<br> sw.Close <br>when used
Q11: Text files are updated by opening them