This document provides an overview of problem solving using computers. It discusses the 7 stages of problem solving: 1) problem analysis, 2) algorithm development, 3) flowcharting, 4) coding, 5) compilation and execution, 6) debugging and testing, and 7) documentation. It also covers computer programs, programming languages, and the basic structure of a C program, which typically includes documentation, include libraries, definitions, global declarations, the main function, and subprograms.