Entries by Student

write my assignment 29519

The project must be done in Java Programming language”Here is your assignment: You work for a Landscape architect. They have asked you to be a part of their team as they need a computer programmer, analyst, and designer to aid them in calculating engineering specification. Specifically, you have been assigned to the Pools, Hot Tubs and Spas section of their landscaping team. Your skills will be needed in creating a GUI program that calculates engineering specifications.This document provide a sample of what is possible, and could lead to a project worth the maximum grade of 100% Something to think about!!! Do not think this is what you have to do to get the maximum number of points. It is just a sample! You are only bound by your programming ability. Please do not try and do more than you are capable of. Think, plan, design and code YOUR final project. This is your opportunity to show off your skills!Overall AppearanceTabs should be used in this application. At a minimum, 4 fully functioning tabs should be designed – the Pools tab, the Hot Tubs tab, the customer tab and the Contractors tab. General TabThe first tab simply displays the current date. An Exit button is provided in this tab, as well as all others. (For all buttons throughout the application, mnemonic values are set.)Options TabThe user should be able to change the company name in the Options tab. Customers TabThe Customers tab allows the user to add new customers and checks for the existence of the customer.txt file in the directory where the program is located. If the file does not exist, the program tells the customer in the Message Area at the bottom. The Customer Display will give a brief explanation of the user’s options.Add CustomerWhen the user clicks Add Customer, an entry window should appear. If the customer.txt file does not exist, the program tells the customer in the Message Area at the bottom. In this window, the user can enter customers; the information entered will be stored as entered.Clicking Add Customer will attempt to write the information to customer.txt. The user should receive an indication when a customer is added successfully.After a customer has been added and the Customers window is closed, the user can click Refresh to refresh the Customer Display area, which will display the contents of the customer.txt file.Contractor TabThe Contractor tab functions in exactly the same way as the Customers tab. The filename for contractors is contract.txt.Pools TabThe Pools tab should perform a calculation.After a length, width, and depth have been entered, the user can click Calculate Volume and the program will display the calculated volume (length * width * depth in cubic feet).Exception handling is used here to catch exceptions, including incomplete forms, invalid entries, and combinations of these.Incomplete forms:Invalid input:Combination invalid input/incomplete input:Hot Tubs TabThe Hot Tubs tab allows for round and oval tubs’ volumes to be calculated. Round TubWhen Round Tub is selected, the user cannot fill out the width field since we’re dealing with a circle. After filling out the length and depth fields, the Calculate Volume button will display the volume (Pi * ((length/2)^2) * depth). The width is automatically set to the same value as the length, and the user is informed.Again, exception handling is used here.Oval TubWhen Oval Tub is selected, the width field is opened up:The formula used to calculate the volume is (Pi * (length/2 * width/2)) * depth.As with the Pools tab, the same error messages should be displayed in case of no input/invalid values.Temp Calc TabThe Temp Calc tab offers a temperature converter (Celsius <-> Fahrenheit).The user enters a temperature, and selects either C or F. The field after the Result display will display the opposite (if C is selected, field will display F; if F is selected, field will display C). No input:The Length Calc tab offers the user a length converter (millimeters, meters, yards, feet, and inches).

 

"Not answered?"


Get the Answer

write my assignment 7993

Cover page This will include the overall purpose of the test, your plan, footprinting of the company, dates tests were performed, and document classification (who has access and how much).

2. An Executive Summary – one page maximum

3. Summary of vulnerabilities

4. Test Team Details – since you have completed this as an individual, this will be the details about you.

5. List of Tools Used

6. Copy of the original scope of work

7. Main body of the report that includes: (include graphics, graphs where possible to show results)

details of all detected vulnerabilities and any attacks that are obvious

how you detected the vulnerability

clear technical expiations of how the vulnerability could be exploited, and the likelihood of exploitation.

 detailed remediation advice – this should be the exact steps required to fix the issue

8. Risk Ranking/Profile 

 

"Not answered?"


Get the Answer

write my assignment 11311

I need help with finding things to do an annotated bibliography. My topic is racism. Below is the instructions. I don’t need anyone to do it, I just need help actually finding journal entries and etc.

The completed assignment will include:

1) List the topic in American Popular Culture that you chose to investigate for this assignment. (e.g. symbolic interactionism, doing gender, socialization over life course, mental illness, prejudice, etc.)

2) List of search terms you used in your searches (e.g. sport, sociology, “popular culture”)

3) Annotated entries for a minimum of 5 peer-reviewed articles and 5 popular and/or open-web sources (see below for what should be included in each entry)

Each source entry should include the following:

1) APA-formatted full reference for the source

2) Brief description of the source

3) Evaluation of where the source came from – i.e. peer-reviewed journal, blog, website, etc.

4) Brief discussion of how the source is relevant to your topic of interest

5) Brief discussion of the source’s strengths and weaknesses

 

"Not answered?"


Get the Answer

write my assignment 17221

Question:You will complete this assignment in Python 3.x. Make sure you have downloaded the software and it is installed correctly. You will download it from this site: https:// will code the following and submit it in one file. Use the information in the Lessons area for this week to assist you. Save it as a python file (.py), and upload it into the Assignments area for the Week 4 Assignment.

1.  Create a comment block with the following information: Please put what I have included in parenthesis.

Your Name (Mike Garrett)

Course Name, Section (ENTD200 I002 Fall17)

Instructor name (Tracia Craig)

Week # (Week #4)

Date completed (12/3/2017)

2.  Problem 1: Write a program to solve a simple payroll calculation. Find the amount of pay given, hours worked, and hourly rate. (The formula to calculate payroll is pay = hourly rate * hours worked.) Use these values to test the calculation: Problem 1A (hours = 30 and rate = 8.52) and Problem 1B (hours = 53 and rate = 11.54). Display hourly rate, hours worked, and pay. Use the print command and make basic mathematical calculations.

3.  Problem 2: Write a program that will calculate the average miles per gallon obtained on a trip. Input the amount of gas used and the number of miles driven. (The formula to calculate miles per gallon is miles per gallon = number of miles driven / amount of gas used. ) Use these values to test the calculation: Problem 2 (number of miles driven = 298) and (amount of gas used = 12.17). Use the print command and make basic mathematical calculations.

 

"Not answered?"


Get the Answer