Chapter 10 Flashcards
A file that data is written to is known as a
a. input file
b. output file
c. sequential access file
d. binary file
output file
A file that data is read from Is known as a
a. input file
b. output file
c. sequential access file
d. binary file
input file
Before a file can be used by a program it must be
a. formatted
b. encrypted
c. closed
d. opened
opened
When a program is finished using a file it should do this
a. erase the file
b. open the file
c. close the file
d. encrypt the file
close the file
The contents of this type of file can be viewed in an editor such as Notepad
a. text file
b. binary file
c. English file
d. human readable file
text file
This type of file contains data that has not been converted to text
a. text file
b. binary file
c. Unicode file
d. symbolic file
Binary file
When working with this type of file, you access its data from the beginning of the file to the end of the file.
a. ordered access
b. binary access
c. direct access
d. sequential access
sequential access
When working with this type of file, you can jump directly to any piece of data in the file with out reading the data that comes before it
a. ordered access
b. binary access
c. direct access
d. sequential access
direct access
This is a small holding section in memory that many systems write data to before writing the data to a file
a. buffer
b. variable
c. virtual file
d. temporary file
buffer
this is character or set of characters that marks the end of a piece of data
a. median value
b. delimiter
c. boundary marker
d. EOF marker
delimiter
This is character or set of character that marks the end of a file
a. median value
b. delimiter
c. boundary marker
d. EOF marker
EOF marker
This marks the location of the next item that will be read from a file
a. input position
b. delimiter
c. pointer
d. read position
read position
When a file is opened in the this mode, data will be written at the end of the files existing contents
a. output mode
b. append mode
c. backup mode
d. read-only mode
append mode
This is a single piece of data within a record
a. field
b. variable
c. delimiter
d. sub record
field