Week 11 Assignment

Assignment 1

This a research project and on this week, Choose any one topic and should stick to the same topic for coming weeks. Write a short paragraph (250 words) describing your project and how you intend to research it.

· Cloud Computing

· Computer Forensics

· Data Center Security

· Disaster Recovery

Assignment 2

Do a bit of research on penetration testing techniques. Investigate and document the following:

· Five network penetration testing techniques

· Advantages and disadvantages of each

· One notable social engineering test

· Possible negative implications of penetration testing

Note: Please write between 250 words with intext citations and 2 references needed.

Change compute stats2

Change compute_stats2.py so that it takes a single command line argument that is an integer

specifying which whitespace separated column it should process. For the user, column numbers

start at 1.

Since the program is going to be processing the whole file rather than just a single column of

numbers, we will use the csv module to parse it. Read the csv.reader documentation to figure

out how to specify spaces as the delimiter in the file and how to skip over multiple delimiters in

a row (if you don’t do this, each individual space will be considered a delimiter, which is not

going to work well).

Finally, change your program so that it does not require the input values to be sorted already

(i.e., it should sort the values itself before passing to the compute_stats function).

research

 Review an article published in the last 6 months that reviews database security, data warehousing, or business intelligence.  Provide a 200–300 word summary and provide the reference in APA format 

write a paper

 

Write a 5-7 pp. (1250-1750 word) paper in which you formulate an analysis/argument that responds to the question prompts tied to the chosen case and includes additional research on the topic of focus at stake. 

Some Grading Criteria:

Has compelling introduction and subject heading title –makes you want to read it!

Well-developed thesis statement (that argues and explains view point – underline it!).

Uses clear examples from at least five other primary sources (like interviews, news or other testimonials) as well as secondary sources (like scholarly articles, books, commentary).  

Clearly ties sources to ideas from class and readings.

Offers insights on the case and ethical issues at stake. 

Persuasively argues a stance while engaging differing view points.

Persuasively argues for solutions to address aspects of the ethical issue or problem taken as focus.

All ideas are clearly presented, leading to a strong concluding paragraph.

Includes Work Cited (in either APA or MLA format) for given and chosen sources (not part of overall word count).

Final brief reflection on process: what was learned, what difficulties or questions, if any (also not part of overall word count). 

Exp19_Excel_Ch11_CapAssessment_Deans

Exp19_Excel_Ch11_CapAssessment_Deans 

Exp19 Excel Ch11 CapAssessment Deans 

Excel Chapter 11 Capstone Assessment – Deans

Project Description:

You work for the vice president’s office at a major university. Human Resources provided a list of deans and associate deans, the colleges or schools they represent, and other details. You will use text functions to manipulate text, apply an advanced filter to display selected records, insert database summary statistics, use lookup functions, and display formulas as text.

2

First, you want to combine the   year and number to create a unique ID.
 

  In cell C8, enter 2006-435 and use Flash Fill to complete the IDs for all the deans and   associate deans.

3

Next, you want to create a   three-character abbreviation for the college names.
 

  In cell E8, use the text function to display the first three characters of   the college name stored in the previous column. Copy the function to the   range E9:E28.

4

The college names are hard to   read in all capital letters.
 

  In cell F8, insert the correct text function to display the college name in   upper- and lowercase letters. Copy the function to the range F9:F28.

5

You want to display the names in   this format Last, First.
 

  In cell J8, insert either the CONCAT or TEXTJOIN function to combine the last   name, comma and space, and the first name. Copy the function to the range   J9:J28.

6

Columns K and L combine the   office building number and room with the office phone extension. You want to   separate the office extension.
 

  Select the range K8:K28 and convert the text to columns, separating the data   at commas.

7

You decide to create a criteria   area to perform an advanced filter soon.
 

  Copy the range A7:M7 and paste it starting in cell A30. Enter the criterion Associate Dean in the appropriate cell on row   31.

8

Now you are ready to perform the   advanced filter.
 

  Perform an advanced filter using the range A7:M28 as the data source, the   criteria range you just created, and copying the records to the output area   A34:M34.

9

The top-right section of the   worksheet contains a summary area. You will insert database functions to   provide summary details about the Associate Deans.
 

  In cell L2, insert the database function to calculate the average salary for   Associate Deans.

10

In cell L3, insert the database   function to display the lowest salary for Associate Deans.

11

In cell L4, insert the database   function to display the highest salary for Associate Deans.

12

Finally, you want to calculate   the total salaries for Associate Deans.
 

  In cell L5, insert the database function to calculate the total salary for   Associate Deans. 

13

Format the range L2:L5 with   Accounting Number Format with zero decimal places.

14

The range G1:H5 is designed to   be able to enter an ID to look up that person’s last name and salary.
 

  In cell H3, insert the MATCH function to look up the ID stored in cell H2,   compare it to the IDs in the range C8:C28, and return the position number.

15

Now that you have identified the   location of the ID, you can identify the person’s last name and salary.
 

  In cell H4, insert the INDEX function. Use the position number stored in cell   H3, the range C8:M28 for the array, and the correct column number within the   range. Use mixed references to keep the row numbers from changing. Copy the   function to cell H5 but preserve formatting. In cell H5, edit the column   number to display the salary.

16

In cell D2, insert the function   to display the formula stored in cell F8.
  In cell D3, insert the function to display the formula stored in cell H3.
  In cell D4, insert the function to display the formula stored in cell H4.
  In cell D5, insert the function to display the formula stored in cell L3.

17

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.

Mobile -9B

Menus in Mobile Apps

Read the article titled: Top 8 Mobile Navigation Menu Design for Your Inspiration and answer the following questions

https://uxplanet.org/top-8-mobile-navigation-menu-design-for-your-inspiration-8a2d925bffc0

QUESTION 1 : Compare the following navigation menu types  based on advantage and disadvantages

  • Classic navigation menu
  • Rectangular, grid navigation menu
  • Drawer navigation
  • Rudder navigation

CPT Experience Discussion

 

Have you learned concepts from your coursework that have helped you during your externship?  Discuss specific content that has been applicable to your job and how you have implemented what you are learning into your current position.

Have learning experiences during your externship been beneficial to your academic progress?  Discuss specific experiences that you have applied to your academic projects.

▪

modify – private

 

Work on:

Modify ContractorCalculator to display the tax rate. Use two Labels: one to display the text “Tax Rate:” and the other to display the current tax rate. Add a button “Change Rate” that will open a view controller that allows the user to enter the tax rate. Save the tax rate in a UserDefaults object. When the dialog is closed, the new tax rate should be displayed in the Label. The app should use this rate for calculations until it is changed. The tax rate should be loaded from the UserDefaults object anytime the app opens.

*** Attaching the previously worked Contractor Calculator question and answer.

(Create a project called ContractorCalculator.

▪ The view controller layout should contain two TextFields, one button, and eight labels

▪ The Calculate button should add the labor and material costs from the TextFields and put the result in the label next to SubTotal. Tax should be calculated using a 5% rate (use a constant) and displayed in the label next to Tax. The tax and subtotal should be added together and displayed in the label next to Total.)