Multiple Choice
Which of the mode options opens a file in append mode, preserving any preexisting text while allowing new text to be added to the end of the file.
A) w
B) w+
C) a
D) a+
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The Dir class's entries method returns the
Q8: The Folder class gives you access to
Q9: Which of the following File class methods
Q10: The File class gives you access to
Q11: A reference can be set up for
Q13: Which of the following Dir class methods
Q14: Ruby lists the contents of a folder
Q15: If an empty file were used as
Q16: Which of the following methods can be
Q17: Which of the mode options opens a