Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Write the program which compute the CRC-16 value for a given file and also verifies the correctness of a given file that already has CRC-16 value appended at the end.
Write a program that helps teachers to test their students in their knowledge with colors and shapes. The program consists of two classes ColorShape and testColorShape.
Compute the frequency of every word appearing in article (not including punctuation marks, space and special characters). Output the k most frequently occurring words along with each frequency, place
Write a Java program to implement a dice game. You will need to create two classes for this assignment: class Die is used to represent a single die (the singular form of dice).
Design, develop, test and document the Java application which reads data from the input file, processes data, and then writes processed data to an output file.
Write code which allows a user to make a grocery list. The program would also allow the user to export grocery lists to comma delimited file that could be read by a spreadsheet program (i.e., CSV fi
Write a program which accepts account balance and name of account holder as input and it calculates the interest (balance*rate), total amount (balance + interest) and minimum payment for revolving c
Write the program based on switch statements for manipulating the following array: z = {{8,15,22,28,36,40},{43,45,48,59,66,70}}.
Write a program that would read all these reports for last month’s sales and summarize total sales by salesperson by product. All totals must be stored in two dimensional array sales and print
In this assignment you would explore use of inheritance and dynamic binding in Java.The Lake Gaston Pipeline Game. You would be provided with the partial implementation of simple game program, writte
Write a program which helps teachers test their students in their mathematical knowledge. The program must use two generate methods generateNumber and generateOperation.
Write the algorithm, test cases (with expected outputs) and the Python program to compute the GPA for an indeterminate number of students.
Your task is to use the method of bisection to determine the point of intersection. Stop iterating when |Xn-Xn+1|<epsilon( tolerance). The output should be in a table form. Use the precision of 8
Write the class Compare3 which provides the static method largest. Method largest must take three Comparable parameters and return largest of three (so its return type would also be Comparable).
Write a java program GUI application. The application would be to designed, store, and process data about business customer and employees.
Write a program to convert time from 24-hour notation to 12-hour notation and vice versa. Your program should be menu driven, giving the user the choice of converting the time between the two notati
Write a complete C++ program which defines and initializes a single 10-element integer array (use random values of your choice to fill the array).
Write a program that would process a data set of information for a person that is playing Candy Crush Saga. The information woulkd be needed for later processing, so it would be stored in a set of a
Write down the string handling functions in ‘C’, with brief detail. What is file pointer? How to open and close a file using pointer?
Write down the difference between absolute path and relative path. Describe the Linux file structure.
Write coding for establish connection with database in VB.net? Explain different validation controls of VB.net?
Write a program to swapping of two variable using templates. What is virtual function? Explain pure virtual function with example.
This project is intended to practice elementary J2ME MIDlet development. The project only requires basic understanding of J2ME MIDlet APIs.
Allow the website to support multiple administrators by using a login or password for each administrator. You can set up the administrators on the back-end using insert statements that is, no UI req
Write the syntax of ‘ORDER BY’ clause used in ‘SELECT’ statement. Distinguish between GRANT and REVOKE command.