Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Write a program which can be used to gather statistical data about the number of movies college students see in a month.
In this assignment, you will make an application which computes and displays a customer’s monthly cable bill.
Produce a script to demonstrate the use of INSERT, DELETE and UPDATE. Show that your script works and also the use of variables with the form &variablename, ACCEPT, and DEFINE. Show that it
You are required to design and implement online food delivery system by using Java RMI technology. This includes writing both the server and the client program(s).
Show how the tree might be type-checked. Annotate the nodes in the tree with numbers indicating the order in which you calculated them? Using the same numbering, show the attribute values computed at
Greatest Common Divisor Write the recursive implementation of Euclid’s algorithm for finding the greatest common divisor (GCD) of two integers.
In the procedure of processor development, functional verification is a crucial step that should be conducted before physical implementation.
Code the device which controls temperature of a room by signalling an Air Conditioner (AC). You have to read room temperature data from parallel port’s data block (8-bit binary data). Check eith
Create a program for a company named Retail-Mart. For this step, in addition to functionality, location of variable declarations; appropriateness of data types selected; appropriateness of variable
Write a program using LOOP instruction with indirect addressing which copies a string from source to target , reversing the character order in the process.
Write the Php application that is used to manage a restaurant business. Suppose menu items, categories (appetizer, dessert …etc), prices and descriptions. Restaurant has 10 tables (labeled A
Detail for each of four following MIPS instructions, which actions are being taken at each of their five steps. Don’t forget to mention how and through which steps each instruction updates the
Create a Temperature class which internally stores a temperature in degrees Kelvin. Create functions named setTempKelvin, setTempFahrenheit, and setTempCelsius which take an input temperature in the
The princess (or prince if you're female) has been captured by the Evil Dragon and held prisoner in a tower. Explain, in detail, appropriate fast search technique for this problem explaining any iss
Write a program to show the concept of Method Overloading, Method Overriding, Multilevel Inheritance, to create a Form using with awt, to draw various shapes in applet.
You have to design the syntactic analyzer for language specified by the grammar shown below.
This project is for developing and designing a College Registration program. Write a Java program to register students for the college. Every student record will have name, address and courses field
A travelling salesman desires to make a tour of the cities and returns back to the starting point. What is the minimum length of the tour.
Write a program to find out factorial of a number using recursion. Write a program to find out roots of a quadratic equation with each condition. Write a program to arrange a list by using any sorting
The main program will read in a parameter value n (read this in main). Then it will call a function read2arrays (information given below) to read lists of grades in two arrays.
Consider the space for a maze as being a large grid of cells with each cell holding four 'walls'. Starting with a random cell, the computer randomly chooses a neighboring cell.
In this assignment you will create a program that maintains the available book catalog for the circulation desk of a library. The book catalog is to be maintained in sorted order The available book
Get familiar the functions of Irvine32 library. The file myInputFile.txt is an encrypted file. Your assignment is to decrypt this file and expectantly answer the question. Do the following in your c
A shell offers a command line interface for users. It interprets user commands and carries out them. Some shells offer simple scripting terms like if or while, and permit users to make a program tha