Sunday, 05 20th

Last update09:44:47 AM

Login With Facebook

Combinestudy

Latest Assignments

CS506 Fall 2011 4th Assignment

Rate this item
(0 votes)

Question:                                                                       

Analyze following code using your best effort. And then give and explain its output. Yours explanation should not exceed 3-4 sentences. This assignment is based on negative marking if any unnecessary information or too much detail is provided your marks will be deducted.

CS506 Fall 2011 2nd Assignment

Rate this item
(4 votes)

Question:

Write the ideal weight calculator so that height in inches is entered by using a slider. Use the approximate formula:

W = H2 / 30 , for female

W = H2 / 28 , for male

where W is the ideal weight in pounds,
H is the height in inches

Set an action command for each radio button using setActionCommand(String).

CS506 Fall 2011 First Assignment

Rate this item
(0 votes)

Question:

Write a program that computes the average and standard deviation of the text floating point numbers in a file. Use the following formulas for the average and the standard deviation of N values. The formulas compute the sum, the sum of squares, the average, the average square, the variance, and finally, the standard deviation.

Rate this item
(0 votes)
Explain tomcat directory structure and its importance correspondence to server side programming in no more than ten steps. This assignment is based on negative marking if any unnecessary information or too much detail is provided your marks will be deducted.

Spring 2011 CS506 2

Rate this item
(0 votes)

Question:

Write a program in notepad as an editor for coding such that you are required to build up a Graphical User Interface code for making window similar to following:

Spring 2011_CS506_1

Rate this item
(0 votes)
Write a program in notepad that contains two classes one of the Person and other of Clerk where Person is the Super or parent class of the Office Clerk. Also show clerk object being capable showing data stored in it. You are required to follow all Object Oriented Programming rules including Naming conventions, Overloading, Overriding, Default constructor, Setter and getter methods etc.

Fall 2010 CS506 5 Solution

Rate this item
(1 Vote)
Problem Statement:

You are required to make a simple web application using PHP that will take Name and Age of Voter. And according to his/her age it will display the message either voter is eligible to vote or not.