Home »
MCQs »
Python MCQs
A text file contains only textual information consisting of ___
74. A text file contains only textual information consisting of ___.
- Alphabets
- Numbers
- Special symbols
- All of the mentioned above
Answer: D) All of the mentioned above
Explanation:
Unlike other types of files, text files contain only textual information, which can be represented by alphabets, numbers, and other special symbols. These types of files are saved with extensions such as.txt,.py,.c,.csv,.html, and so on. Each byte in a text file corresponds to one character in the text.