Teacher Name:Mr. Rung Date of Lesson: January
Course Name: C++ Lesson Name: Chap 11.2a
Student Name
Password
Objective To complete the workbook exercises.
Primary Focus Answer the questions below.
Site Links Course Home Page
Additional Resources
Site Links
Question #1
A file must be opened before data can be written to it or read from it.
True False
Question #2
A data pointer is a variable that points to a position in a data file.
Question #3
A stream operation mode specifies the way you want to access a file.
Question #4
The output operator is used to write data to a file
Question #5
All data must be read from data files as strings.