Chapter 10 Flashcards

1
Q

A file that data is written to is known as a

a. input file
b. output file
c. sequential access file
d. binary file

A

output file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A file that data is read from Is known as a

a. input file
b. output file
c. sequential access file
d. binary file

A

input file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Before a file can be used by a program it must be

a. formatted
b. encrypted
c. closed
d. opened

A

opened

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

close the file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

text file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

Binary file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A

sequential access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

direct access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

A

buffer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

A

delimiter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

EOF marker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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

A

read position

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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

A

append mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

This is a single piece of data within a record

a. field
b. variable
c. delimiter
d. sub record

A

field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly