Which of the following statements about text and binary files is false?

A. Text data can be written to the system console, binary data cannot.
B. All data in a text file are human-readable graphic characters; data in a binary file are not readable unless converted to characters.
C. Each line of data in a text file ends with a newline character; binary files do not use newlines.
D. Both files have an end-of-file marker.


Answer: A

Computer Science & Information Technology

You might also like to view...

It seems that mutator and accessor functions defeat the purpose of making the member variables private. Why is this not so?

What will be an ideal response?

Computer Science & Information Technology

A(n) ____________________, or command, is a word that has a specific meaning and action.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The physical numeric address functions at a sublayer of the Data Link layer in the OSI network reference model, called the ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

And and Or are called ____ because they operate on two conditions, joining them into a combined condition.

A. unary logical operators B. relational operators C. static operators D. binary logical operators

Computer Science & Information Technology