Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Create a SQL script containing your data definition language statements to create your tables, views, triggers, and other required database objects for project.
Create the following program which converts Fahrenheit to Celsius. Write a user manual of more than two pages to explain how to use your program.
Design a relational database so that it is at least in 3NF. Construct a query to show expected payment date if invoices are due within 30 days of transaction.
Develop a script containing three new methods for the Turtle class as follows: Add a method to the Turtle class to draw a rectangle given a certain width.
Write a function to convert Celsius to Fahrenheit. When you converted 32 degrees Fahrenheit to Celsius and back to Fahrenheit, did you get 32 again?
Construct query to show expected payment date if invoices are due within 30 days of transaction. Construct query that show distinct area codes of the customers.
Develop code that makes essential use of a 2D array. Create derived classes from an abstract superclass. Use seeded random number generation.
Create a function that will generate a list of random numbers. Be sure the numbers are in random order.
Write a Java program that can be used to assign seats for a commercial airplane. Use Final Project as the folder name.
Determine what you want to use as the loading factor. Re-hash all the current values in the hash table and put them in the new hash table.
Create a function call sumArray which will return the sum of an array that is passed in. Note that a length of the array should also be specified.
Modify your previous AVL Tree code to work with disk-based records, rather than memory- resident nodes.
Create and submit a SQL script containing your data manipulation language (DML) statements to insert your sample data into your database and your twenty queries
Create a Program That Allows Displays and Allows Someone to Purchase Items from a Vending Machine. You Need to Display the Item and the Price.
Write a modular program to do ask the user for a file to read. Read through that file and count all the occurrence of each word that is found.
Write a program to find all prime numbers up to some value M, using the Sieve of Eratosthenes algorithm we discussed in class (look up details on the web).
Demonstrate your program and hand in printouts of your source code and all .out files for each page replacement algorithm. The same grading criteria as Phase I.
Calculates accepted pay by multiplying desired pay with 0.67 to get two-thirds of the desired pay.
Create an inheritance hierarchy that a bank might use to represent customers' bank accounts.
Create a program that reads in a list of CSCI classes from a file (must use file pointers). Store the list in a data structure.
How do fixed-sized data fields aid in random file access? Explain a situation where you would use the unget function while reading data from a text file.
In this assignment, you are to create the class Matrix to represent two-dimensional double arrays. The class will have the data members: double [][] matrix.
Create a dog runner class which uses a Dog class which you create. Be able to construct a default dog of name Fido, color brown and weight 10 (pounds).
Create a 1- to 3-page memo listing the steps needed to solve the problem using an algorithm. Identify the input needed.
This programming assignment will put together everything you learned. Create variables and assign them values.