CIS355A Final Exam

Question 1 (4 pts) (TCOs 1–6) The column names that are displayed in a JTable can be specified by using the _____ method of the DefaultTableModel. .formatColumns .setColumns .setColumnNames .setColumnIdentifiers Question 2 (4 pts) (TCOs 1–6) What is the output… Read More

CIS355A Week 6 Practice

Make an address book application that stores your contacts in a database. First, set up a database with at least one table for the contacts. The fields should include the contact’s name, phone number, and email address. Then create a… Read More

CIS355A Week 5 Practice

Write a program to display shapes and colors that the user specifies through a GUI. The GUI should contain a JPanel on which the shapes will be drawn. The program should allow the user to select a shape and a… Read More

CIS355A Final Exam Multiple Choice Questions

Question 1. (TCOs 1–6) The data displayed in a JTable can be provided by a _____ object. (Points : 4) TableModel GridModel DefaultTableModel TableGridModel Question 2. (TCOs 1–6) What is the output of the code below? %.3f %.3f56.4321 56.432 56.4321… Read More

CIS355A Final Exam Essay Questions

1. (TCOs 1–6) TicketsRUs needs an application to calculate ticket prices. There are three ticket prices: Orchestra $85 each Mezzanine $70 each Balcony $45 each There is also a 15% discount on matinee performances. Your application has the GUI shown… Read More

CIS355A Entire Course

CIS355A Entire Course tutorial includes: CIS355A Week 1 Health Profile Console Program CIS355A Week 2 Health Profile App CIS355A Week 3 BurgersRUs Point of Sale system CIS355A Week 4 Stocks4U Portfolio Management System CIS355A Week 5 File Processing Stocks4U Portfolio… Read More