Exam 2 - Spring 2011
Chapters 6 thru 11
But focus on 6,7,8,11
Also you need to know the knowledge from the earlier chapters that gets
you to writing a program.
- Know how to make a program with multiple forms
- Maybe make a Menu (Chapter 5)
- Certainly some loops that will use combo boxes or list boxes
- I'd like to put some sort of array requirement on there, I won't put
anything that requires a 2-D array.
- Maybe an array of records
- Probably read from a file into an array
- Maybe a very short/simple database requirement
- Maybe a sort easy web application
- Stuff from Chapter 11 - Simple I/O, writing and reading from a text
file
- Still need to know all the Boolean/decision stuff
- If, variables, etc. basic stuff you need for any program
- Objects such as combo box, list box, text box, labels, etc.
- Function & Procedures