|
Home
Calendar
Programs
Lab
Exercises
Class Notes
Homework
Grades (sec 01)
Links
|
|
Exercises for lab
Week 9 (zip to website) 6 points!
Due Tuesday June 3rd 6pm
- Create a program that collects bowling scores from up to 7 bowlers
- Those scores need to be placed in an array
- Go through the array to extract (use the For Each loop in Array example on programs page)
- Average Score
- High Score
- Low Score
- Use this interface.
Week 8
Lab Exercise
Create a program based on this catalog program
- Allow users to add new catalogs
- Do Not allow duplicates
Week 7
- Use this Average Program.
- Create at least one function for the program
- Where can you create a Sub Procedure?
Week 6
Lab Exercise (zip to website) 2 points!
Due Friday May 9th 3pm
- Create a Calculator program
- Numbers might be one or more digits or have a decimal in them
- example: 7 or 78 or 78.7
- Assume the user is only going to put in two numbers to be calculated
- Format your output
- What is missing on the interface?
- Possible Solution
Week 5
Lab Exercise (turn paper) 2 points!
Due Friday May 2nd 12pm
Work with your homework partner if you'd like
- Create a program based
on Exercise 4.6 on page 195
- Using the 5 step process you complete steps
2 and 3 on paper.
- 1) Define problem
2) Plan solution
What is your input?
What is your output?
Variables
Constants
Events to recognize
Calculations
What code will you use for Input Validation
3) Design interface
Objects (Textboxes, labels etc)
4) Code and comment
5) Test & Debug
Week 4
Lab Exercise - Debugging (turn in zip on webpage) 2 points!
Due Friday Apr 25th 3pm
- Read pages 180 to 186
- Do Debugging Tutorial pages 186 to 192 (H Drive or this zip)
- Extra Knowledge: Programming Exercise 4.3
Week 3
Lab Exercise (hand in during class) 2 points!
Due Wednesday April 23rd 12pm.
Week 2
Lab Exercise (turn in zip on webpage) 2 points!
Due Friday April 11th 3pm
- With your new homework partner you will create a program
- Create a new project (Named LastNamesLabExer03SecNum)
- Flag viewer Exercise 2.2(page 90) use these icons for flags
- Ignore Tool Tips requirement
Week 1
Lab Exercise (turn in zip on webpage) 3 points!
- Complete pages 13-45 of your textbook "Writing Your First Visual Basic Project"
- Zip File
- Submit Zip
|
|