Skip to Content
This is the Beta version of our new Learning Paths approach. Please email feedback.
Micro CircuitsComputer Programming
Writing Programs

Programming Projects

Now that you have understood the concepts of Computer Programming you can try writing a few simple programs in some of the more popular high-level languages.

The processing of programming has three steps: writing the program, compiling the program, and executing the program. You can write the program in any text editor, then download the compiler for the specific language and compile the code, and finally execute the program.

This process is a bit cumbersome so to simplify the process most common languages have a tool known as an Integrated Development Environment (IDE) which allow you to complete all three steps using the tool. While IDEs for professional use are quite sophisticated with several advanced options, you can use a simpler, online IDE to write these introductory programs.