Exam 10: Data Files

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Binary files frequently require less storage space than their character-based counterparts.

(True/False)
4.8/5
(38)

____ makes an existing file available for data to be added to the end of the file; if the file opened does not exist, a new file with the designated name is created and made available to receive output from the program.

(Multiple Choice)
4.9/5
(31)

The ____ function call requires three arguments: an address where the first character read will be stored, the maximum number of characters to be read, and the name of the input file.

(Multiple Choice)
4.9/5
(40)

The maximum allowable filename in the Windows 98, 2000 and XP operating system families is ____.

(Multiple Choice)
4.9/5
(33)

The standard output stream is named ____.

(Multiple Choice)
4.8/5
(33)

____ reads values for the listed arguments from the file, according to the format.

(Multiple Choice)
4.7/5
(30)

The standard input stream is named ____.

(Multiple Choice)
4.8/5
(43)

The function fgets() returns ____ when it detects the end of a file.

(Multiple Choice)
4.9/5
(48)

It is important to check the return value when making an fopen() call because the call is really a request to the operating system to open a file.

(True/False)
4.9/5
(33)

The maximum allowable filename in the DOS operating system is ____.

(Multiple Choice)
4.9/5
(40)
Showing 41 - 50 of 50
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)