Wyo VB Chapter 4 Resources

Ch. 4 Vocabulary

Ch. 4 Notes - If statements, Select Case statements, logical & relational operators

Ch. 4 Programming Assignment - computing a test average and printing an appropriate letter grade

Ch. 4 Programming Assignment - Part 2 - a game that involves pressing keys and keeping a running total

Ch. 4 Worksheet #1 - using If statements

Ch. 4 Worksheet #2 - writing If statements

Ch. 4 Worksheet #3 - writing Select Case statements

Ch. 4 Worksheet #4 - using Select Case statements and textbox KeyPress events

Ch. 4 Worksheet #5 - Evaluating control expressions to True or False

Ch. 4 Worksheet #6 - Writing If statements to determine if numbers are prime, multiples, factors, etc.

Ch. 4 Demo Program #1 - to illustrate the use of the KeyPress event and an If/ElseIf statement

Ch. 4 Demo Program #2 - to illustrate the use of the KeyPress event and a Select Case statement

Ch. 4 Demo Program #3 - to illustrate the use of a control expression that contains a Boolean condition as well as to illustrate the use of a Select Case statement that uses relational operators.

Ch. 4 Demo Program #4 - to illustrate the use of the Timer function, the Time function, a TextBox 's KeyPress event, nested If statements, and a method for testing a number's divisibility

Ch. 4 Demo Program #5 - to illustrate the use of the Rnd function to create random values

Ch. 4 Demo Program #6 - using an If statement to validate the user's input

Ch. 4 Demo Program #7 - using a textbox's KeyPress event and the form's KeyDown event with Select Case statements and VB key constants

Ch. 4 Demo Program #8 - using Microsoft's Text to Speech component

Ch. 4 Practice Test