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...
In a flowchart, rectangles are used as ____________ to represent the steps in which the program performs some process on data, such as a mathematical calculation.
a. processing symbols b. output symbols c. input symbols d. terminal symbols
A(n) ________ goes to a user's location to fix software and hardware problems
Fill in the blank(s) with correct word
The home page of a website needs to be named either ____________________ or default.htm(l).
Fill in the blank(s) with the appropriate word(s).
The repetition of a series of steps is called a(n) ____.
A. repeat flow B. loop C. flow D. infinite loop