Ch. 10

25 July 2022
4.7 (114 reviews)
15 test answers

Unlock all answers in this set

Unlock answers (11)
question
What is the term used to describe a file that data is read from?
answer
Input file
question
Opening a(n) ________ file creates a file on disk and allows the program to write data to it.
answer
Output
question
What type of data file can be opened and viewed in an editor such as Notepad?
answer
Text file
question
What type of data file cannot be opened and viewed in an editor such as Notepad?
answer
Binary file
question
Which type of data file access starts from the beginning of the file and proceeds to the end of the file?
answer
Sequential access
question
What is a short sequence of characters that appears at the end of a filename and is preceded by a period called?
answer
File extension
question
Which of the following software packages store data in files?
answer
All of these
question
When a piece of data is written to a file, it is copied from a variable in ________ to the file.
answer
RAM
question
The data saved in a file will remain there even after the program stops running but will be wiped out when the computer is turned off.
answer
False
question
Data files are less and less needed in current gaming software.
answer
False
question
In a text file, all data is stored as a series of characters.
answer
True
question
All types of data files are viewable in a text editor.
answer
False
question
When an input file is opened, the read position is initially set to the first item in the file.
answer
True
question
The term "output file" is used to describe a file that data is read from.
answer
False
question
The term "input file" is used to describe a file that data is written to.
answer
False