Exp19_Excel_AppCapstone_CompAssessment_Manufacturing

 

Exp19_Excel_AppCapstone_CompAssessment_Manufacturing

 

 You have recently become the CFO for Beta Manufacturing, a small cap company that produces auto parts. As you step into your new position, you have decided to compile a report that details all aspects of the business, including: employee tax withholding, facility management, sales data, and product inventory. To complete the task, you will duplicate existing formatting, utilize various conditional logic functions, complete an amortization table with financial functions, visualize data with PivotTables, and lastly import data from another source.

1

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

2

Group all the worksheets in the   workbook and fill the range A1:F1 from the Insurance worksheet across all   worksheets including the formatting. Ungroup the worksheets after the fill is   complete and ensure the Insurance worksheet is active.

3

Click cell I5, and enter a   function that determines the number of full-time employees, (FT).

4

Enter a database function in   cell I6 that determines the average salary of all full-time employees with at   least one dependent. Format the results in Accounting Number Format.

5

Enter a lookup function in cell   E5 that returns the tax deduction amount for the number of dependents listed   in the cell C5. Use   the table in range H13:I17 to complete the function. The maximum deduction is   $500.00; therefore, employees with more than four dependents will receive no   additional deductions.

6

Use Auto Fill to copy the   function down, completing column E. Be sure to use the appropriate cell   referencing. Format the data in column E with the Accounting Number Format.

7

Enter a logical function in cell   F5 that calculates employee FICA withholding. If the employee is full-time   and has at least one dependent, then he or she pays 7% of the annual salary   minus any deductions. All other employees pay 5% of the annual salary minus   any deductions. Copy the function down through column F. Format the data in   column F with Accounting Number Format.

8

Apply conditional formatting to   the range C5:C34   that highlights any dependents that are greater than 3 with Light Red Fill and Dark Red Text.

9

Click cell H10, and enter an   AVERAGEIFS function to determine the average salary of full-time employees   with at least one dependent. Format the results in Accounting Number Format.

10

Use Advanced Filtering to   restrict the data to only display full-time employees with at least one   dependent. Place the results in cell A37. Use the criteria in the range   H24:M25 to complete the function.

11

Ensure that the Facilities   worksheet is active. Use Goal Seek to reduce the monthly payment in cell B6   to the optimal value of $6000. Complete this task by changing the Loan amount in cell E6.

12

Create the following three   scenarios using Scenario Manager. The scenarios should change the cells B7, B8,   and E6.
 

Good   
  B7 = .0325
  B8 = 5
  E6 = 275000
 

Most   Likely
  B7 = .057
  B8 = 5
  E6 = 312227.32
 

Bad
  B7 = .0700
  B8 = 3
  E6 = 350000
 

  Create a Scenario Summary Report based on the value in cell B6. Format the   new report appropriately.

13

Ensure that the Facilities   worksheet is active. Enter a reference to the beginning loan balance in cell   B12 and enter a   reference to the payment amount in cell C12

14

Enter a function in cell D12,   based on the payment and loan details, that calculates the amount of interest   paid on the first payment. Be sure to use the appropriate absolute, relative,   or mixed cell references.

15

Enter a function in cell E12,   based on the payment and loan details, that calculates the amount of   principal paid on the first payment. Be sure to use the appropriate absolute,   relative, or mixed cell references.

16

Enter a formula in cell F12 to   calculate the remaining balance after the current payment. The remaining   balance is calculated by subtracting the principal payment from the balance   in column B.

17

Enter a function in cell G12, based on the payment   and loan details, that calculates the amount of cumulative interest paid on   the first payment. Be sure to use the appropriate absolute, relative, or   mixed cell references.

18

Enter a function in cell H12,   based on the payment and loan details, that calculates the amount of   cumulative principal paid on the first payment. Be sure to use the   appropriate absolute, relative, or mixed cell references.

19

Enter a reference to the   remaining balance of payment 1 in cell B13. Use the fill handle to copy the functions created in   the prior steps down to complete the amortization table. 

20

Ensure the Sales worksheet is   active. Enter a function in cell B8 to create a custom transaction number.   The transaction number should be comprised of the item number listed in cell   C8 combined with the quantity in cell D8 and the first initial of the payment type in cell E8. Use   Auto Fill to copy the function down, completing the data in column B.

21

Enter a nested function in cell G8 that displays the word Flag if the Payment Type is Credit and the Amount is greater than   or equal to $4000. Otherwise, the function will display a blank cell. Use Auto   Fill to copy the function down, completing the data in column G. 

22

Create a data validation list in   cell D5 that displays Quantity, Payment Type, and Amount (in that order).

23

Type the Trans# 30038C in cell B5, and select Quantity from the validation list in   cell D5.

24

Enter a nested lookup function   in cell F5 that evaluates the Trans # in cell B5 as well as the Category in   cell D5, and returns the results based on the data in the range A8:F32.

25

Create a PivotTable based on the   range A7:G32. Place the PivotTable in cell I17 on the current worksheet.   Place Payment Type in the Rows box and Amount in the Values box. Format the   Amount with Accounting Number Format.

26

Insert a PivotChart using the   Pie chart type based on the data. Place the upper-left corner of the chart   inside cell I22. Format the Legend of the chart to appear at the bottom of   the chart area. Format the Data Labels to appear on the Outside end of the   chart.

27

Insert a Slicer based on Date.   Place the upper-left corner of the Slicer inside cell L8.

28

Use PowerQuery to connect to the   Access database Exp19_Excel_AppCapstone_Comprehensive_Inventory.accdb.   Load the Inventory table into a new worksheet named Inventory.
 

  Note, Mac users, download and import the delimited Inventory.txt file into a new worksheet named Inventory starting in cell A1.

29

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

30

Save the file Exp19_Excel_AppCapstone_ComprehensiveAssessment-   Manufacturing.xlsx. Exit Excel. Submit the file as directed.

Explain the process to create a physical database.

  State_Capitals Physical Database
Create primary and secondary keys for the attached unfinished physical database design.
Ensure your submission addresses each of these components:
Introduction: Explain the process to create a physical database.
Body: The attached DDL statements are used to create the physical database “State_Capitals” that consists of four tables: “Country,” “Region,” “State,” and “Capital.” However, the statements to create the appropriate primary and foreign keys for the tables are missing.
Complete the “State_Capitals” physical database by creating the appropriate primary and foreign keys for them.
Conclusion: Summarize how DDL is used to create a physical database objects and the use of primary and foreign keys in relational database. 

Assignment

Answer the following exercise taken from Ch5. Look carefully at how messages and mailboxes are represented in an email system that you use. Model the object classes that might be used in the system implementation to represent a mailbox and an e-mail message. Use figure 5.10 as an example (also found in Ch5 presentation slide #28). 

You may use the link as a resource which includes PowerPoints from the Book.

https://software-engineering-book.com

IT470 week 3

each question should be 200 words or more apa format with references 

question 1

Explain that the IT security engineer is responsible for ensuring that a coherent set of processes, procedures, and technologies are installed to support the day-to-day management of risks. 

Question 2

Compromising information systems is an increasingly popular method of espionage.  Discuss the challenges companies face and how can they prevent data loss?

IT476 week 5

term project:

Adams, Ives, and Scott Incorporated is an agency that specializes in representing clients in the fields of sports and entertainment. Given the nature of the business, some employees are given a company car to drive, and each company car must be assigned to an employee. Each employee has a unique employee number, plus an address and set of certifications. Not all employees have earned one or more certifications. Company cars are identified by their vehicle id, and also contain a license plate number, make, model, and year. Employees represent clients. Not all employees represent clients, while some employees represent many clients. Each client is represented by one and only one employee. Sometimes clients refer one another to use Adams, Ives, and Scott to represent them. A given client can refer one or more other clients. A client may or may not have been referred to Adams, Ives, and Scott by another client, but a client may be referred by only one other client. Each client is assigned a unique client number. Additional attributes recorded for each client are name, address, and date of birth.

Create an ERD by first identifying the entities, then their relationships, and finally add the attributes to each entity.

Document everything including ERD diagram using Open ModelSphere or Dia.

Cloud Security and Interactive Methods

Q1. Read Chapter 9, which identified the advantages and disadvantages of using a cloud-based provider. 

Textbook: Cloud Computing by Dr. Kris Jamsa, 2nd ED

Write a research paper that defends the following statements and provide one real-world example for each statement: 

· A difficult security threat to mitigate is a malicious employee.

· A cloud provider’s data center is still at risk from natural disasters such as floods, fires, and earthquakes.  

The paper should be approximately five pages long, not including the title and reference pages. Please follow APA 7 Guidelines for in-text citations and references. A minimum of two scholarly journal articles (besides textbook) are required.

Q2. Read Chapter 4 in Textbook: Systems Analysis and Design by Kenneth E. Kendall and Julie E Kendall, 10th ED. 

Research a scholarly paper or professional video on “Gathering Requirements” and reflect on the following:

  • “Interactive Methods”: Which of the following is more beneficial: interviewing, questionnaires, sampling, document analysis, observation, or text analytics?

The paper must be between 250-300 words. Provide at least two APA references for your resource and corresponding in-text citations. You must provide the referenced resource URL/DOI in the APA reference. 

Discussion

 

Describe in 500 words discuss the scope of a cloud computing audit for your business.

Use at least three sources. Use the Research Databases available from the Danforth Library not Google. Include at least 3 quotes from your sources enclosed in quotation marks and cited in-line by reference to your reference list.  Example: “words you copied” (citation) These quotes should be one full sentence not altered or paraphrased. Cite your sources using APA format. Use the quotes in your paragaphs.  Stand alone quotes will not count toward the 3 required quotes.

Copying without attribution or the use of spinbot or other word substitution software will result in a grade of 0. 

Write in essay format not in bulleted, numbered or other list format. 

Do not use attachments as a submission. 

IT474: Web Design and Development

IT474 – WEBSITE DEVELOPMENT PROJECT REQUIREMENTSReview the PowerPoint linked in Week 9 for how to create your website presentation. 

  • Demonstrate your website by recording your 10-15 minutes video to the class
  • You should prepare a powerpoint presentation for grading
  • This presentation will be your website Presentation grade (10% of total course grade)
  • Your website itself will be 20% of the course grade
  • Show the different pages you created and content you added
  • Demonstrate your knowledge of fonts, contrast, and other various layout qualities

WHAT WERE SOME OF THE CHALLENGES YOU FACED WHILE DEVELOPING THE WEBSITE?•Create a Powerpoint presentation (like this one). I expect your to present to me by recording yourself. Create a short 10-15 min video about the site.  

WHAT DID YOU LEARN WHILE DEVELOPING YOUR WEBSITE?•Create a Powerpoint presentation (like this one) and discuss these questions with the class after you demonstrate your website. 

WHAT INFORMATION FROM THE TEXTBOOK WAS HELPFUL WHILE DEVELOPING YOUR WEBSITE?•Create a Powerpoint presentation (like this one) and the questions stated above.  

now I am posting the questions you did for this class so you have an idea about the whole class. 

week 1 1. How did the W3C get started? Who can join the W3C and what is the cost?

Type your discussion in word document and upload to this folder. Check for results and act accordingly. You can upload as many times as you wish within the time frame for the active learning week.

week 2

  1. Write the HTML to display your name with the largest heading element.
  2. Think of a favorite quotation by someone you admire. Write the HTML code to display the person’s name in a heading and the quotation in a blockquote element.

week 3 Define the following 5 terms and provide an example of each:

  1. Cascading Style Sheets (CSS)
  2. Font-style property 
  3. Line-height property
  4. RGB color
  5. Web Safe Colors

week 4 Write the HTML to place an image called primelogo.gif on a web page. The image is 100 pixels high by 650 pixels wide.

 

week 5. For this discussion, you’ll review and evaluate the design of a website. Choose ONE of the following URLs:

Visit the website you are evaluating. Write a paper that includes the following information:

  1. URL of the website
  2. Name of the website
  3. Target audience
  4. Screen shot of the home page
  5. Indicate the type(s) of navigation evident.
  6. Describe how the design principles of contrast, repetition, alignment, and contrast are applied. Be specific.
  7. Complete the Web Design Best Practices Checklist (see Table 5.1 (Links to an external site.)Links to an external site.). Note: Table 5.1 in located in Chapter 5 of the textbook.
  8. Recommend three improvements for the website.

week 6. 1. Write the CSS to configure an image file named myimage.gif as the list marker in an unordered list.

2. Write the CSS for an id with the following characteristics: fixed position, light gray background color, bold font weight, and 10 pixels of padding.

week 7. Define the following terms AND provide an example:

1. flex property

2. flex-direction property

3. flex-wrap property

4. justify-content property

For your comments: talk about your examples you give. Discuss how it may relate to your website project. 

Practical Connection- Applications Security

it is a priority that students are provided with strong educational programs and courses that allow them to be servant-leaders in their disciplines and communities, linking research with practice and knowledge with ethical decision-making. This assignment is a written assignment where students will demonstrate how this course research has connected and put into practice within their own career.

Assignment:

Provide a reflection of at least 500 words (or 2 pages double spaced) of how the knowledge, skills, or theories of this course have been applied, or could be applied, in a practical manner to your current work environment. If you are not currently working, share times when you have or could observe these theories and knowledge could be applied to an employment opportunity in your field of study.

Requirements:

· Provide a 500 word (or 2 pages double spaced) 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. If you are not employed, demonstrate a connection to your desired work environment. 

· You should not provide an overview of the assignments assigned in the course. The assignment asks that you reflect how the knowledge and skills obtained through meeting course objectives were applied or could be applied in the workplace.