Wyo VB Chapter 3 Resources

Ch. 3 Vocabulary

Ch. 3 Notes

Ch. 3 Programming Assignment Part 1 (Ch3Proj1)

Ch. 3 Programming Assignment Part 2 (Ch3Proj2)

Demo Programs

Ch 3 Demo Program #1 - illustrates the use of variables, data types, declaration statements and assignment statements

Ch 3 Demo Program #2 - illustration of overflow with the Integer data type

Ch 3 Demo Program #3 - illustrates the use of declaration & assignment statements

Ch 3 Demo Program #4 - illustrates the use of the Str and Val functions

Ch 3 Demo Program #5 - illustrates a command button & its Click event

Worksheets

Ch 3 Worksheet #1 - tracing variables in a program

Ch 3 Worksheet #2 - tracing variables in a program

Ch 3 Worksheet #3 - identifying violations of the Coding Standards

Ch 3 Worksheet #4 - evaluating expressions

Ch 3 Worksheet #5 - translating pseudocode into VB code

Ch 3 Worksheet #6 - evaluating expressions, including those with Str & Val

Ch 3 Worksheet #7 - translating pseudocode into VB code

Ch. 3 Practice Test