Reference no: EM13916797
Homework 3
This assignment demonstrates your understanding of the Java Classes and Objects and using an IDE. It consists of 2 programming assignments worth 25 points each.
Before attempting this project, be sure you have completed all of the reading assignments, hands-on labs, discussions, and assignments to date.
1. Create a Java class named HeadPhones to represent a headphone set. The class contains:
Three constants named LOW, MEDIUM and HIGH with values of 1, 2 and 3 to denote the headphone volume.
A private int data field named volume that specifies the volume of the headphone. The default volume is MEDIUM.
A private boolean data field named pluggedIn that specifies if the headphone is plugged in. The default value if false.
A private String data field named manufacturer that specifies the name of the manufacturer of the headphones.
A private Color data field named headPhoneColor that specifies the color of the headphones.
getter and setter methods for all data fields.
A no argument constructor that creates a default headphone.
A method named toString() that returns a string describing the current field values of the headphones.
A method named changeVolume(value) that changes the volume of the headphone to the value passed into the method
Create a TestHeadPhones class that constructs at least 3 HeadPhones objects. For each of the objects constructed, demonstrate the use of each of the methods. Be sure to use your IDE to accomplish this assignment.
2. Create your own Java class that represents your favorite musical instrument. Your musical instrument class should have at least 3 constants, 4 private data fields, getters and setters for each private data field, a toString() method, and two additional methods of your choice. Create a test class that constructs at least 3 of your musical instrument objects. For each of the objects constructed demonstrate the use of each of the methods. Be sure to use your IDE to accomplish this assignment. You can pick any instrument you want. When designing your class, think about what would make sense to describe and use the instrument. For example, if you selected a trumpet, you might need to provide the number of valves, the manufacturer, if the instrument is using a mute, and the volume or even notes the trumpet is playing. Make this your own creation and have fun with it.
Grading Rubric:
The following grading rubric will be used to determine your grade:
Attribute
Exceeds
Meets
Does not meet
Design
Exhibits proper use of parameters, and selection of data types all of the time.
Employs correct and appropriate use of programming structures (loops, conditionals, classes etc.) all of the time.
Efficient algorithms used all of the time.
Exhibits proper use of parameters, and selection of data types most of the time.
Employs correct and appropriate use of programming structures (loops, conditionals, classes etc.) most of the time.
Efficient algorithms used most of the time.
Rarely exhibits proper use of parameters, and selection of data types.
Rarely employs correct and appropriate use of programming structures (loops, conditionals, classes etc.)
Poorly structured and inefficient algorithms.
Functionality
Extra effort was apparent through the addition of significant and additional functionality beyond the scope of the assignment.
Program fulfills most functionality.
Most requirements were fulfilled.
Screen captures provided demonstrating the successful compiling and running of the program.
Program does not fulfill functionality.
Few requirements were fulfilled.
Test cases
Test cases provide comprehensive coverage of all code paths.
Discussion of run-time errors included.
Test cases provide coverage of most code paths.
Test cases results well documented providing pass/fail results for each test case.
No or insufficient test cases
Minimal supporting evidence provided to verify testing actually took place.
Java Style Guide
Code impeccably neat and well-organized.
Extensive In-line comments providing additional insight into code design and functionality
Header comments include filename, author, date and brief purpose of the program.
In-line comments used to describe major functionality of the code.
Meaningful variable names and prompts applied.
Class names are written in UpperCamelCase.
Variable names are written in lowerCamelCase.
Constant names are in written in All Capitals.
Braces use K&R style.
Code rarely follows recommended Java style guide
Submission requirements:
Your deliverables include your Java files (.java) and a single word document. The Java files should be named appropriately for your applications. Your word document should include screen shots showing the successful compiling and running of each application, and a detailed description of the test plan for each application. The test plan should include the input, expected output, actual output and if the test case passed or failed.
Excluding investment expenses
: Rich and Shauna Nielson file a joint tax return, and they itemize deductions. Assume their marginal tax rate on ordinary income is 25 percent. The Nielsons incur $2,400 in miscellaneous itemized deductions, excluding investment expenses.
|
Signed binary numbers displayed in 2s complement form
: Determine the decimal value of each of the following signed binary numbers displayed in the 2's complement form:
|
Research how media providers use cloud services
: Please write a short paper on ONE of the investigation topics listed below. Your paper should be between one and two pages in length (single-spaced, Times New Roman, 12 point font) not counting the references. Please list all sources used for your in..
|
Located in the village of gianyar
: Ida Sidha Karya Company is a family-owned company located in the village of Gianyar on the island of Bali in Indonesia.
|
Demonstrates your understanding of the java classes
: Before attempting this project, be sure you have completed all of the reading assignments, hands-on labs, discussions, and assignments to date.
|
Discuss the pros and cons of the focus strategy
: Discuss how the Focus strategy can be employed to create and sustain a competitive advantage. Discuss the Focus strategy pricing, features, and the clientele base for the cell phone application.
|
Balance in the investment account
: Required: What is the c as of December 31, 2009?
|
Calculate the one-sample t statistic
: More critical values. You have an SRS of size 30 and calculate the one-sample t statistic. What is the critical value t* such that t has probability 0.025 to the right of t*?
|
What is a strategic business plan
: What is a strategic business plan? Why is this plan important to an organization's long-term success? What role does innovation play in developing a strategic business plan?
|