Multiple choice

The file that stores an integer as a sequence of characters is a

  1. text file

  2. data file

  3. binary file

  4. core

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A text file stores data as a sequence of characters (human-readable). An integer stored as characters like '12345' rather than binary representation makes it a text file. Binary files store data in raw format.