Problem 3- Initiating Project

Please check the attached file for instructions.

Using your Week 2 Business Case complete the following Stakeholder Register Exercise (Exhibit 6.4 on page 183 of the Kloppenborg text) and Project Communications Matrix (Exhibit 6.9 on page 192). Complete instructions and templates based on these exhibits have been provided (see attached document).

OPEN DISCUSSION (COMPUTER BASE) (DUE 4/21)

 

Threat modeling is the process used to identify security requirements by reviewing a diagram of the information technology architecture. The threat surface is the sum total of all the ways a threat can cross the boundary.

In this discussion post, you will use threat modeling to secure your residence.

Please respond to the following in a post of 150–200 words:

Address each of these threat modeling steps to secure your residential system:

  • Step 1: Identify security objectives.
  • Step 2: Identify assets and external dependencies.
  • Step 3: Identify trust zones. 
  • Step 4: Identify potential threats and vulnerabilities.
  • Step 5: Document your threat model.

CIS 213 DB 2

What were some of the blunders that were illustrated in the video above? Please explain your thought process.Submit a post of at least two to three paragraphs and make sure to follow-up on the posts of a minimum of two other classmates. 

about the recent alert

 

Choose an Alert closely related to the weekly topic and write a concise summary using the template.

Assignment Directions: 

  1.  The US Government Cybersecurity & Infrastructure Security Agency (CISA) provides timely notification to critical infrastructure owners and operators concerning threats to critical infrastructure networks. Each week, review the National Cyber Awareness System website.   
  2.  Choose a topic closely related to our weekly material and write a concise summary using the organizational template and example

In this assignment you will design

  

Amount 25

 In this assignment, you will design a program to perform the following task:
 

Write a program that would calculate and display the results for the multiplication table for values ranging from 1 to 100.
 

Before attempting this exercise, be sure you have completed all of chapter 4 ,5 and course module readings, participated in the weekly conferences, and thoroughly understand the examples throughout the chapter. There are 3 main components of your submission including the problem analysis, program design and documentation, and sample test data.
 

Provide your analysis for the following problem statement: You need to write a program that would calculate the results for the multiplication table up from 1 to 100. (For example, 1X1, 1X2, 1X3 … 1X10, 2X1, 2X2 …. 10X2 … 10×10). Your program should print the output for each step and output a new line after 10 items. So the example output would be something like this Notice a new line appears after 10 steps:
1 2 3 4 5 6 7 8 9 10
 

2 4 6 8 10 … 20
 


 

10 20 30 … 100
 

To write the new lines you can just use code similar to : write “new line”. Hint: You will probably use a nested repetition loop.
 

Your analysis should be clearly written and demonstrate your thought process and steps used to analyze the problem. Be sure to include what is the required output? What is the necessary input and how you will obtain the required output from the given input? Also, include your variable names and definitions. Be sure to describe any necessary formulas and sample calculations.
 

Provide your program design for the program you analyzed for printing the multiplication table. Be sure to describe the fundamental tasks (i.e., things your program must do) needed to solve the problem so you can use a modular design. Provide pseudocode of your overall design that includes the Main module and the order of the module calls, and a Hierarchy chart for the program (see figure 3.8 page 148). Finally, display the flow charts (using Raptor, or your favorite graphics editor) for each module. (See figure 5.3 page 225 as an example.)
 

Include header and step comments in your pseudocode, using a similar approach as the example provided in section 2.3 (textbook page 86). See example 2.8 on pages 87-88).
 

Prepare any input data (Test data) along with expected output for testing your program (Note: Programs may not always have both input and output data. Just provide test cases for your application). Your test data can be presented in the form of a table as was shown in Assignment
 

Submission requirements:
 

Your completed assignment should be saved as Word document and submitted to your WebTycho assignment area no later than the due date listed in the syllabus. Your document should be neat, well-written with minimal grammatical and spelling errors. Your name should be clearly listed on the first page along with the class/section, professor and due date. Your document should contain page numbers at the bottom of each page. Single or double space line formatting is acceptable.
 

You should name the file yournamehw3.docx (or yournamehw3.doc). So if my name was XXXXX XXXXX, I would name my document juliesmithhw3.docx.
 

An example HW3.doc template file containing the required sections is included in the available resources. You should use this document to start your writing and fill in all of the details required.
 

Residency: Practical Connection

Residency: Practical Connection ( Big Data concepts learned ) 

At UC, 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 you will demonstrate how this course research has connected and put into practice within your 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. (Include references).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.

lab03

You need to submit a detailed lab report, to describe what you have done and what you

have observed. You also need to provide explanation to the observations that are interesting or surprising.

Please also list the important code snippets followed by explanation. Simply attaching code without any

explanation will not receive credits.