Programming Fundamentals/Strings and Files
Overview
editThis chapter introduces string and file processing.
Chapter Outline
editLearning Objectives
edit- Understand key terms and definitions.
- Given example pseudocode, flowcharts, and source code, create a program that processes strings to solve a given problem.
- Given example pseudocode, flowcharts, and source code, create a program that processes a text file to solve a given problem.
- Understand how to replace, add or remove strings into a file.
- Be able to read and understand a given file and string program.
- Be able to organize a file from any given format.
- Understand how to use outside functions within a file and string program.
- Understand how to delete, read, or create a file.