File Basics

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