Midterm Review
This exam will begin promptly
at 4:20 PM and will end at 5:20 PM
Your midterm will consist of:
15 true/false questions - (30 points)
20 multiple choice questions (40 points)
6 short answer questions which will require writing several lines of VB code. (30 points)
TO PREPARE:
Review all feedback questions at the end of each section
Review the Summary at the end of each chapter
Review all Review questions at the end of each chapter
Review concepts used in each of the cases assigned for Chapters 1 through 4 concentrating on those in Chapters 3 and 4 since these projects incorporate all of the material covered in Chapters 1 and 2.
Programming Test 2 on Chapters 3 and 4
This exam will begin promptly
by 5:30 PM and will end at 6:40 PM
You will be given the interface for a project and asked to develop the code. The project will include many of the controls and concepts mastered thus far. It will not be a specific homework problem. It will be a new project but will be based strictly on the same concepts used in the homework problems. You will be asked to
¨ Use the Decimal or Integer.Parse functions
¨ Accumulate values and declare both local and modular level variables
¨ Use the ToString method
¨ Use TRY/CATCH blocks for error validation and If then else for input validation
¨ Use If Then ElseIf for handling radio buttons instead of individual events
¨ Develop MessageBoxes with multiple buttons
¨ Enhance a MessageBox by using a string with text and Control Characters concatenated
¨ Make Calls to an existing procedure,