Layers in Cyberspace Worksheet

  

Layers in Cyberspace Worksheet

Complete the following as directed below. 

Format any references according to APA guidelines. 

1. Identify each of the layers of cyberspace. 

2. In 75- to 125-words each, define each of the layers of cyberspace. How do the various layers of cyberspace impact cybersecurity policy decisions?

3. In 175- to 350-words, explain how the layers that make up cyberspace interrelate. How do the layers of cyberspace interact to create a global network that we rely on daily for work, entertainment and  

Proof of Concept Report

 

This week, you will complete your proof of concept and submit the report. This is the final report to management before the actual cloud deployment process begins.

Use the Proof-of-Concept Report Template to prepare a report that shows the steps and results for the proof of concept. In the template, you will see specific instructions. Delete the instruction text before you submit the project.

Your report should:

  • Be between five to seven pages (plus an appendix for screenshots, cover page, and table of contents)
  • Address the topics listed in the Proof-of-Concept Report Template
  • Include the following screenshots from the “Build a Virtual Private Cloud and Launch a Web Server” activity:
    • Start Lab page
    • AWS Management Console Name with your name visible from user drop-down
    • Task 1: Create Your VPC
    • Task 2: Create Additional Subnets
    • Task 3: Create a VPC Security Group
    • Task 4: Launch a Web Server Instance

Exp22_Excel_Ch11_HOE_Halloween

Exp22_Excel_Ch11_HOE_Halloween

  

Project Description:

Halloween Center is a supercenter corporation that opens stores around the country in September and October. The stores sell high-quality costumes and accessories. In addition, each location has a haunted house that generates revenue through admissions fees. You are the regional manager over Utah, Colorado, New Mexico, and Arizona, where stores are located in 10 major cities. You created a workbook with three worksheets. The first two worksheets contain lists of store and state managers. Your first task will be to manipulate the text to make the lists easier to read. The third worksheet contains a list of gross sales by store at the end of each week. You will use advanced filtering and database functions to analyze the sales. The fourth worksheet contains a similar dataset. You will use array functions to create a unique list of locations, a list of record numbers, sorted and filtered data, and a sequence of the top values. Finally, the last worksheet contains a consolidated list of the weekly sales in an easy-to-read format. You will use lookup functions to search for and find data within the dataset

     

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

 

 

The first column contains first   and last names of the store managers. To facilitate future sorting by last   name, you want to display last names and then first names in the second   column.
 

  In cell B2 in the Store Managers worksheet, type Lundgren, Gusten. Use Flash Fill to complete the   pattern down column B.

 

The worksheet contains the complete   addresses in the third column. You will separate the street addresses,   cities, states, and postal codes into individual columns.
 

  Select the range C2:C11 and convert the text to columns. Use the comma check   box as the delimiter and deselect other delimiters. Change width of column C   to 25 and the width of column D to 13.

 

Now you want to separate the   state abbreviations and zip codes.
 

  Select the range E2:E11 and convert the text to columns. Deselect the comma   delimiter and select the space delimiter. Do not import the first column. In   cell F1, apply Align Right horizontal alignment.

 

 

The State Managers worksheet   contains a list of managers. You will combine the names using the TEXTJOIN   function.
 

  Display the State Managers worksheet. In cell D2, insert the TEXTJOIN   function to combine the names in the range A2:C2 using a space as a delimiter   and ignore empty cells. Copy the function to the range D3:D5.

 

To improve the readability of   the names, you will convert the text to upper- and lowercase.
 

  In cell E2, insert the PROPER function for the text contained in cell D2.   Copy the function to the range E3:E5.

 

You want to extract the area   code from the phone number.
 

  In cell H2, insert the LEFT function to extract the first three characters   from the phone number in cell G2. Copy the function to the range H3:H5.

 

You will use the Database   worksheet for the next several steps. You will set up criteria and output   ranges, enter the criteria, and then apply the filter.
 

  Display the Database worksheet. Copy the range A2:E2 and Use the Keep Source   Column Widths paste option to paste the headings in cell G2. Paste another   copy of the headings starting in cell G9. In cell I3, type UT, In cell J3, type 11/2/2024. In cell C2, display the   Advanced Filter dialog box. Apply the settings to copy the records to another   location, using the dataset in range A2:E52. Select the range G2:K3 as the the   criteria range and select the range G9:K9 as the copy-to range.

 

You want to calculate total   sales for the Utah stores for the week ending 11/2/2024.
 

  In cell N2, insert the DSUM function for the range A2:E52. Type Gross Sales for the field and use the range   G2:K3 as the criteria.

 

Next, you want to calculate the   average sales for the Utah stores for the week ending 11/2/2024.
 

  In cell N3, insert the DAVERAGE function using the same arguments that you   used for the DSUM function in Step 9.

 

The next function will identify   the highest gross sales for the Utah stores for the week ending 11/2/2024.
 

  In cell N4, insert the DMAX function using the same arguments that you used   for the DSUM function in Step 9.

 

Next, you will identify the   lowest gross sales for the Utah stores for the week ending 11/2/2024.
 

  In cell N5, insert the DMIN function using the same arguments that you used   for the DSUM function in Step 9.

 

You want to count the records to   ensure all three stores are being included in the summary.
 

  In cell N6, insert the DCOUNT function using the same arguments that you used   for the DSUM function in Step 9.

 

Finally, you want to display the   gross sales for Salt Lake City for the week ending 10/5/2024.
 

  In cell O9, insert the DGET function for the database. Type Gross Sales for the field and use the range   M8:M9 as the criteria. In cell N9, type 10/5/2024.

 

For the next several tasks, you   will use the Arrays worksheet. You want to create a list of all store   locations so that you can familiarize yourself with the local demographics   and analyze sales data.
 

  Display the Arrays worksheet. In cell H3, insert the UNIQUE function for the   array located in the range C3:D53. In cell H16, insert the UNIQUE function   using the range C3:D53 as the array and ensure the results reflect only   locations that occur exactly once.

 

Your next step is to add a   record number for each row.
 

  In cell A3, insert the ROW function using the range A3:A53 as the reference.   The result should subtract the result of another ROW function that references   A$2.

 

Now you want to identify the   number of rows in the dataset.
 

  In cell F1, insert the ROWS function using the range F3:F53 as the reference.

 

 

You want to create an array of   the dataset sorted by city within their respective states.
 

  In cell K3, insert the SORT function to sort the range B3:F53 by the second   column. Edit the function by nesting this SORT function as the array within   another SORT function. For the outer SORT function, sort by the third column.

 

You will use the results from   the SORT function to create an array that is filtered to display data for   only UT and CO.
 

  In cell Q3, type CO. In cell R3, type UT. In cell Q7, insert the FILTER function using the range K3:O53.   Include the range M3:M53 when it equals the state abbreviation in cell Q3 or   in cell R3. In cell Q3, type TX. In cell R3 type NY. Edit the FILTER function in cell Q7 by displaying the text Invalid   Criteria in the   criteria are not met. In cell Q3, type CO. In cell R3, type UT.

 

The next task is to display an   array of the top three sales values within the filtered array.
 

  In cell U2, insert the LARGE function for the range U7:U60 and nest a   SEQUENCE function as the K argument to return three values.

 

The results of the LARGE   function should be formatted.
 

  Apply Accounting Number Format with zero decimal places to the range U2:U4.

 

 

For the rest of the tasks, you   will use the Lookup worksheet. Your first task is to identify the positions   for cells containing a specific store number and a specific date.
 

  Display the Lookup worksheet. In cell D2, insert the XMATCH function to look   up the store number in cell B2, compare it to the range A7:A16. In cell D3,   insert the XMATCH function to lookup the date in cell B3, compare it to the   range C6:G6. In cell B2, type 215. In cell B3, type 10/26/2024.

 

You will nest an XMATCH function   within an INDEX function to retrieve the sales for the week based on the   position of the store number and date.
 

  In cell G2, insert the INDEX function for the range C7:G16. Nest an XMATCH   function that looks up the store number in cell B2, compares it to the range   A7:A16 to identify the position of the store number. Nest an XMATCH function   that lookups up the date in cell B3, compares it to the range C6:G6 to return   the position of the date.

 

Next, you will use the ADDRESS   function to identify the cell address for the sales returned by the INDEX   function you previously inserted.
 

  In cell G3, insert the ADDRESS function. Add the result of D3 to the result   of a ROW function for cell A6 to return the row. Add the result of D3 to the   result of the COLUMN function for cell B6 to return the column. Enter the   appropriate code in the Abs argument to display a relative cell address.

 

You are ready to assign range   names to the city data so that you can then use the range names in a   function.
 

  Select the range B7:G16 and create range names from the selection. Use the   left column to create the range names. In cell I7, paste a list of the range   names.
 

  Mac users: Use the Insert menu, select Name, and then select the submenu   options to paste a list of range names.

 

You are ready to use the range   names in an INDIRECT function to retrieve data.
 

  In cell G4, insert a SUM function with a nested INDIRECT function. Within the   nested INDIRECT function that refers to cell B4. In cell B2, type 440. In cell B10, type Las_Cruces. In cell B15, type Salt_Lake_City.

 

Your final task is to document   the formulas.
 

  In cell J2, insert the FORMULATEXT function for cell D2. Copy the function to   cell J3. In cell J4, insert the FORMULATEXT function for cell G2. Copy the   function to the range J5:J6.

 

 

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

peer response 2 (100 word minimun)

 

respond to peer based on the peers post : There are numerous factors to take into account when organizing a PowerPoint presentation, but if I had to pick just one, it would be how to organize and connect each slide to the others. The PowerPoint presentation’s material should be concise, to the point, and related to the slide’s title. Each slide should also include pertinent data, visual aids, explanations, etc. When preparing a Powerpoint presentation, this should be considered, especially if a large audience will be attending.

There are many distinctions and benefits between creating slide shows from scratch and those using themes and templates. In PowerPoint, templates are used to organize various types of information on each slide, whereas themes give your presentations a professional appearance by including one or more slide layouts with matching colors, backgrounds, fonts, and effects. A template serves as the basis for each presentation. Each presentation inherits the template from which it was based for its colors, styles, fonts, and slide layouts (the blank presentation gets its design from a simple, bare-bones template). The ability to select the pictures, layouts, and text you want to use on your Powerpoint slide would be yours if you created a slide show from scratch.

PowerPoint presentations are a widely used, but are a crucial tool that can be utilized for both personal and business purposes. When presenting your proposal, business plan, financial information, reports, or projects in a professional setting, you may always use PowerPoint presentations. In business or when working for a company, informational presentations are helpful for reporting on research or providing a project update. They may also be utilized in education. PowerPoint presentations can be used when we need to make a presentation to a sizable audience, clients, panels, business partners, or our boss and management. Personally, you may make your own album, project, task, etc. using Powerpoint presentations. You can make a presentation of images with your friends, a presentation of items you want to give to your family, a particular group of people, or even to your relatives, among many other things. Since you may use it yourself, you can pick your own design, themes, add animations, and more. 

Discussion

Physical Security — 

My father used to tell me that ”locks keep honest people honest”.

Answer the following question(s):

What do you think he meant by that? Is there any such thing as total security?

Fully address the question(s) in this discussion; provide valid rationale or a citation for your choices; 

Initial post should be at least 350 words in length.

Exp19_Excel_Ch06_ML2_Deck_Builders

Exp19_Excel_Ch06_ML2_Deck_Builders

  

Exp19_Excel_Ch06_ML2_Deck_Builders

Project Description:

You are the business manager for Indy Deck Builders, a local construction company that specializes in new deck installation. Your company offers three deck models. Model A which costs $2,000, model B costs $3,500, and model C costs $5,000. You currently have 45 contracts to build model A, 55 for model B, and 75 for model C. Once the contracts have been completed, you will have a surplus of materials (wood, hard-ware, and paint) remaining in inventory. After expenses your company’s net profit is $492,031.25. You would like to use Solver to forecast how many additional contracts you can accept to maximize profit while not exceeding the raw materials in inventory.

     

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

 

Calculate total building   expensive for model A in cell C16. Total expense is calculated by multiplying   manufacturing cost (C4) and total contracts (C8). Then use the fill handle to   copy the formula into cells D16 and E16.

 

Calculate total profit for model   A in cell C17. Total profit is calculated by multiplying profit marging (C6)   and total contracts (C8). Then use the fill handle to copy the formula into   cells D17 and E17.

 

Create range names based on the   values in the range C19:C20 based on the values in the range B19:B20.

 

In cell C19 use the SUM function   to calculate total building expenses. The total building expenses are the sum   of the range C16:E16.

 

In cell C20 use the SUM function   to calculate total profits. The total profit is the sum of the range C17:E17.

 

If not loaded, load the Solver   add-in. Set the objective cell to Max Net Profit (cell C21).

 

Assign Total Contracts (range   C8:E8) as the Changing Variables Cells.

 

Set a constraint to ensure   contracts are whole numbers.

 

Set a constraint to ensure the   raw material used do not exceed inventory.

 

Set a constraint to ensure that   the Total Contracts are greater or equal to the existing contracts.

 

Create an Answer Report to   outline your findings.

 

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 both worksheets.

 

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

GUI

 write a paper of 3–4 pages not including the reference page to address the following question shown below. Use the library, the Internet, and your text materials to research the history of GUI in Java, and discuss at least 2 different technologies that can be used to create a GUI. Be sure to cite all of your sources using APA format. 

Stakeholder Buy-In

 

Prompt

Effectively applying enterprise architecture is no easy task. To be successful, it demands collaboration and clear communication between architects and stakeholders. If stakeholders don’t have buy-in, they may be reluctant to adopt the architecture into their enterprise and it may ultimately fail.

Consider the following:

  • How do you convince and motivate non-technical stakeholders to support your initiatives?
  • How do you calculate a stakeholder’s expected value or objective?
  • What happens when a stakeholder objective conflicts with an enterprise objective?
  • What are some communication strategies for maintaining stakeholder support?
  • How do modelling languages and semantic/symbolic models help?
  • What are your own personal opinions regarding the usefulness and capabilities of the various graphical languages and modelling techniques shown so far?

Response Parameters

  • Posts should be 200 words minimum in length

Use scholarly article for source and reference.