Question: 1.Which statement is true about files? A.a text file cannot be read by a human B.a text file and a binary file are different names
1.Which statement is true about files?
A.a text file cannot be read by a human
B.a text file and a binary file are different names for the same thing
C.a binary file contains binary information and is machine readable
D.a binary file can be opened and read with software such as Notepad
2.The term used in programming to indicate that there is no more data left in a file that is being read from sequentially is_____.
3.In any programming language, a flow of data between some device and your program is referred to as a
A.data flow
B.file
C.input flow
D.stream
4.
In this line of code, infile is a properly constructed file object and trainLoad is a variable holding data read from the file:
while (infile >> trainLoad)
What specific event will cause the expression to become false?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
