Examine the relationship between non functional requirements and quality attributes of ISO/IEC 9126-1. Analyze the different categories of non functional requirements as they relate to software resilience.

Discussion Details CSIS485: Cybersecurity Capstone I

As you will find in your readings, there is a link between security and quality. In the first paragraph, examine the relationship between non functional requirements and quality attributes of ISO/IEC 9126-1. In the second paragraph, analyze the different categories of non functional requirements as they relate to software resilience. In the third paragraph, tie the concepts together and explain what happens when a system does not have proper security requirements. Give examples, using current events and hacking news. Be sure to provide at least 1 citation from the text or scripture.

review the Discussion Assignment Instructions prior to posting. You may also click the three dots in the upper corner to Show Rubric.

Post-First: This course utilizes the Post-First feature in all Discussions. This means you will only be able to read and interact with your classmates’ threads after you have submitted your thread in response to the provided prompt.

Explore the link between resources and security. Perform research and provide examples of when this has went well and not gone well. Examine the link between risk and security requirements. Explain how a level of acceptable risk drives the selection of security requirements.

Discussion thread

Description
As you will find in your readings, each company has resource constraints, therefore, it is imperative that you as a security professional be sensitive to that and offer ways to reduce risk in a cost effective manner. In the first paragraph, explore the link between resources and security. Perform research and provide examples of when this has went well and not gone well. In the second paragraph, examine the link between risk and security requirements. Explain how a level of acceptable risk drives the selection of security requirements. Be sure to provide at least 1 citation from the text or scripture.

Review the i.,ussion Assignment I FiStiut- OHS prior to posting. You may also click the three dots in the upper corner to Show Rubric.

Post-First: This course utilizes the Post-First feature in all Discussions. This means you will only be able to read and interact with your classmates’ threads after you have submitted your thread in response to the provided prompt.

Create an audio recording saying “Hello World.” Create your own logo on any topic. Of these three things, which is your favorite that you have created and why?

Module 3 Discussion

Download an Image of Saint Leo University and alter it freestyle using GIMP.
Create an audio recording saying “Hello World.”
Create your own logo on any topic.
Of these three things, which is your favorite that you have created and why? Also, share something you learned while completing these three tasks.

Explain the differences between Simple Paging and Virtual Memory paging. What is the difference between a Page and a Frame?

Operating system and team management

QUESTION 1: Explain the differences between Simple Paging and Virtual Memory paging,

QUESTION 2: What is the difference between a Page and a Frame?

QUESTION 3: Explain the differences between Resident Set Management and Page Replacement Policy.

QUESTION 4: Do the Memory allocation for the given case using the Buddy System

 

Describe a baseline plan? What purpose does it serve once the project team begins to execute the project plan? Also, does it help in mitigating some of the risks? Provide specific examples.

Computer Science Question

Describe a baseline plan? What purpose does it serve once the project team begins to execute the project plan? Also, does it help in mitigating some of the risks? Provide specific examples.

With references

Assignment 2:-

QUESTION 1: Explain the differences between Simple Paging and Virtual Memory paging,

QUESTION 2: What is the difference between a Page and a Frame?

QUESTION 3: Explain the differences between Resident Set Management and Page Replacement Policy.

QUESTION 4: Do the Memory allocation for the given case using the Buddy System

 

Describe a baseline plan? What purpose does it serve once the project team begins to execute the project plan? Also, does it help in mitigating some of the risks? Provide specific examples.

Computer Science question

Describe a baseline plan? What purpose does it serve once the project team begins to execute the project plan? Also, does it help in mitigating some of the risks? Provide specific examples.

 

Request the user to input his/her first name. Format the name to capitalize the first letter and makes all remaining characters lowercase, removing any spaces or special characters. Output the formatted name to the console

CIS-210 Project – Part 1

Opens: Sunday, January 29, 2023, 12:00 AM Due: Sunday, February 5, 2023, 11:59 PM
CIS-210 Course Project Week 4

Your first submission for the CIS 210 Course Project should meet the following requirements:

1) Request the user to input his/her first name

2) Format the name to capitalize the first letter and makes all remaining characters lowercase, removing any spaces or special characters

3) Output the formatted name to the console

Examples of program running (bold letters below are user entry):
Enter your name: DAVID David
Enter your name: jeNiFfEr Jennifer
Enter your name: test *E4^70$STUDENT Teststudent

Also ensure that the following requirements are met:
1) Java file is named correctly.

2) Name, date and assignment information is included at the top of your Java code file as a comment.

3) Java code is properly indented and readable.

4) Code comments are present within each major section of code.

5) Output is formatted correctly and meets the requirements above.

Once you verify that your program runs correctly and you have met the requirements create a Word or PDF document with the following:

1) Your name, date and assignment identification at the top of the page (Ex. CIS-210 Week 4 Course Project)

2) Full Java source code listing

3) Screenshot of the code compiling successfully in the IDE with the timestamp showing.

4) Screenshot of the code running showing the correct output.

Archive (zip) the results document and the actual java code files into a single zip file and submit through the classroom. Please name the zip file with <flast>_CIS210_Course_Project_Week_4 where <flast> is your first initial and last name.

Why is drawing graphics important for industry? What advice or code can you provide to help other students with this activity? What is an anchor point and why is it useful?

Programming Activity

Listed below are topic(s) for you to discuss throughout the week. Refer to the textbook, weekly materials, and/or the GMC library when researching the topics for this Discussion Forum. Put your writing into your own words, do not copy directly from the source. If you incorporate external resources (http://gmcga.libguides.com/periodicals) in your posts be sure to cite (https://gmcga.libguides.com/citationmanagement/APA7th) them properly. Lastly, review how to paraphrase and quote resources before you begin posting (http://gmcga.libguides.com/c.php?g=458&p=996448).

Complete Chapter 4, Section 4.5 “Programming Activity 1: Writing and Application with Graphics” from the textbook. Once you have completed it, please answer the following questions:

1) Why is drawing graphics important for industry?

2) What advice or code can you provide to help other students with this activity?

3) What is an anchor point and why is it useful?

Task 1: Create a new discussion topic on or before the due date in the Course Syllabus -> Course Schedule by clicking the ‘**REPLY HERE**’ post below. In your reply, you will post your response to the main topic. Your response should be a minimum of 150 words. Going over the minimum word length requirement is acceptable; however, I am not looking for 500+ words!

Classroom book: Java Illuminated Julie Anderson; Hervé J. Franceschi’

If you define the starting (x, y) coordinate of the drawing as (800, 400), you might not be able to see the drawing. Explain why. What is the advantage to drawing a figure using a starting (x, y) coordinate as an anchor point?

Programming Activity 1: Writing an Application with Graphics

In this programming activity, you will create an application that uses graphics to draw a picture of your own design. The objective of this programming activity is to gain experience with the window coordinate system, the stroke and fill graphics methods, and using colors.

1. Start with the Shell Graphics Application class, change the name of the class to represent the figure you will draw, and add an import statement for the Color class. Remember to include the J1GraphicsUtilityjava file in the same folder.

2. Create a drawing of your own design. It’s helpful to sketch the drawing on graph paper first, then translate the drawing into the coordinates of the application window. Your drawing should define an anchor point, and include at least two each of rectangles, ovals, and lines, plus a path. Your drawing should also use at least three colors. one of which is a custom color.

3. Label your drawing using the fillText method.

Be creative and have fun with your drawing!

DISCUSSION QUESTIONS
1. If you define the starting (x, y) coordinate of the drawing as (800, 400), you might not be able to see the drawing. Explain why.

2. What is the advantage to drawing a figure using a starting (x, y) coordinate as an anchor point?

What is one of the predictive models, descriptive models, explanatory theories, generative theories, and predictive theories that mostly resonate with your future studies and why?

Computer Science question

Answers should be at least 250 words with complete sentences and references

Within Human Computer Interaction, models and theories help researchers predict interactions and modify their software and design accordingly. What is one of the predictive models, descriptive models, explanatory theories, generative theories, and predictive theories that mostly resonate with your future studies and why?