File Basics

123456789101112131415161718
Across
  1. 6. done to each character saved in a text file
  2. 8. \r is used to output
  3. 9. \t is used to output
  4. 11. text files are organized as a series of these
  5. 12. an encoding scheme originally based on the English alphabet
  6. 13. organizes files on a storage device
  7. 15. how many bytes it takes to store 123
  8. 18. basic Windows text editor
Down
  1. 1. program that let's you see the binary contents of your files
  2. 2. how many bytes it takes to store "123"
  3. 3. how all files are stored
  4. 4. where a carriage return takes you
  5. 5. common file extension for text files
  6. 7. synonymous with line feed
  7. 10. used to start every escape sequence
  8. 14. a file's suffix
  9. 16. text files contain alphanumeric, punctuation, and these type of characters
  10. 17. platform that use CR and LF, in that order