Welcome to Assignments Writing

Your Trusted Partner in Term Paper Writing

At Assignments Writing, we’re a team of passionate educators and skilled writers committed to supporting students in their academic journey.

Java Programming Code Computer Science Worksheet

Java Programming Code Computer Science Worksheet

ANSWER

Assignment 1: Reviewing a Quantitative Research Study

Title: [Insert the title of the research study]

Introduction/Background:

  • Provide context for the research article.
  • Explain what led the author(s) to write the piece.
  • Highlight the key concepts explored in the study.
  • Discuss any weaknesses in prior research that motivated the current hypothesis or research question.
  • Cite relevant sources to support your statements.

Methodology:

  • Describe how the data was gathered and analyzed.
  • Explain the specific research questions or hypotheses the researcher aimed to explore.
  • Discuss the statistical analysis methods employed in the study.
  • Cite the sources or methodologies used in the research.

Study Findings and Results:

  • Summarize the major findings from the study.
  • Mention any limitations or potential biases in the data collection or analysis.
  • Provide statistics or significant results from the study.
  • Discuss the implications of the findings for the research field.

Conclusions:

  • Evaluate the article’s significance in the context of your field of study.
  • Assess the research methods used, considering their appropriateness.
  • Discuss the readability of the article, including clarity of presentation.
  • Analyze the implications of the results for future research or practical applications.
  • Consider if the article suggests further study or research directions.
  • Reflect on whether you would have chosen different methods based on the article’s content.
  • Highlight the strengths and weaknesses of the article concerning statistical analysis and its application.
  • Support your assertions with citations from the research and related sources.

References Page:

  • List all the sources you have cited in APA format.

Assignment 2: Reviewing a Qualitative Research Study

Title: [Insert the title of the research study]

Introduction/Background:

  • Provide context for the research article.
  • Explain what led the author(s) to write the piece.
  • Highlight the key concepts explored in the study.
  • Discuss any weaknesses in prior research that motivated the current hypothesis or research question.
  • Cite relevant sources to support your statements.

Methodology:

  • Describe how the data was gathered and analyzed in qualitative terms (e.g., interviews, content analysis).
  • Explain the specific research questions or hypotheses the researcher aimed to explore.
  • Discuss any qualitative analysis methods employed (e.g., thematic analysis).
  • Cite the sources or methodologies used in the research.

Study Findings and Results:

  • Summarize the major findings from the study.
  • Mention any limitations or potential biases in the data collection or analysis.
  • Provide illustrative quotes or examples from the qualitative data.
  • Discuss the implications of the findings for the research field.

Conclusions:

  • Evaluate the article’s significance in the context of your field of study.
  • Assess the research methods used, considering their appropriateness for a qualitative study.
  • Discuss the readability of the article, including clarity of presentation of qualitative findings.
  • Analyze the implications of the results for future research or practical applications.
  • Consider if the article suggests further study or research directions.
  • Reflect on whether you would have chosen different methods based on the article’s content.
  • Highlight the strengths and weaknesses of the article concerning its qualitative analysis and application.
  • Support your assertions with citations from the research and related sources.

References Page:

  • List all the sources you have cited in APA format.

Remember to adapt the above templates to the specific research studies you choose for your assignments. Additionally, adhere to your institution’s guidelines for formatting and citation style.

Java Programming Code Computer Science Worksheet

QUESTION

Description

 

 

Add additional information to the student class below such as name, address, major, and contact information along with all the getters and setters (methods) needed to access all data. Submit your code along with a sample run of your program. Comment all your code. Cite any sources of information you use. Write a note on the process of completing the assignment in a Microsoft Word document.

  • // ShowStudent.java
  • // client to test the Student class
  • class ShowStudent
  • {
  • public static void main (String args[])
  • {
  • Student pupil = new Student(); // We need a new student named pupil
  • pupil.setIDnumber(234); // We are setting pupil’s ID number to 234
  • pupil.setPoints(47); // We are setting pupil’s points to 47
  • pupil.setHours(15); // We are setting pupil’s hours to 15
  • pupil.showIDnumber(); // We are showing pupil’s ID number
  • pupil.showPoints(); // We are showing pupil’s points
  • pupil.showHours(); // We are showing pupil’s hourse
  • System.out.println(“The grade point average is ” +
  • pupil.getGradePoint()); // we are calculating pupil’s GPA
  • }
  • }
  • class Student // this is the student class
  • {
  • // the private data members
  • private int idNumber;
  • private int hours;
  • private int points;
  • // Constructor creates a new student
  • Student()
  • {
  • idNumber = 9999; // a max ID
  • points = 12; // starting out assuming 12 points
  • hours = 3; // starting out assuming 3 hours
  • }
  • // end of constructor
  • // the public get and set methods fro pulil specific information
  • public void setIDnumber(int number) // pass in a number
  • {
  • idNumber = number; // assign the number
  • }
  • public int getIDnumber() // return a student ID
  • {
  • return idNumber;
  • }
  • public void setHours(int number) // pass in a number
  • {
  • hours = number; // assign the number to hours
  • }
  • public int getHours() // return the student’s hours
  • {
  • return hours;
  • }
  • public void setPoints(int number) // pass in a number
  • {
  • points = number; // assign number to points
  • }
  • public int getPoints() // return the points
  • {
  • return points;
  • }
  • // methods to display the fields
  • public void showIDnumber()
  • {
  • System.out.println(“ID Number is: ” + idNumber);
  • }
  • public void showHours()
  • {
  • System.out.println(“Credit Hours: ” + hours);
  • }
  • public void showPoints()
  • {
  • System.out.println(“Points Earned: ” + points);
  • }
  • public double getGradePoint() // calculate the GPA with internal data
  • {
  • return (points * 1.0 / hours);
  • // simple integer division will truncate the decimal places
  • }
  • }

Submission Details:

  • Create the code and sample run files.
  • Write the process of completing the assignment in a Microsoft Word document.
Place Your Order Here

Our Service Charter


1. Professional & Expert Writers: We only hire the best. Our writers are specially selected and recruited, after which they undergo further training to perfect their skills for specialization purposes. Moreover, our writers are holders of master’s and Ph.D. degrees. They have impressive academic records, besides being native English speakers.

2. Top Quality Papers: Our customers are always guaranteed papers that exceed their expectations. All our writers have +5 years of experience. This implies that all papers are written by individuals who are experts in their fields. In addition, the quality team reviews all the papers before sending them to the customers.

3. Plagiarism-Free Papers: All papers provided are written from scratch. Appropriate referencing and citation of key information are followed. Plagiarism checkers are used by the Quality assurance team and our editors just to double-check that there are no instances of plagiarism.

4. Timely Delivery: Time wasted is equivalent to a failed dedication and commitment. We are known for timely delivery of any pending customer orders. Customers are well informed of the progress of their papers to ensure they keep track of what the writer is providing before the final draft is sent for grading.

5. Affordable Prices: Our prices are fairly structured to fit all groups. Any customer willing to place their assignments with us can do so at very affordable prices. In addition, our customers enjoy regular discounts and bonuses.

6. 24/7 Customer Support: We have put in place a team of experts who answer all customer inquiries promptly. The best part is the ever-availability of the team. Customers can make inquiries anytime.

Format & Features

Our Advantages

How It Works

1. Fill Order Form
2. Make payment
3. Writing process
4. Download paper

Fill in the order form and submit all your files, including instructions, rubrics, and other information given to you by your instructor.

Once you complete filling the forms, complete your payment. We will get the order and assign it to a writer.

When your order is completed, it’s assigned to an editor for approval. The editor approves the order.

Once approved, we will upload the order to your account for you to download.  You can rate your writer or give your customer review.

What Clients Said

{

I am very satisfied! thank you for the quick turnaround. I am very satisfied! thank you for the quick turnaround.I am very satisfied! thank you for the quick turnaround.

5
Mercy M
{

I am very satisfied! thank you for the quick turnaround. I am very satisfied! thank you for the quick turnaround.I am very satisfied! thank you for the quick turnaround.

5
Jane L
{

I am very satisfied! thank you for the quick turnaround. I am very satisfied! thank you for the quick turnaround.I am very satisfied! thank you for the quick turnaround.

4.5
Rayan M

LET US DELIVER YOUR ACADEMIC PAPER ON TIME!

We are a freelance academic writing company geared towards provision of high quality academic papers to students worldwide.

Open chat
1
Scan the code
Hello
Can we help you?