Wyo VB Chapter 6 Resources

Ch. 6 Vocabulary

Ch. 6 Notes - general procedures, general functions, variable scope, module-level variables, & arrays

Chapter 6 Demo Programs

Ch. 6 Demo Program #1 - using general procedures
Ch. 6 Demo Program #2 - using general procedures
Ch. 6 Demo Program #3 - using module-level arrays and a static variable
Ch. 6 Demo Program #4 - passing a local array variable to a general procedure
Ch. 6 Demo Program #5 - passing a local array variable to a general procedure & reusing a general procedure
Ch. 6 Demo Program #6 - passing an array to a general function & reusing a general function to find the average of numbers in an array
Ch. 6 Demo Program #7 - using a general function to compute sales tax
Ch. 6 Demo Program #8 - using a general function named intRound to round a decimal number to a whole number
Ch. 6 Demo Program #9 - using a general function to find and return the largest value in an array
Ch. 6 Demo Program #10 - using module-level arrays (and a listbox) - download Form1

Ch. 6 Programming Assignment

Ch. 6 Worksheet #1 - general procedures
Ch. 6 Worksheet #2 - writing general procedures
Ch. 6 Worksheet #3 - writing general procedures
Ch. 6 Worksheet #4 - writing function procedures

Ch. 6 Worksheet #8 - tracing a program with a module-level array
Ch. 6 Worksheet #9 - tracing a program with module-level arrays
Ch. 6 Worksheet #10 - tracing a program that uses arrays
Ch. 6 Worksheet #11 - tracing a program that uses arrays
Ch. 6 Worksheet #12 - tracing a program that uses arrays
Ch. 6 Worksheet #13 - tracing a program that uses an array and a function for a sequential search
Ch. 6 Worksheet #14 - writing a function intArraySum from scratch
Ch. 6 Worksheet #15 - writing a program that uses a function intFindMin from scratch

Ch. 6 Practice Test