Multiple Choice
What is the purpose of "WriteLine" in the following statement? PhoneStreamWriter.WriteLine(NameTextBox.Text)
A) WriteLine refers to the number of fields in the record.
B) WriteLine will display the content of NameTextBox.Text in a label named phoneStreamWriter.
C) WriteLine will write the data in the NameTextBox.Text textbox to the data file.
D) WriteLine will create a data file named NameTextBox.txt.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: VbCrLf is a VB intrinsic constant for
Q3: Using a text editor such as Notepad,you
Q4: In the statement,PhoneStreamWriter.WriteLine(NameTextBox.Text),NameTextBox.Text refers to _.<br>A)the record
Q5: A delimited file is a data file
Q6: If you use the following line of
Q8: Each element in a data file must
Q9: New data will be appended to the
Q10: Use the StreamReader's Peek method to determine
Q11: The StreamReader is used to create a
Q12: Which of the following will occur if