When writing text files, if you add true to the constructor for the Append argument, ____.
A. lines are added onto the end of the file
B. a backup is made of the old file
C. "file already exists" message is displayed if a file by the same name exists
D. new data is added onto the end of each line in the file
Answer: A
You might also like to view...
Answer the following questions true (T) or false (F)
1. True/False: Is the following statement true or false:“G” != “G”. 2. True/False:IfMyName = “Liz” and YourName = “Stewart” then is the following statement true or false? (MyName < YourName) OR (MyName >= YourName) 3. True/False: If a condition in a post-test loop can never be met, the loop is an infinite loop.
To determine whether a character entered is a letter of the alphabet, use the __________ function.
a. isdigit b. fromkeyboard c. alpaok d. isalpha e. None of these