Chapter 10: Problem 5
In general, what are the two types of files? What is the difference between these two types of files?
Short Answer
Expert verified
Answer: Binary files store data as continuous bits, making them generally smaller in size compared to text files, which store data as readable characters separated by line breaks. Binary files are not directly readable or editable by humans and require specific software to process them, while text files can be easily read and edited using common text editors. Binary files are typically used for more complex processes such as multimedia files, datasets, and executables, whereas text files are used for information exchange between humans, including documents, scripts, and source code.