Older Version
Newer Version
jmuelver
Nov 11, 2006
= Lesson=Lesson Map - Jumpstart for Beginners: Programming Concepts= * [[jumpstart|Before You Start]] * [[0100|Using Jumpstart]] * [[0101|Programming]] * [[0200|Liberty BASIC Editor]] ** [[0201|Hello, World!]] ** [[0202|Running Your First Program]] ** [[0203|Saving Your Program]] ** [[0204|Editor Menu Items]] ** [[0205|Load and Run]] ** [[0206|Editor Summary]] ** [[0207|Editor Hands-on]] * [[0300|Mainwin Basics]] ** [[0301|Passing Notes]] ** [[0302|Ask for Input]] ** [[0303|Echo the Input]] ** [[0304|Define Variables]] ** [[0305|Print Text and Variables]] ** [[0306|Add Comments]] ** [[0307|Mainwin summary]] ** [[0308|Mainwin Hands-on]] *** [[0309|Get first and last name, show in one line]] *Variables[[0400|Variables]] **Types[[0401|Types ofvariablesVariables]] **Numbers[[0402|Numbers]] **Strings[[0403|Strings]] **Variables summary[[0404|Variables summary]] **Variables Hands-on[[0405|Variables Hands-on]] ***Echo[[0406|Echo name andageage]] ***Show[[0407|Show number of letters in name, days inageage]] * Flow control ** Conditional statements ** If then ** Hi-lo game ** If else end if ** Do until ** While wend ** Select case ** Flow control summary ** Flow Hands-on * Math ** Numerical variables ** Math operators ** Math summary ** Math Hands-on *** Budget calculator *** Savings and interest calculator * Arrays ** String arrays ** Number arrays ** Array Summary ** Array Hands-on * Files ** File types ** Sequential file functions ** Random file functions ** Binary file functions ** File summary ** File Hands-0n * Subroutines * Functions * Hands-on ** Diary ** Textbase ** Checkbook ** Cardfile * Programming Concepts Summary ** What you have learned ** What to learn next ** How to take the next step * Demo Program