Which of the following statements is used when you want to add data to the end of an existing text file?

(A) ``` Dim sr As IO.StreamReader = IO.File.OpenText("Data.txt")
```
(B) ``` Dim sr As IO.StreamReader = IO.File.AddText("Data.txt")
```
(C) ``` Dim sw As IO.StreamWriter = IO.File.CreateText("Data.txt")
```
(D) ``` Dim sw As IO.StreamReader = IO.File.AppendText("ata.txt"
```


(D) ``` Dim sw As IO.StreamReader = IO.File.AppendText("ata.txt"
```

Computer Science & Information Technology

You might also like to view...

What is the purpose of a lacing tool?

What will be an ideal response?

Computer Science & Information Technology

The print preview is entirely ____________________ dependent.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When only one document is open, the View Side by Side command:

A) is grayed out. B) shows other file names that have been revised. C) appears active similar to all other buttons in the Window group. D) shows with an orange background indicating it is active.

Computer Science & Information Technology

You can use the ________ to quickly and easily copy all formatting from one area to another.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology