Exam 8: Io Streams and Data Files

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

The standard log stream is represented by ____________________ in C and C++.

(Short Answer)
4.9/5
(39)

A file stream object may be passed to a function as long as the function s formal parameter is defined as a(n) ____________________ to the appropriate stream.

(Short Answer)
4.8/5
(37)

A(n) ____________________ filename is how the operating system knows the file.

(Short Answer)
4.9/5
(36)

C and C++ append the low-value hexadecimal byte ____ as the end-of-file (EOF) sentinel when the file is closed.

(Multiple Choice)
4.8/5
(38)

In ____, any character in the opened file can be read without having to sequentially read all characters stored ahead of it first.

(Multiple Choice)
4.9/5
(29)

The DOS operating system allows ____ characters plus an optional period and 3-character extension as the maximum filename length.

(Multiple Choice)
4.9/5
(33)

The fstream class s ____ function permits character-by-character output to a stream.

(Multiple Choice)
4.8/5
(32)

Output file streams can be formatted in the same manner as the ____ standard output stream.

(Multiple Choice)
4.7/5
(31)

The ____ functions return the file position marker s offset value.

(Multiple Choice)
4.8/5
(32)

A file stream that receives or reads data from a file to a program is a(n) ____________________ file stream.

(Short Answer)
4.8/5
(40)
Showing 41 - 50 of 50
close modal

Filters

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