
Small Basic
Learn programming concepts starting with the fundamentals and move your way up. Small Basic is based on .NET and what you learn here could be easily applied to other .NET programming …
Small Basic
Small Basic is a programming language that is designed to make programming extremely easy, approachable and fun for beginners. Small Basic’s intention is to bring down the barrier and …
Small Basic
The Small Basic IDE provides rich error messages to help students understand compilation errors in their program. In order to keep the IDE simple and approachable for beginners, there is not …
Small Basic
Explore tutorials and resources to learn Small Basic, a simple programming language designed for beginners and easy to understand.
In Small Basic, you can import someone else’s code to work on it and fix a problem, make it better, or just customize it for fun! It’s also a good way to learn how others write code and …
Small Basic
For the next program we’ll use the formula to convert Fahrenheit temperatures to Celsius temperatures. First, we’ll get the temperature in Fahrenheit from the user and store it in a …
In Small Basic, you can import someone else’s code to work on it and fix a problem, make it better, or just customize it for fun! It’s also a good way to learn how others write code and …
Small Basic
When we ask the computer to execute a Small Basic program, it takes the program and reads the first statement. It understands what we’re trying to say and then executes our instruction.
Small Basic
This program prints out numbers from 1 to 24 in order. This process of incrementing a variable is very common in programming that programming languages usually provide an easier method …
Small Basic
Small Basic comes with a Turtle object with many commands that can be called from within Small Basic programs. In this chapter, we’ll use the Turtle to draw graphics on the screen.