(1,200 words) Find various (current, i.e. posted within the last month) online job positions related to the field of information/technical security and describe each job position

 Find various (current, i.e. posted within the last month) online job positions related to the field of information/technical security.  Describe each position in detail, the skills required for the position, and the purpose of the skills? How do the skills/requirements for these positions differ, and why?  

 1200 Words – Exclude references!! 

 

***no Plagiarism, APA format***

!!!! No money Negotiations after accepting the Bid !!!!!!!

Programming with C++

 

1-   Silvia’s Pizzeria sells four different sizes of pizzas: small, medium, large, and family. The manager of the pizzeria wants a program that displays the total number of pizzas sold, as well as the percentage of the total number contributed by each different size.

 a.  Using the chart shown earlier in Figure 4-12 as a guide, enter the input, processing, and output items, as well as the algorithm, in the first column. 

b.  Desk-check the algorithm twice. For the first desk-check, use 25, 50, 50, and 75 as the numbers of small, medium, large, and family pizzas. For the second desk-check, use 30, 25, 85, and 73. Record the percentages with one decimal place. 

c.  Enter the C++ instructions in the second column of the chart, and then desk-check the program using the same data used to desk-check the algorithm. 

d.  If necessary, create a new project named Intermediate14 Project, and save it in the Cpp8Chap04 folder. Enter your C++ instructions into a source file named Intermediate14.cpp. Also enter appropriate comments and any additional instructions required by the compiler. Test the program using the same data used to desk-check the program. 

 Save your document with the name pizza followed by your initials(fdl). Example pizzal-fdl.cpp 

SEE FIGURE 4-12 ATTACHED 

Security Semir

 

As an information security professional, you will often be called deal with security threats that impact the organization on an ongoing basis, and to provide guidance to multiple organizational units on ways to recognize, cope with, and avoid these threats.  In this assignment, you will research in detail an attack type or threat assigned by your instructor.  As a project group you will develop a mini-training course on your assigned topic and deliver that training to the class.

Deliverables for this assignment include (but aren’t limited to):

  • A white paper on your assigned threat/attack.  The paper will provide:
    1. A description of the threat/attack method, including the types of attacks performed (DoS, Access, etc).  There are multiple versions of many attacks, so you should go over the major forms/groupings.
    2. A description of how the attack is performed. (What elements in the network are being attacked, tools used, vulnerability being exploited)
    3. Attack signature for inclusion in an organizational Incident Response Plan (How would we recognize the attack on our systems?)
    4. Faulty practices (programming, design, training, etc.) that enable the threat/attack
    5. Industry Best Practices for avoiding or mitigating the risk of this threat or attack form
    6. References for further study (Technical and Cases)
  • 5 multiple choice and 1 essay question with grading rubric for use as part of the unit exam

Everyone must turn in a peer evaluation using the peer-evaluation form provided by the due date posted on Moodle.  Use form and link provided in this assignment cluster to turn in your evaluation.  Group peer evaluations will count 10% of the assignment.  Failure to turn in an evaluation will result in a grade of 0 for that component of the assignment. 

The white paper must: use APA format, use 12 point Courier or New-Courier font, be a minimum of 15 double spaced pages (excluding bibliography and graphics).  Papers should use at least 10 references.

 

Journal tropic

–  Pick one of the following terms for your research: centralization, contingency, decentralization, efficiency, mechanistic, organic, organizational behavior, scientific management, stakeholder, or sustainability.

–  The paper should have a definition and Summary( Summary should be a minimum of 200 words)

– Attach minimum 2 references

– Absolutely no plagiarism, attach a plagiarism report with 0% similarity index. 

Discuss the risks of avoiding confrontation of a problem employee.

Discuss the risks of avoiding confrontation of a problem employee.

Primary/Initial post to Discussion Question: 

Your initial post/response to each module’s discussion forum question(s) should be at least 200 words. 

Secondary Responses/Posts to Peer Posts: 

Respond to at least 2 other postings with 100 words each, attached student question, Your primary posting can end with a “tagline” or a related question of your own. Your secondary postings can either answer another student’s question, or comment on their answering my question. In addition, please ensure that you answer all of my questions.

Exp19_Excel_Ch07_Cap_Real_Estate

  

Exp19_Excel_Ch07_Cap_Real_Estate

Exp19 Excel Ch07 Cap Real Estate

Excel Chapter 7 Capstone – Real Estate 

  

Project Description:

You are the office manager for a real estate company in northern Utah County. You tracked real estate listings, including city, agent, listing price, sold price, etc. Agents can represent a seller, a buyer, or both (known as dual agents). Your assistant prepared the spreadsheet structure with agent names, agent types, the listing and sold prices, and the listing and sold dates. You want to complete the spreadsheet by calculating the number of days each house was on the market before being sold, agent commissions, and bonuses. In addition, you will use conditional functions to calculate summary statistics. For further analysis, you will insert a map chart to indicate the average house selling price by city. Finally, you will create a partial loan amortization table and calculate cumulative interest and principal to show a potential buyer to help the buyer make decisions.

     

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

 

The spreadsheet   contains codes (BA, DA, SA) to represent agent roles (Buyer’s Agent, Dual   Agent, Seller’s Agent). You want to switch the codes for the actual   descriptions.
  In cell E12 of the Details sheet, insert the SWITCH function to evaluate the   agent code in cell D12. Include mixed cell references to the codes and roles   in the range J2:K4 for the values
  and results arguments. use all cell references in the function. Copy the   function to the range E13:E39.

 

 

Now you want to   calculate the number of days between the list date and sale date.
 

  In cell J12, insert the DAYS function to calculate the number of days between   the Listing Date and the Sale Date. Copy the function to the range J13:J39.

 

You want to calculate   agent commissions based on their role.
 

  In cell K12, insert the IFS function to calculate the agent’s commission   based on the agent code and the applicable rates in the range L2:L4. Use   relative and mixed references correctly. Copy the function to the range   K13:K39.

 

 

You want to calculate   a bonus if the sold price was at least equal to the listing price, and if the   house sold within 30 days after being listed.
 

  In cell L12, insert an IF function with a nested AND function to calculate a   bonus. The AND function should ensure both conditions are met: Sold Price   divided by the Listing Price is greater than or equal to 100% (cell L7) and   the Days on Market are less than or equal to 30 (cell L8). If both conditions   are met, the bonus is $1,000 (cell L9). Otherwise, the bonus is $0. Use mixed   cell references to the input values in the range L7:L9. Copy the function to   the range L12:L39.

 

The top-left section   of the spreadsheet is designed for summary statistics for one condition. You   will calculate average selling prices and the number of houses sold in each   city (the condition).
 

  In cell B2, insert the AVERAGEIF function to calculate the average Sold Price   for houses in the city of Alpine. Use mixed references for the range; use a   relative reference to cell A2. Copy the function and use the Paste Formulas   option to paste the function in the range B3:B5 so that the bottom border in   cell B5 is preserved.

 

You want to count the   number of houses in one city.
 

  In cell C2, insert the COUNTIF function to count the number of houses in the   city of Alpine. Use mixed references for the range; and use a relative   reference to cell A2. Copy the function and use the Paste Formulas option to   paste the function in the range C3:C5 so that the border in cell C5 is   preserved.

 

You want to calculate   the total commissions for each agent (the condition).
 

  In cell B7, insert the SUMIF function to total the commissions by agent. Use   mixed references for the ranges; and use a relative reference to cell A7.   Copy the function and use the Paste Formulas option to paste the function in   the range B8:B9 so that the borders are preserved.

 

The top-middle   section of the spreadsheet is designed for summary statistics for multiple   conditions. You will calculate the number of houses sold for each agent when   he or she served as a Dual Agent (DA). Use mixed references for ranges and   the agent code condition in cell J3. Use relative cell references to the   agent condition in cell E2. When you copy the formulas, use the paste   Formulas options to preserve border formatting.
 

  In cell F2, insert the COUNTIFS function in cell F2 to count the number of   houses sold by the first agent (cell E2) who was a Dual Agent (DA) (J3) for   that house. Use all cell references in the function. Copy the function to the   range F3:F4 and preserve the bottom border for cell F4.

 

You are ready to   calculate the total value of those houses for each agent when he or she   served as a Dual Agent (DA). Use mixed references for ranges and the agent   code condition in cell J3. Use relative cell references to the agent   condition in cell E2. When you copy the formulas, use the paste Formulas   options to preserve border formatting.
 

  In cell G2, insert the SUMIFS function to sum the selling prices of the   houses sold by the first agent (cell E2) who was a Dual Agent (DA) (J3) for   that house. Copy the function to the range G3:G4 and preserve the bottom   border for cell G4.

 

Now, you will   calculate the highest-price house highest-price house sold for each agent   when he or she served as a Dual Agent (DA). Use mixed references for ranges   and the agent code condition in cell J3. Use relative cell references to the   agent condition in cell E2. When you copy the formulas, use the paste   Formulas options to preserve border formatting.
 

  In cell H2, insert the MAXIFS function in cell H2 to display the highest-price   house sold by the first agent (cell E2) who was a Dual Agent (DA) (J3) for   that house. Copy the function to the range H3:H4 and preserve the borders in   the range H3:H4.

 

The Map worksheet   contains a list of cities, postal codes, and average house sales. You will   insert a map chart to depict the averages visually using the default gradient   fill colors.
 

  Display the Map worksheet, select the range B1:C5 and insert a map chart.

 

Cut the map chart and   paste it in cell A7. Set a 2.31″ height and 3.62″ width.

 

You want to enter a   meaningful title for the map.
 

  Change the map title to Average Selling Price by Zip Code.

 

Display the Format   Data Series task pane, select the option to display only regions with data,   and show all labels. Close the task pane.

 

You are ready to   start completing the loan amortization table.
 

  Display the Loan worksheet. In cell B8, type a reference formula to cell B1.   The balance before the first payment is identical to the loan amount. Do not   type the value; use the cell reference instead. In cell B9, subtract the   principal from the beginning balance on the previous row. Copy the formula to   the range B10:B19.

 

Now, you will   calculate the interest for the first payment.
 

  In cell C8, calculate the interest for the first payment using the IPMT   function. Copy the function to the range C9:C19.

 

Next, you will   calculate the principal paid.
 

  In cell D8, calculate the principal paid for the first payment using the PPMT   function. Copy the
  function to the range D9:D19.

 

Rows 21-23 contain a   summary section for cumulative totals after the first year.
 

  In cell B22, insert the CUMIPMT function that calculates the cumulative   interest after the first year. Use references to cells A8 and A19 for the   period arguments.

 

The next summary   statistic will calculate the principal paid after the first year.
 

  In cell B23, insert the CUMPRINC function that calculates the cumulative   principal paid after the first year. Use references to cells A8 and A19 for   the period arguments.

 

Rows 25-28 contain a   section for what-if analysis.
 

  In cell B27, use the RATE financial function to calculate the periodic rate   using $1,400 as the
  monthly payment (cell B26), the NPER, and loan amount in the original input   section.

 

In cell B28,   calculate the APR by multiplying the monthly rate (cell B27) by 12.

 

Create a footer with   your name on the left side, the sheet name code in the center, and the file   name code on the right side of each worksheet.

 

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

Data and System Security & Computer and Information Networking

Question #1

 Write a summary of Week 3’s PowerPoint slides (Chapter 3)  

Question #2 

Please read chapters  4,  5 and 6 of your textbook and answer the following questions:

1) ) What are the seven steps of a computer security defense plan. review chapter 4. (50 points)

2) What are the Three Categories of Security Policies. List and briefly discuss each category. Review Chapter 5. (30  points)  

3) What are the Responsibilities of Security Director? Review chapter 6. (20 points)