This document introduces Microsoft Small Basic, a simple programming language designed for beginners. It discusses the Small Basic environment and how to write basic programs. The first program shows how to display "Hello World" by using the TextWindow object. Subsequent programs demonstrate how to get user input, store values in variables, perform math operations, add colors, and use conditional statements to change the output based on the time of day. The goal is to explain programming concepts in a simple, approachable way for new programmers.