Older Version Newer Version

Alyce Alyce Nov 4, 2006

= 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
** Types of variables
** Numbers
** Strings
** Variables summary
** Variables Hands-on
*** Echo name and age
*** Show number letters in name, days in age

* 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