go to previous page   go to home page   go to next page

Answer:

All information in any file is kept in binary form.


Information in a File

Information in a computer system is represented in binary form. How bits are implemented depends on the medium, however. With magnetic storage media (such as hard disks and tape), bits are encoded using patterns of magnetization. With optical storage media (such as CDs or DVDs), bits are encoded using patterns of light reflections.

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?