Exam 10: Data Files
Exam 1: Introduction to Computer Programming44 Questions
Exam 2: Getting Started in C Programming46 Questions
Exam 3: Processing and Interactive Input48 Questions
Exam 4: Selection44 Questions
Exam 5: Repetition47 Questions
Exam 6: Modularity Using Functions: Part I51 Questions
Exam 7: Modularity Using Functions: Part II49 Questions
Exam 8: Arrays48 Questions
Exam 9: Character Strings51 Questions
Exam 10: Data Files50 Questions
Exam 11: Arrays, Addresses, and Pointers49 Questions
Exam 12: Structures48 Questions
Exam 13: Dynamic Data Structures49 Questions
Exam 14: Additional Capabilities55 Questions
Exam 15: A Brief Introduction to C++49 Questions
Select questions type
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)
____ reads values for the listed arguments from the file, according to the format.
(Multiple Choice)
4.7/5
(30)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)