CIS 115 hw3-vb app(09spring)

advertisement
CIS 115 Introduction to Problem Solving and Programming
Instructor: Overstreet
Homework 3 (VB - Application)
Due: Week 6 - Monday, February 16
Create a Visual Basic project named “CIS115 HW2_Application” where you create a
“Multiplication Tables” application. Place the title “CIS 115-???_HW3_‘your full name’
” in the title bar of the form. The program should allow the user to input 2 numbers and
then display the product of those 2 numbers (Remember to use the val function). Let user
choose when to close/exit the application.
For this exercise, you will submit your completed solution page (inputs, outputs, processes,
TOE Chart, algorithm and test design), a printed copy of your Visual Basic Application (a
screen shot of your running program), and a printed copy of your code. If you do not include
the completed solution page and both the screen shot and the code, your assignment will be
counted as incomplete.
Staple your grade sheet (on top), the solution page, the screen shot, and the code together and
make sure to write your name, jnumber and section number at the top of your grade sheet.
No envelope necessary.
Name___________________________________JNumber________________Section________
CIS 115 Introduction to Problem Solving and Programming
Instructor: Overstreet
Homework 3 (VB - Application)
Solution Sheet
Inputs:
Outputs:
Processes:
Solution (TOE Chart/Algorithm):
Tasks
Objects
Event
Events
Event Procedure Code Algorithm
Test Design:
Inputs
Test Case
Number1
1
2
3
4
5
Number2
Expected Outputs
Product
Observed Outputs
Product
Name___________________________________JNumber________________Section________
CIS 115 Introduction to Problem Solving and Programming
Instructor: Overstreet
Homework 3 (VB - Application)
Due: Week 6 - Monday, February 16
GradeSheet
_____(30pts)
Design – Solution sheet
_____(20pts)
Interface - Screen Shot
_____(50pts)
Process - Printed Code
_____(100pts) Total Score
Download