answersLogoWhite

0

Text files are human-readable, binary files aren't.

Note: There are some characters that are not common in text files, like 00H-08H,0BH,0E-1FH,7FH.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the difference between polyethylene and polyester?

what is the main difference between polyethylene and polyesters what is the main difference between polyethylene and polyesters


What is the main advantage of binary coded decimal?

Binary coded decimal (BCD) is easier to convert between displayed or printed form than is pure binary.


What is the difference in file size between an MP4 and MOV file format?

The main difference in file size between an MP4 and MOV file format is that MP4 files are generally smaller in size compared to MOV files. This is because MP4 files use more efficient compression methods, resulting in a smaller file size while maintaining good quality.


What is the main difference between the two products?

The main difference between the two products is their ingredients.


What are the different modes in C programming language?

In C programming language, there are three main modes: text mode, binary mode, and append mode. Text mode is used for reading and writing text files, binary mode is used for reading and writing binary files, and append mode is used for appending data to the end of a file.


What is the main difference between animation and simulation?

There is no difference.


What is the main difference between compaction and consolidation?

difference between campaction and consolition


What are the main difference between communicating with adults and children?

what are the main difference between communicating with adults and communicating with children


The main difference between amino acids is there?

What? Speak proper english, please. The main difference between amino acids and what?


What is the main difference between Kenya and Egypt?

there is one hour difference


What is the main difference between V and IV as cadence chords?

Whats the main difference between V and IV as cadence chords?


What is the difference between com files and exe files?

There's not much difference to the normal user. However, to those more concerned with how it works, there are some differences. A COM file is self-contained and cannot exceed 64KB in size because the stack, data, and code must all fit within 64KB. EXE files have no limiting size and have more header information. The main difference is how they are loaded. When a COM file is loaded by DOS, it is loaded into low memory. EXE files separated where the CONST is loaded low and DATA is loaded high. Also, if you have both, say EXAMPLE.COM and EXAMPLE.EXE, in the same directory and try to execute without specifing the extention, the COM will load first.