Programming Fundamentals/Strings and Files

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Overview[edit | edit source]

This chapter introduces string and file processing.

Chapter Outline[edit | edit source]

Learning Objectives[edit | edit source]

  1. Understand key terms and definitions.
  2. Given example pseudocode, flowcharts, and source code, create a program that processes strings to solve a given problem.
  3. Given example pseudocode, flowcharts, and source code, create a program that processes a text file to solve a given problem.
  4. Understand how to replace, add or remove strings into a file.
  5. Be able to read and understand a given file and string program.
  6. Be able to organize a file from any given format.
  7. Understand how to use outside functions within a file and string program.
  8. Understand how to delete, read, or create a file.