What is a text file?

C

Carter Devereaux

I have a fairly basic question, but nevertheless one that I don't know the
exact answer to and would love help with. What exactly is a text file?
 
T

trumpy81

Carter said:
I have a fairly basic question, but nevertheless one that I don't
know the exact answer to and would love help with. What exactly is a
text file?

GDay Carter,

A text file is one that contains written(typed) words.

It can contain any of the characters that you may find on a standard
keyboard, but may not contain any hidden formatting characters, such as
those found in a Microsoft Word document for example.

If you were to look at a text file using a Hex reader, you would see that
each written(typed) letter is represented by a hexadecimal number. To find
which hexadecimal numbers are allowed within a TEXT file, you need to look
at an ASCII (pronounced askey) table.

For Australians, you'll find the ASCII Table in the back of a Dick Smith
catalogue. For others, you'll need to search the net.

Hope that helps?
 
C

Carter Devereaux

Hi trumpy81,

Thanks for providing the kind of in-depth explanation and example I was
looking for.

Carter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top