×
13 Lessons

Model 2

In this module, we continue our journey into programming by introducing one of the earliest and most widely used beginner-friendly programming languages: QBasic. This curriculum is designed to help participants understand the fundamental principles of programming using QBasic as a foundation. By the end of this module, you will be able to write, run, and debug simple programs while also learning the logical thinking skills necessary to advance into modern programming languages.

7 Lessons

In this lesson, we explore how QBasic works behind the scenes  from writing your first line of code to executing a complete program. You’ll learn the basic structure of a QBasic program and understand how the QBasic interpreter reads, translates, and executes your instructions.

By the end of this lesson, you will understand:

✅ What QBasic is and how it functions
✅ How QBasic executes a program step by step
✅ How to write and run your first QBasic program
✅ How to write and test your second QBasic program


This lesson is ideal for beginners, students, and coding enthusiasts who are just starting their programming journey with QBasic. You’ll get practical, hands-on experience that builds your confidence in writing simple programs and understanding how code actually runs inside the computer.