Professional Writing and Proposal Development

  

Provide a reflection of at least 500 words of how the knowledge, skills, or theories of this course (Professional Writing and Proposal Development) have been applied, or could be applied, in a practical manner to your current work environment.

Requirements: 

Provide a 500 words minimum reflection. 

Use of proper APA formatting and citations. If supporting evidence from outside resources is used those must be properly cited. 

Share a personal connection that identifies specific knowledge and theories from this course. 

Demonstrate a connection to your current work environment 

Java homework

Deadline today 3hr … 11:50

my last name start with C…

For this homework you are going to write a program to read in values for a small business that starts with the first letter of your last name. So if your last name is Gonzalez, you can write a program for a Grocery Store.

You will need to read in one integer value, one boolean value, one decimal value and one String value. Use a Scanner to read in the data. Based on the data you read in, use a series of if, else if, else if, else to determine the price of the product or service depending on what the user entered in to the program.

You will create a class based on the type of product or service you are offering that will keep track of the integer, boolean, decimal, and String.

CLASS WORTH 20 points

For example, you let’s say your last name is Fernandez and you chose a flower shop:

“Enter the number of flowers desired:”

4

“Enter if you want a vase:”

true

“Enter your address:”

123 Fake Street

“Enter your local tax rate as a percent:”

6.5

INPUT WORTH 30 points.

OUTPUT TO THE SCREEN:

“YOUR FLOWER ORDER WILL BE $19.99”

After displaying the output for the product (price will depend on the type of business you select based on your last name), you will save the entire order in a file called output.txt using a PrintWriter.

OUTPUT WORTH 30 points.

SAVING DATA WORTH 20 points.

Your code must be unique and based on the business selected and related to your name. Submit your code here.

SUBMISSION: Upload a single .java file. No Word, text or other files will be considered.

Explore IT Risk Factors

 

Module 06 Content

  1. Explain the risks that most IT departments would need to be concerned with, detailing at least three examples of risks that are possible. In the conclusion, explain how you will use this information in your current or future job.

    Your assignment should meet the following requirements:

    • 3-4 pages long, not including the cover page and reference page.
    • Conform to APA Style.
    • Support your answers with at least one current scholarly journal article (not more than five years old). The Rasmussen Library is a great place to find resources.
    • Clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing. If you need assistance with your writing style and APA format, start with the Writing and APA guides at the Rasmussen Library.

This program has six required

  

1) This program has six required outputs and involves
searching and sorting an array of integers.

Write a Java application that initializes an array with the
following numbers, in this order:

23, 17, 5, 90, 12, 44, 38, 84, 77, 3, 66, 55, 1, 19, 37, 88,
8, 97, 25, 50, 75, 61, and 49

Then display the unsorted values. This is required output #1
of 6 for this program.

Using a sequential search of the unsorted array, determine
and report the 1-relative (i.e. 1, 2, 3, 4, etc.) positions of the following
numbers in the array (or -1 if not found), and the number of searches required
to locate the numbers: 25, 30, 50, 75, and 92. This is required output #2 of 6.

Then display the total number of searches for all five
numbers. This is required output #3 of 6.

Sort the numbers using any algorithm of your choice and then
display the sorted array. This is required output #4 of 6.

Using a binary search of the sorted array, determine and
report the 1-relative positions of the following numbers in the array (or -1 if
not found), and the number of searches required to locate the numbers: 25, 30,
50, 75, and 92. This is required output #5 of 6.

Finally, display the total number of searches for all five
numbers. This is required output #6 of 6. (There are six required sets of output as numbered in the above paragraphs.)

Try to create an object-oriented solution for your solution
vs. a procedural one. For example, you might have a class that stores an array
passed by a driver class, with methods for sorting the array, searching the
array via a sequential search, searching the array via a binary search, and
output the current contents of the array. The driver class could not only pass
in the initial array values but call various methods to perform the searches,
sorting, and array contents display. You may use any output type class you want
(e.g. Scanner, JOptionPanel)

 

2) You may use any Java Integrated Development Environment
(IDE) you choose to develop your source code, compile and link your code, and
execute your program (jGRASP is recommended). Or you may use the Windows
Command Prompt.

 

You are to submit the following deliverables in a single
Microsoft Word file in this order, and clearly labeled.

 

a) A screen snapshot of your Java source code (all file(s)
shown separately) displayed in the IDE or Windows editor showing a successful
compilation if possible (only the beginning of the source file(s) are
necessary).

 

b) A listing of your entire source code file(s).

 

c) A screen snapshot of all of your program’s outputs for
the specified values in Step #1. For this program there are 6 (six) total sets
of item(s) to be output. Failure to show any of them will result in lost points.
In order not to confuse the grading process, and possible lose points, do not
include any other outputs besides these six items.

 

4) You will be evaluated on (in order of importance):

 

a) Following directions and inclusion and packaging of all
deliverables in Step #2.

 

b) Correct execution of your program (this includes proper
compilation). This also includes getting the correct answers!

 

c) Proper commenting of your Java code and indentation (as
specified in the text).

 

d) Neatness in packaging of your deliverables (to include
putting the items in Step #2 in the correct order).

Project 4: Human Resources Insider Threat Guidelines

 

Project 4: Human Resources Insider Threat Guidelines
Step 10: Prepare a Profile Matrix

Now that you have familiarized yourself with the concepts of hackers and standards, policies, and guidelines, it is important to understand how to match the two in an organization.

For this assignment, prepare a Profile Matrix that lists the different types of hackers in the first column, and for each, list the psychological profile, main motivations, threats to the organization, benefits to the organization, and whether or not a standard, guideline, or policy best applies to them. Be sure to identify an example of a standard, guideline, or policy that may apply.

You should identify a minimum of six hacker-type examples. This will assist you in both helping upper management identify insider threats and to prevent future breaches.

Finally, at this point in your assignment, you should have encountered concerns about using profiles to “watch” employees and the benefits and dangers of doing so. Include a short paragraph about your findings to the matrix.

Exp22_Excel_Ch01_ML1_Rentals

Excel Chapter 1 Mid-Level 1 – Guest House Rental Rates 

Exp22 Excel Ch01 ML1 Rentals

Exp22 Excel Ch01 ML1 Rentals

  

Project Description:

You manage a beach guest house in Ft. Lauderdale containing three types of rental units. Prices are based on peak and off-peak times of the year. You need to calculate the maximum daily revenue for each rental type, assuming all units are rented. In addition, you need to calculate the discount rate for off-peak rental times. Finally, you will improve the appearance of the worksheet by applying font, alignment, and number formats.

     

Start Excel. Download and open   the file named Exp22_Excel_Ch01_ML1_Rentals.xlsx.   Grader has automatically added your last name to the beginning of the   filename.

 

 

You want to format the main   title to have a consistent appearance to other documents and spreadsheets.
 

  Apply the Heading 1 cell style to the range A1:G1.

 

 

You want to apply a similar,   complementary style to the date, which is below the main title.
 

  Apply the 20% – Accent1 cell style to the range A2:G2.

 

 

The Peak Rentals heading is   centered over the related data in columns C and D. You want the Off-Peak   Rentals heading to be centered over its related data.
 

  Merge and center Off-Peak Rentals   in the range E4:G4.

 

To help other people know that   the Off-Peak Rentals heading is related to three columns of data, you want to   apply a fill color to that heading. You will choose a different color to   distinguish these data columns from the fill color used for the Peak Rentals   heading.
 

  Apply Blue fill color (the eighth color below Standard Colors) and White,   Background 1 font color to cell E4.

 

 

Three headings (Maximum Revenue,   Maximum Revenue, and Discount Rate) do not fully display on the fifth row.   Instead of widening the columns, you want to wrap the headings within their   respective cells. This will enable you to maintain the column width   appropriate for the data below the headings.
 

  Center and wrap the headings on row 5.

 

The headings in D5 and F5 wrap   within words because the columns are too narrow. You will widen those columns   and center the number of units below its column heading.
 

  Set the width of columns D and F to 10.0. Select the range B6:B8 and horizontally center   the data.

 

One of the rental types is   missing from the list. You want to insert a row after the Studio Apartment   row and enter the missing rental type.
 

  Insert a row above the 1 Bedroom Suite. In cell A7, type Ocean View   Studio. In cell   B7, type 4. In cell C7, type 275. In cell E7, type 200.

 

You want to change Suite to   Apartment in the list.
 

  Find occurrences of Suite and   replace them with occurrences of Apartment.

 

You are ready to calculate the   Peak Rentals Maximum Revenue that can be earned. The maximum revenue is the   total revenue if all rental units are rented.
 

  In cell D6, enter a formula that calculates the Peak Rentals Maximum Revenue.

 

 

You are ready to calculate the   Off-Peak Rentals Maximum Revenue that can be earned. The maximum revenue is   the total revenue if all rental units are rented.
 

  In cell F6, enter a formula that calculates the Off-Peak Rentals Maximum   Revenue.

 

The Discount Rate is the percentage   off of the Peak Rentals Per Day Rate used to calculate the Off-Peak Rentals   Per Day rate. The Studio Apartment rents for $116.05 Off-Peak, which is 77.4%   of the $149.95 Peak rate. Therefore, the Discount Rate for the Off-Peak Per   Day rate is 22.6%.
 

  In cell G6, enter a formula that calculates the Discount Rate for the   Off-Peak rental price per day.

 

 

You created formulas for the   Peak Rentals Maximum Revenue, Off-Peak Rentals Maximum Revenue, and the   Discount Rate for the Off-Peak Rentals for the Studio Apartment rental type.   Now you want to copy the formulas to the remaining rental types so that you   don’t have to create formulas again.
 

  Copy the formula in cell D6 to cells D7:D9. Copy the formula in cell F6 to   the range F7:F9. Copy the formula in cell G6 to cells G7:G9.

 

 

The values in the columns are   hard to read with varying numbers of decimal points. The Accounting Number   Format will align the decimal points and display dollar signs to improve the   appearance of the monetary values.
 

  Format the range C6:F9 with Accounting Number Format.

 

The Discount Rate formula   results are displayed as decimal values. However, formatting the values as   percentages will align decimal points and clearly indicate the percentages.
 

  Format the range G6:G9 in Percent Style with one decimal place.

 

You applied a solid blue to the   Off-Peak Rentals heading, so you will apply a complementary lighter blue fill   color to the data below that heading.
 

  Apply Blue, Accent 5, Lighter 80% fill color to the range E5:G9.

 

 

You want to apply a   complementary fill color to the data below the Peak Rentals heading.
 

  Select the range C5:D9 and apply Gold, Accent 4, Lighter 80% fill color.

 

To help offset the headings from   the rental data, you will apply a border.
 

  Apply the Bottom Border style to the range A5:G5.

 

 

Before finalizing the worksheet,   you should check the spelling.
 

  Use Excel to check the spelling and correct errors. Excel should find two   errors. (Mac users, if only one error is found, manually check and correct   spelling errors.)

 

To preserve the original data,   you make a copy a worksheet so that you can manipulate the data or if you   want to review the formulas.
 

  Create a copy of the Rates worksheet, place the new sheet to the right side   of the original worksheet, and rename the new sheet as Formulas.

 

Now that the worksheet contains   formulas and is formatted, you are ready to apply Page Setup options to   prepare the worksheet to be printed, if needed.
 

  Select both worksheets. Select Landscape orientation. Set 1-inch top, bottom,   left, and right margins. Center the data horizontally on the page, and apply   the setting to fit to one page.

 

 

It is important to provide   identification information in a footer of the worksheets. In particular, the   textbook series name, the worksheet name, and the file name help identify the   worksheet.
 

  Insert a footer with the text Exploring Series on the left side, the sheet name code in the   center, and the file name code on the right side.

 

You want to display the formulas   and set print options so that it will be easier to read and interpret the   rental formulas on a printout, if needed.
 

  On the Formulas worksheet, display cell formulas, and set options to print   gridlines and headings. Set a width of 13 for column A and 7 for column B.

 

Save and close Exp22_Excel_Ch01_ML1_Rentals.xlsx.   Exit Excel. Submit the file as directed.

IT345: Impact of IT on Individuals, Organizations, and Society

Discussion 3 B

Find a recent article that relates to data leakage related to user information. How was the information accessed? What were the ramifications? What type of data was lost? What could have been done differently to protect user data? Will this have an impact on users who adopt this technology?

Post your reply by Wednesday at midnight. Your response should be at least 300 words and appropriately cite your resources.

Respond to two of your classmates. Your responses should be at least 150 words and should be substantive. You should offer additional resources, insight, or other helpful feedback. A simple “I like your post” will result in a 0.

You will not be able to see other posts until you make your first post.

Parable of Sower to apply VBM

  1. What past personal experience(s) can you relate to the parable?
  2. How does the Scripture inform your understanding of the VBM?
  3. What can you do differently or better as a result of this reflective learning exercise?

Read this below URL and use (Matthew 13:1-23) and refer to the book attached to answer the questions.

https://www.biblegateway.com/passage/?search=Matthew+13%3A1-23&version=NLT

minimum 300 words with 2 references