Entries by Student

write my assignment 25859

Discussion 3: Developing a ThesisSummary

Please provide your response to the following discussion prompt. Then, save the file as either .doc or .docx format, and upload the document into the Upload Area for Discussion 3 using this Upload Document.

After choosing a topic for a writing assignment, often the next best step is to construct a rough thesis statement. As you probably realize at this point, a thesis serves as the focal piece of an essay—all of your body paragraphs will relate back to those ideas. Following a thesis development questionnaire can help you both evaluate and organize ideas. Remember, too, that selecting a topic in which you are familiar or have interest may assist you in procuring content. Be cautious of topics that might not allow you to contribute much original material, which consists of discussions you add to support your claims. Often, these discussions will be new insights and drawn conclusions from just a small amount of research. In sum, a topic that relies on a lot of data, such as a medical-focused or science-based claim, may not enable you to add a lot of new material without posing credibility issues.

Select a topic of your choice, and populate the questionnaire below to ultimately build a strong thesis statement.

Please use double-spacing, and include a standard header with your Name, Course, Assignment, and Date. You may begin your discussion on the line below.

  1. 1. Overall topic or idea:2. What is your debatable opinion or stance on this topic:3. What are three subtopics that support your claim:4. What does the opposition party say:5. What is data that refutes the opposition’s opinion (do not employ ideas previously discussed):

Using the answers above, create a thesis statement using the following structure:

(Add debatable claim) because (add first supporting subtopic), (add second supporting subtopic), and (add third supporting subtopic), even though (add the opposition’s opinion).

Sample: Students’ work should be checked by anti-plagiarism software because it prevents cheating, secures other artists’ copyrights, and maintains a university’s integrity, even though free speech advocates believe anti-plagiarism software can impede freedom of speech.

 

"Not answered?"


Get the Answer

write my assignment 26938

Write a program that displays an inches to centimeters conversion table. Your input will be the smallest number of inches and the largest number of inches to be converted. The intervals will be in 6 inch increments. One inch is equivalent to 2.54 centimeters.

Include the following in your program:

1. Include an initial algorithm that outlines your steps.

2. Include a refined algorithm that details how each step will be executed.

3. Prompt the User for the range of your table. For example, prompt the User for the beginning value of the range and the ending value of the range. If the User enters 1 inch for the beginning value and 36 inches for the ending value then your chart will look something like this:

                    Conversion Chart

      Inches         Centimeters

      ******         ***********

         1                 2.54

         7                17.78

        13                33.02

        19                48.26

        25                63.50

        31                78.74

4. Use a conversion formula to calculate the centimeter equivalents where 1 inch is equal to 2.54 centimeters.

5. Use an outer Do While Loop that will ask the User if they wish to run the program again.

6. Use an inner For Loop structure that will:

          a. Initialize the For Loop counter to the beginning value entered by the User

          b. Update the counter by incrementing it by six

          c. Test the counter by comparing it to the ending value entered by the User

          d. The body of the For Loop will use the value of the counter as the inches to convert to centimeters

7. Print out each line of the chart with each loop cycle.

8. Print the table using formatting techniques such as set precision and set width.

9. Include the code to pause the output screen.

10. Include the following error checking:

  1. Do not let the User enter a largest number of inches that is more than 36 inches greater than the smallest number of inches.For example, if the User enters a 15 for the beginning number of inches then this will be the smallest number of inches on your chart.
  2. This means that the ending value for the chart (or the largest number of inches allowed) can be up to, but not greater than 51 inches.
  3. The ending value must be at least 6 inches greater than the beginning number of inches (since that’s our increment size).
  4. The ending value cannot be less than the beginning value.

 

"Not answered?"


Get the Answer

write my assignment 2822

Thought Provoking – Tom Bridegroom  

Write a 2 page response on how you felt these two situations were dealt with and if you would have done anything differently. Ethics play a role in how the situation was handled. Think of this from a nursing perspective!!!!

Think about nursing implications, which might include interventions (but not exclusively), but also think about some of the morals and nursing ethics, dignity and respect, autonomy, beneficence, non maleficence. etc. Think about areas you as a nurse could help to make things better, improve their quality of life and help care for the 4 gentleman in these two situations in a positive way. Address each separately!!

 

"Not answered?"


Get the Answer

write my assignment 8810

Objectives:

Discussthe following scenario:

You have been assigned an IP address and subnet mask: 192.168.111.0 /24. Develop a subnet scheme using this address that will allow you to support two subnets of up to 30 clients each, and allow for growth to as many as 6 subnets in the future.

Subnet 1 (not subnet zero) will be used to provide a range of IP addresses for the Sales office users connected to a Cisco 2960 switch. The switch will connect to FastEthernet 0/0 interface on the core router. Subnet 2 will be used to provide a range of IP addresses connected to the FastEthernet 0/1 interface of the core router for the Business office users. The router IP addresses on the Fast Ethernet ports for both networks will be the last useable IP address from the respective network. The Sales and Business office each will have one printer per network. It will be assigned the first useable IP address for the respective networks.

 

"Not answered?"


Get the Answer