This document provides information and examples on using basic programming commands like INPUT, IF/THEN, ELSE in QBASIC. It explains how to get input from the user, compare values, and perform different actions based on conditional statements. It also includes 3 exercises for readers to practice these commands: 1) An IF/THEN program to check a condition, 2) An IF/THEN/ELSE program with multiple conditions, and 3) An IF/THEN/ELSE/END IF program that asks for user input and prints different outputs. The document was prepared by two students for their computer programming class and adviser.