Survey conductor application

Assignment Help JAVA Programming
Reference no: EM13806584

Survey Conductor Application:

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: EM13806584

Questions Cloud

Supplier for a medium-sized housewares company : Blanton Reeve is a supplier for a medium-sized housewares company. Jerry, the newly hired procurement manager for the housewares company, studied all of the files for information on all of the current suppliers.
The most controversial facets of counterterrorism : The most controversial facets of counterterrorism are symbolized by, and the most sensitive aspect of the law deals with intelligence gathering and sharing.
What is the density of the material : What is its angular acceleration - What is the density of the material is the density of water is 1000 kg/m3?
The rejection region in the left tail under the curve. : At a 1% level of significance, the manufacturer should conclude that there has been an increase in the level of interest in this new flavour.
Survey conductor application : Survey Conductor Application: You have been asked by your manager to create a user-friendly application that will present a survey to your customers
Engineers to accept the tickets : Would it be ethical for your engineers to accept the tickets? Why or why not? Would it be ethical for you to accept the tickets? Why or why not?
The driving force behind another terrorist group in egypt : Two al Qaeda groups in Madrid were broken up by Spanish authorities shortly after 9/11. These terrorists had connections with Jihadists in ____. Osama bin Laden was the driving force behind another terrorist group in Egypt, the Egyptian Islamic..
Create a relationship between the employees and sales tables : Create a relationship between the Employees and Sales tables. Save the relationship. A form and subform of sales by the salesperson. Name this form Employee Sales. Use the attached layout on page 5. (use the Zoom icon to make form readable)
Problems based on market interest rate changing : What is the PV of all the payments from the lottery winning at the time of today?

Reviews

Write a Review

JAVA Programming Questions & Answers

  What is an infinite loop

What is an "off-by-one error"? Give an example for it from your experience.What is an infinite loop? Write a for statement to demonstrate it.

  Java socket hello i need to this assignment done in net

hello i need to this assignment done in net beans . and i want comment in code .also screen shots of running program

  The api for this class ispublic void poweronnbsp sets the

the api for this class ispublic void poweronnbsp sets the machine ready to serve the selected ice creampublic void

  Mining information from sales data is a common task in both

mining information from sales data is a common task in both traditional and online stores. past sales information can

  Implement a shopping cart class with user interface

project will be to implement a shopping cart class with user interface (UI) that contains main() in Net Beans. The UI class will be used to perform user input/output and to invoke the appropriate methods of shopping cart class. When your program star..

  Create a class to encapsulate the data and behavior

Create a class to encapsulate the data and behavior of a product in a store's inventory. The class should have the following data for an inventory item

  Write an application that displays all even numbers

Write an application that displays all even numbers from 2 to 100 inclusive, and that starts a new line after every multiple of 20 ( 20, 40, 60, and 80). Save the file as EvenNums. java

  Reads contents of two vectors

Write a program that reads contents of two vectors, and then displays the sum of these two vectors. The program should prompt the user to enter the size of the vectors first.

  Test plan for both unit testing and integration testing

Do a test plan for both unit testing and integration testing, justification why you need this test creating the test case for each individual test must use java language in netbeans IDE to perform each test, screen capture one example to run the ..

  What is the purpose of using javascript on a website

What is the purpose of using JavaScript on a website. What is a specific example of a JavaScript application that will be beneficial on the site you are creating. Use an example other than from validation.

  Write a program to print all of the permutations

Write a program to print all of the permutations of the values 1, 2, 3, ..., n - Your program takes one argument from the command line, which as an integer n  that is the number of elements.

  Write an application named us insurance

Write an application named UseInsurance that uses an abstract Insurance class and Health and Life subclasses to display different types of insurance policies and the cost per month.

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