Site MapHelpFeedbackChapter Objectives
Chapter Objectives
(See related pages)


Decisions and Conditions

Upon completion of this chapter, your students will be able to
1. Use If statements to control the flow of logic.
2. Understand and use nested Ifs.
3. Read and create action diagrams that illustrate the logic in a selection process.
4. Combine conditions using And, Or, AndAlso, and OrElse.
5. Test the Checked property of radio buttons and check boxes.
6. Perform validation on numeric fields.
7. Use a Case structure for multiple decisions.
8. Use one event procedure to respond to the events for multiple controls and determine which control caused the event.
9. Call an event procedure from another procedure.
10. Create message boxes with multiple buttons and choose alternate actions based on the user response.
11. Debug projects using breakpoints, stepping program execution, and displaying intermediate results.







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 4 > Chapter Objectives