Answer:

All information in any file is kept in binary form.

Information in a File

Since we are dealing with digital computers, the information in the computer system is represented in binary form. Remember the four advantages of binary (from chapter 2):

  1. Simple; easy to build.
  2. Unambiguous signals (hence noise immunity).
  3. Flawless copies can be made.
  4. Anything that can be represented in symbols can be represented with patterns of bits.

The last advantage means that a file can contain any type of information that can be represented with symbols, such as:

QUESTION 4:

Can a file hold any type of information that can be held in a main memory?