Dr. Johnson's Review Sheet for CIS 270 Final Exam |
Materials covered: Chapters 18, 19, 22
Assignments covered: Assignments 7 and 8
How to study (in order of priority):
- Review slide shows and text, take notes
- Review the above assignments
Resources you can and cannot use:
You can use any books, notes, or files that you bring. You can also use the Internet for information. You cannot share book, notes, or files with anyone else during the exam. You cannot communicate with anyone during the exam. Violation of these rules will result in an XF grade in the course.
Sample test problem:
Create a MS Access DB that has a table called Products with columns productID and productPrice. Create a Java application that has a Products class (corresponding to the Products table), including a parameterized constructor and a toString() method. Create a GUI that has a text field for product ID and a text field for percent price increase (e.g., enter 10 for a 10% price increase). The GUI has a button called Get Price that gets the price for that product ID and displays it in a label. The GUI also has a button called Increase Price that increases all prices in the DB by the percentage in the percent price increase text field. (To make the application run properly requires that a DSN be established for the Products DB.)
Download the solution at file://cisclass/Class/CIS270/Johnson/Sample Programs/Final Exam Study Guide Solution Spring 2009.