Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
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.
List various careers for individuals with a practical knowledge of JavaScript. What are the knowledge requirements for the career positions?
Prompt the student for the number of courses being taken. Prompt the user for the following shipping options: delivery or pick-up.
REVERSE ENGINEERING OF A "C++" PROGRAM OR WRITE A C++ PROGRAM TO SOLVE A COMPLEX PROBLEM IN AN APPROPRIATE ENGINEERING FIELD.
When the elevator is moving up, it follows from the head to determine where to go to next. When it is moving down, it follows from the tail backwards.
Create a textsquare function using the same techniques as the pyramid function. Draw a simple house with one door, two windows, walls, and a roof.
Create a 1 page memo using the memo template containing pseudocode based on the revised program needs.