Computer Science - Java CS Assignment (Netbeans required)

profilecolinzhw

1. 

1) Take the supplied cars_db.sql Download cars_db.sqlfile and create your Cars database (you will have to create the Cars database first, then execute the .sql file from within Netbeans - we have video recordings on doing this).

2) Implement a program that has the same general user interface as the SimpleSchoolData presented in class.

3) Implement two classes, CarsDisplay which displays the above application, and implement a class named CarQueries that contains the prepared statements to execute the queries (see the School_StudentTable.javaLinks to an external site. source file from our last meeting).

Note: You may work on this assignment as a group of no more than two students (each student must submit their own submission and the group must document who were in the group).

2.  
 

GUI Calculator Final Project.

For your Final Project, create a GUI calculator that meets any of the follow themes for a calculator that mimics the behavior of a GUI calculator like the Windows Calculator:

  • Scientific
  • Statistical
  • Programmer

Requirements for the Final Project:

1) Make sure your program showcases skill in a minimum of four of the following areas (document the areas of skill emphasis when submitting your project):

a. Advanced String Usage (StringBuilder, RegEx, etc)
b. Files / Streams
c. Object Serialization
d. Databases
e. Concurrency 

2) Zipfile containing your entire project.

3) Documentation of what you did in this project and any special instructions on how to use your calculator (two full pages minimum with no larger than 14 point font and a maximum of 1" margins).

You are to submit:

Zipfile of your Final Project with the following name format: LastName_FirstName_Final.zip

Programmer Documentation File: ProgrammerDocumentationFile.txt

  • 2 years ago
  • 20