Assignment

 

Internship Refection

Write a short, 300 word paper, reflecting on your internship and how it related to your executive masters program at New England College.  As you prepare your paper, you might consider answering some of these questions:

  • How did this internship help prepare you for future endeavors, both academically and in the workplace?
  • What was the best and worst parts of your overall experience?
  • What surprised you about this internship?
  • What, if any, were any dissapointments?

Prepare your paper in WORD using APA format.  

Designation: DevOPS Engineer

Courses for this semester:

Building Secure Web Applicatns

Policy, Legal, Ethics, & Cmplc 

Cmgt555

Look at attachments for questions need all complete some questions have a 2 part 

Exp19_Excel_Ch08_CapAssessment_Employee_Satisfaction

 

Exp19_Excel_Ch08_CapAssessment_Employee_Satisfaction

Project Description:

 

You work as a data analyst for Camino Marketing, a U.S.-based web marketing company. You have been asked to conduct an employee satisfaction survey. As part of the survey, you will collect sample data to help provide insight into employee salaries, productivity within the three national offices, and to predict the growth of the New York office’s client base by 2025. Start   Excel. Download and open the file named Exp19_Excel_Ch08_CapAssessment_EmployeeSatisfaction.xlsx. Grader has automatically added   your last name to the beginning of the filename. Ensure the Employee Satisfaction   worksheet is active, then use the FREQUENCY function to calculate the   frequency distribution of job satisfaction in column D. Place your results in   the range G5:G9. Enter a function in cell G12 to   calculate the standard deviation of column c. Enter a function in cell G13 to   calculate the variance between salaries.  Enter a function in cell G14 to   calculate the Covariance of the salaries and job satisfaction in the data   set. Note this is a sample of data not a population. Enter a function in cell F17 to   calculate the correlation coefficient between employee salary and job   satisfaction. Ensure the Data Analysis ToolPak   add-in is active. Use the Data Analysis ToolPak to create a histogram based   on the salaries in column C. Use the range I4:I9 as the Bin Range. Ensure   that Cumulative percentage, column labels, and chart output are included in   the results. Place the results in cell K4. Edit the result text in cell K4 to   display   Salary, if   necessary. Ensure the Office_Data worksheet   is active. Use the Data Analysis ToolPak to perform a single factor ANOVA on   the range C3:E35. Place the results starting in cell G3. Be sure to include   column labels. Resize columns G:M as needed. Create a Forecast Sheet that   depicts year over year growth in customer growth. Set the Forecast end year   as 2025 and place the results on a new worksheet named 2025Forecast. Ensure the Customers worksheet   is active then create a scatter plot chart that places the Years on the X   axis and the Clients on the Y axis. Add a linear trendline to the chart that   also shows the Equation and the R-square. Add the title Customer   Growth. Enter a function in cell E4 to   calculate the intercept of the linear trendline created in the prior step. Enter a function in cell F4 to   calculate the Slope of the linear trendline. Enter a function in cell G4 to   calculate the R-square of the linear trendline. Enter a function in cell H4 to   calculate the Standard Error.  Use the FORECAST.LINEAR function   in cell E7 to the total number of customers by the end of 2021.  Complete your analysis by added   formulas in the range F7:G7 to calculate the high and low thresholds of the   forecast. Save and close Exp19_Excel_Ch08_CapAssessment_EmployeeSatisfaction.xlsx.   Exit Excel. Submit the file as directed. 

research paper

Complete a Team Business Writing Project. This is your opportunity to be creative.  You must work in teams.  Teams will be chosen during the second week of class.

The PROJECT should include the following sections:

·         Title with names of team members and slide numbers each person created; example,

Pat Cowherd (slides 1, 3, 5, 7)

Mickey Mouse (slides 2, 4, 6, 10)

Sponge Bob Square Pants (slides 8, 9, 11, 12, 13)

·         Table of Contents

·         Executive Summary

·         The Problem Statement/Why writing project is being undertaken

·         The Proposed Solution/or the project itself

·         Details

·         Conclusion

           References (sources)

Should include at least 16 total slides; should number each slide; proofread carefully; be consistent with capital letters throughout the presentation; capitalize main words in slide headings or place them in all caps….be consistent; be consistent with periods at the end of phrases.

Include at least three professional references (sources) for your project on a slide at the end of your project presentation.

Examples of Technical Writing Projects:

·         New or revised employee handbooks

·         New web sites for departments or other organizations

·         Reorganized, redesigned, and rewritten web sites

·         Company or organization manuals

·         Ergonomic or safety process procedures

·         How to manuals for all types of products and procedures

·         Research project reports

·         Accident prevention programs

·         Chapters for larger technical manuals

·         Product manuals and guidebooks

·         Company profile guidebooks

·         Other topics by permission

Once your project is uploaded, a program called Turnitin will analyze your submission for plagiarism.  Submissions with more than 40% will not be accepted!  If your submission is greater than 40%, you have  the option of removing your submission, reworking the paper, and resubmitting again.  This can be done as many times as needed until the due date has passed for this Graded Assignment.  Once the Assignment is graded, it CANNOT be resubmitted for a better grade. Team members who do not assist with creating the presentation will receive a substantial grade penalty.

Unit 7

 

IT332-5: Recommend data storage and data protection technology for a computer system.

Purpose

In this assignment, you will conduct research about the various technologies for file systems. You will create a comparison table presenting the different storage mediums and associated methods to access the data, file system constraints, and how these constraints can affect performance. You also will learn about the differences between a logical file system and a physical file system and the purpose of each.

Assignment Instructions:

A number of physical storage mediums are available in today’s computing world, including hard disk, flash drive, DVD, and tape, to name a few. These mediums might have different file allocation methods and size constraints. Discuss the various mediums and associated methods and constraints. Additionally, for each medium, discuss the concept of fragmentation, why it occurs, what devices are more susceptible to it, if there are file systems that are able to avoid it, and how to prevent and fix fragmented space.

The minimum concepts to cover and explain in the paper are contiguous and non-contiguous, allocation table, indexing, tape allocation, disk allocation, storage allocation, partitions, volumes, fragmentation, and defragmentation.

Include a comparison table for the different mediums and associated methods and constraints.

Assignment Requirements

Your paper should be 3 pages in length, including a comparison table for each of the storage mediums. Be sure to use the appropriate APA format and cite your textbook or other sources that you used in your paper.

The paper should contain sufficient information to adequately answer the questions and contain no spelling, grammar, or APA errors. Points deducted from the grade for each writing, spelling, or grammar error are at your instructor’s discretion. 

For assistance with APA requirements, please go to Academic Writer. You will find the link in the Academic Tools section of the course.

Also, review the university policy on plagiarism. If you have any questions, please contact your professor.

To add two functions the questions are asking you develop: divideMid and divideAt.

To add two functions the questions are asking you develop: divideMid and divideAt.
 

4.(Dividing a linked list into two sublists of almost equal sizes)
a. Add the operation divideMid to the class linkedListType as follows:
void divideMid(linkedListType &sublist);
//This operation divides the given list into two sublist
//of (almost) equal sizes.
//Postcondition: first points to the first node and last
// points to the last node of the first sublist.
// sublist.first points to the first node and
//sublist.last points to the last node of the second
//sublist.
Consider the following statements:
unorderedLinkedList myList;
unorderedLinkedList subList;
Suppose myList points to the list with elements 34 65 27 89 12 (in this order). The
statement:
myList.divideMid(subList);
divides myList into two sublists: myList points to the list with the elements 34 65 27,
and subList points to the sublist with the elements 89 12.
b. Write the definition of the function template to implement the operation divideMid. Also
write a program to test your function.
 

5.(splitting a linked list, at a given node, into two sublists)
a. Add the following operation to the class LinkedListType:
void divideAt (LinkedListClass& secondList, const Type& item);
//Divide the list at the node with the info item into two sublists.
//Postcondition: first and last point to the first and last nodes of the first sublist.
// secondList.first and secondList.last point to the first
// and last nodes of the second sublist.
 

Consider the following statements:
 

UnorderedLinkedList myList;
UnorderedLinkedList otherList;
 

Suppose myList points to the list with the elements 34, 65, 18, 39, 27, 89, and 12 (in this order). The statement
 

myList.DivideAt(otherList, 18);
Divides myList into two sublists: myList points to the list with elements 34 and 65, and otherList points to the sublist with elements 18, 39, 27, 89, and 12.
b. Write the defintion of the funcction template to implement the operation divideAt. Also write a program to test your function.

Computer Science Assignment

 Review The Power of Good Design and select three of the ten principles noted for good design. Next in R, utilize these three principles in a problem that you will solve. First note the problem to solve, the dataset (where the information was pulled from), and what methods you are going to take to solve the problem.  Ensure the problem is simple enough to complete within a two-page document. For example, I need to purchase a house and want to know what my options are given x amount of dollars and x location based on a sample of data from Zillow within each location. 
Ensure there is data visualization in the homework and note how it relates to the three principles selected. 

discussion

 

To successfully complete this week’s discussion, you will need to:

  • Refer to these chapters in your Project Management Best Practices: Achieving Global Excellence textbook:
    • Chapter 4, “Project Management Methodologies.”
    • Chapter 5, “Integrated Processes.” 
  • Review this playlist of related LinkedIn Learning videos: Blending Project Management Methods [total time 1:00:39]. 

According to Kerzner, “The importance of a good methodology cannot be understated” (1).

Please respond to the following in a substantive post (3–4 paragraphs):

  • Analyze the significance of this statement as it relates to integrative information technology solutions within an organization.
  • Provide one example of an integrative information technology solution from your course project to justify your response.

Be sure to provide full citations and references, formatted according to Strayer Writing Standards. 

  • For assistance and information, please refer to the Strayer Writing Standards link in the left-hand menu of your course. 

Please respond substantively to at least one other post (1–2 paragraphs). Choose to respond to those who have few or no responses. 

In your response to your classmate, consider questions such as the following:

  • What is something memorable from your classmate’s post that you hadn’t considered before and want to remember?
  • What is something you learned from reading your classmate’s post that you didn’t know before?
  • What is a question you have about your classmate’s post for which you would like additional clarification?
Reference

(1) Harold Kerzner. 2018. “Project Management Methodologies” chapter in Project Management Best Practices: Achieving Global Excellence. CIS498 John Wiley & Sons, Inc. 4th edition textbook available at https://www.strayerbookstore.com.

Computer Base – 6

Part A-

Based on the course design, and learning objectives.  Please share your comments, concerns, frustrations, and highlights. 

  • Did the course meet your expectations? Yes 
  • How was the workload? The work overload was perfect. 
  • Do you feel you will apply some of the concepts learned in the course (if so, which ones) Yes in time. 

Part B 

Based on your Module topics, what did you find new and interesting?  And what appeared to be a review?  Also, identify at least one discussion post you found interesting, helpful, or beneficial (and why). 

 

Topics covered in this module

  • Problem formulation
  • Decision analysis without probabilities
  • Decision analysis with probabilities
  • Decision analysis with sample information
  • Computing branch probabilities with Bayes’ Theorem
  • Utility theory

Learning Objectives

By the end of this module, students should be able to:

  • Explain payoff tables and decision trees
  • Identify different approaches:  optimistic, conservative and minimax regret
  • Discuss sensitivity and risk analysis
  • Identify decision strategy
  • Compute branch probabilities with Bayes’ Theorem
  • Explain utility theory