Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Programs on assembly language on how to add, subtract and move both data and strings to a memory location using a stack segment for example and a stack register by the methods of memory models and ful
Write a java program to accept marks in 4 subjects, find the average and display the grades. < 50 - F, < 60 - A, < 70 -B, < 85 - C, > 85 -S
Create an applet to draw a digit using the method fillRect of the class Graphics. For instance, if the input is 6, the applet will display the digit 6
Write a program that will find the prime factors of any non-negative integer
Write an application in C# (it must include GUI as well as at least one user-defined class) that computes the fee for parking a car in a parking garage.
Write an efficient relational algebra expression for the following SQL query:
When the program is run, it will search for a birthday or an anniversary using the current date to compare with the saved date. It will then generate the appropriate card.
Write a C program that prompts for a variable number of integers, adds them up, and prints out the average. The user will enter either an integer to be averaged or a sentinel of 999 indicating that no
The important point is to preserve the consistency in passenger accounts during concurrent access to the seats via operations using suitable synchronization primitives.
Create a class called Date in C++ that includes three pieces of information as data members: month (type int), day (type int) and yaer (type int).
Write a program to animate two circles bouncing around a window. The basic idea is to start the two circles somewhere in the interior of the window
Write a trigger on Emp table to ensure the following requirement; when a new employee enters the company his/her salary should be lower than the department manager otherwise do not insert its record i
Write a c++ program that stores the following numbers in the array named miles: 15,22,16,18,27,23, and 20. have your program copy the data stored in miles to another array named dist(distance) array.
When you enter a temperature in degrees Celsius, the computer will print the corresponding Fahrenheit temperature. Enter -999 to terminate the program.
Write an HTML form that prompts the user to enter a value. In PHP, write a script to determine whether the value contains an integer , a decimal-place number or a string and display it to screen
It is possible to write a program in purely functional subset of an imperative language such as C, but certain limitations of the language quickly become apparent.
How to calculate average especially when reading a file like how to create a method for average the years of service between three employees like e1.getYears
Please write a java application to accomplish the following task Ask users put in the amount of tax they pay for the past 3 years.
Write a C++ program to read, save, sort, search and display the students' ids, student names and marks of N students.
Rectangle Class) Create class Rectangle. The class has attributes length and width, each of which defaults to 1. It has read-only properties that calculate the Perimeter and the Area of the rectangle.
Write a program that read the grades.txt file and then prints the average grade of male and female students and the number of passed students by using the following functions:
Write a C program that forks two child processes. The parent process will print all prime numbers up to 229, the first child process will print the first 50 Fibonacci numbers, and the second child pro
Write a Lisp function that takes as input an atom and a list. The function determines whether any element of the list matches the atom - If it does not match then the first item of the list is replace
Catching Exceptions Using Outer Scopes) Write a program showing that a method with its own TRy block does not have to catch every possible error generated within the try . Some exceptions can slip thr