Create a application that will present a survey to customers

Assignment Help JAVA Programming
Reference no: EM131210661

Java programming

You have been asked by your manager to create a user-friendly application that will present a survey to your customers. The application will compile and analyze the results entered by the survey respondents. You will deliver your working application with a Design Document and test results.

Upon completing all functional and design requirements, submit the following:

• Design document that has UML Class Diagrams to document your design of your Survey and SurveyConductor classes.

• UML Sequence Diagram that documents the design of your SurveyConductor application class.

• Screenshots showing results of testing

• Update your Survey class based on feedback and lessons learned in all Phases of this course. Perfect your code and all comments to all necessary areas to describe what is happening at that point of your code.

• Zipped NetBeans project of the application that correctly meets all stated design and functional requirements.

Code should be well commented. Appropriate use of control structures should be used. Logic should be sound and correct.

A design document should be submitted that contains:

• UML Class and Sequence Diagrams using proper UML notation.
• Pseudocode for the SurveyConductor application.
• Pseudocode for the Survey class methods.
• Logic for error checking to validate the response is between 1 and 5 should be included in the Pseudocode.
• Screenshots showing your application runs. Document each screenshot with a caption that explains the test data entered and the resulting application behavior/output.

True/False competency exam:

The second part of the Key assignment is a competency test that will test your knowledge on fundamental data types, control structures, classes, objects, and methods. If you do not pass this competency exam, you will not be able to proceed to IT251.

1. Declaring more than one method with the same name but different sets of parameters is called method overloading.

2. You cannot overload a constructor.

3. Given a method with the signature:

public void numberCruncher(int num1, int num2, String name)

an example call to this method could be:

myNumberCrunch.numberCruncher("Fred", 3, 5)

4. The + operator can be used in string concatenation.

5. A static method can be used even if no objects of the class have been instantiated.

6. A class or static variable should be used when all objects of a class must use the same copy of the variable.

7. If packages are used, the package declaration should come directly after any import declarations in a java source file.

8. The private access modifier can control the access to variables and methods of a class.

9. An accessor is another term for a set method.

10. Arrays have to hold the values of the same type.

11. The first index of an array is index zero.

12. The following code creates an array, b, with 3 columns and 2 rows:

int[][] b = new int[2][3];

13. Given an array called x, you can access the 5th element in array x by the following code:

x[5]; //reference the 5th element in an array

14. Nested for loops are commonly used to display the contents of 2-dimensional arrays.

15. The enhanced "for" statement will iterate through the elements of an array.

16. Given array ‘y' that holds values of type int, the following code will set the 5th element of the array to 6:

Y[6] = 5;

17. A list of method parameters are separated by semicolons.

18. A method can return at most one value.

19. Class Math has several static methods.

20. The Java Application Programming Interface is a Java class library with thousands of predefined classes.

Reference no: EM131210661

Questions Cloud

Prepare the adjusting entry on december 31 : Estimate Martel's uncollectible accounts percentage based on its actual bad debt experience during the past two years.
Considering a new project : You are an analyst for a sporting goods corporation that is considering a new project which will take advantage of excess capacity in a existing plant. The plant has a capacity to produce 50000 tennis racquets, but only 25000 are being produced cu..
Write a c algorithm that calculates the area : Write a C algorithm that calculates the area under the curve y = f (x) for c ≤ x ≤ d: f is a 4th order polynomial function f (x) = a0 + a1x + a2x2 + a3x3 + a4x4
Summarize the impact of foreign exchange rates : Summarize the impact of foreign exchange rates on the company's financial statements. - What risks do foreign exchange rates pose?
Create a application that will present a survey to customers : You have been asked by your manager to create a user-friendly application that will present a survey to your customers. The application will compile and analyze the results entered by the survey respondents.
Tax-deductible interest : Given that an S&L is willing to lend money at an loan-to-value ratio of 75 percent. How much, if any, of this line would qualify as tax-deductible interest if their house originally cost $200,000?
Calculate the average of values stored in the rates array : The program should calculate the average of the values stored in the rates array. It then should display the average rate on the screen. Complete the program using the for statement. Save and then run the program.
What is the economic interpretation of this sing : What is the economic interpretation of this sing? Find Determine its sing. what is the economic interpretation of this sing? Find Determine its sing. What is the economic interpretation of this sing?
Digital image-processing machine : Gaia Research hospital purchased a digital image-processing machine three years ago at a cost of $45,000. The machine had an expected life of eight years at the time of purchase and an expected salvage value of $5,000 at the end of the eight years..

Reviews

Write a Review

JAVA Programming Questions & Answers

  Write an app to test class integerset

Create class IntegerSet. Each IntegerSet object can hold integers in the range 0-100. The set is represented by an array of bools. Array element

  Write a recursive method to print all permutations of string

Write a recursive method to print all the permutations of a string. For instance, for a string abc, the printout is: abc acb bac bca cab cba

  Write java statements that use a for each loop to cycle

Write java statements that use a for each loop to cycle through all the elements in an ArrayList of doubles named grades.

  Total amount of capital gain or loss

Determine the total amount of your capital gain or loss using (a)FIFO (first in, first out) accounting and (b) LIFO (last in, first out) accounting (that is assuming that you keep your stock certification in (a) a queue or (b) a stack using C lang..

  Write a method, insertat that takes four parameters

Write a method, insertAt that takes four parameters

  Find the smallest complex number

Given a "Complex" class with all the standard methods for complex numbers, design the static method below to find and return the smallest complex number.

  Write a java program to perform matrix multiplication

In this project you need to write a java program called to perform matrix multiplication and

  Implement class that can be player in a game of tic tac toe

Specify, design, and implement a class that can be one player in a game of tic-toc-toe. The constructor should be specify whether the object is to be the first player (X's) or the second player (O's).

  Write a jsp webpages ask the user to enter data

Write a jsp webpages ask the user to enter the following data- First name, Last name

  What things are you struggling to understand

Discuss your experiences with the programming assignment - what things are you struggling to understand?

  Write a program that determines the day of the week

You are to write a program that determines the day of the week for New Year's Day in the year 3000. To do this, you must create your own date class (MyDate) and use the following interface and main program.

  Presell a limited number of cinema tickets

Write an application to presell a limited number of cinema tickets. each buyer can buy as many as 4 tickets. No more than 100 tickets can be sold. Implement a program called TicketSeller that prompts the user for the desired number of tickets and the..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd