Explain the differences between a text file, an ASCII file and a binary file.
What will be an ideal response?
Text files are files that appear to contain sequences of characters when viewed in a text editor or read by a program. Text files are sometimes also called ASCII files because they contain data encoded using a scheme known as ASCII coding. Files whose contents must be handled as sequences of binary digits are called binary files.
You might also like to view...
Java has an if statement that will guard a group of statements, and only perform them when a condition is true.
Answer the following statement true (T) or false (F)
Choose the correctly capitalized sentence.?
A. ?Five group members will climb mount hood in May. B. ?Five group members will climb Mount Hood in May.
If the code in the Try section of a Try-Catch structure generates an error, the program will not be terminated when the exception occurs.
Answer the following statement true (T) or false (F)
You use a ____ following the closing brace of an array initialization list.
A. . B. ; C. : D. ,