2-3 pages 10$ apa format include sources read PDF and follow please and thank you
Troubleshooting Process to explain how you would tackle problems
There are three groups of tickets, Level 1, Level 2, and Level 3. You will pick two tickets from each group.
As you prepare to analyze and hopefully solve these typical IT help desk tickets, keep in mind that for this course, it is more about the process and less about finding the “correct” answer. You may not always find an exact answer from the information given. The problems are structured to approximate what you will find in the workplace. Use a logical and repeatable process (e.g., the CompTIA 6-Step Troubleshooting Process) and eliminate the improbable as you work your way through each scenario.
Home work 9
Write short answers, uploaded as a WORD DOCUMENT and attach references.
- 9.1 Give examples of applications of IPsec.
- 9.2 What services are provided by IPsec?
- 9.3 What parameters identify an SA and what parameters characterize the nature of a particular SA?
- 9.4 What is the difference between transport mode and tunnel mode?
- 9.5 What is a replay attack?
- 9.6 Why does ESP include a padding field?
- 9.7 What are the basic approaches to bundling SAs?
- 9.8 What are the roles of the Oakley key determination protocol and ISAKMP in IPsec?
To write java program of prime numbers
you will generate a NON THREADED, SEQUENTIAL program. This sequential program will take some input (you can grab this input from the user, or from a command line argument) that it will store in an integer. (Therefore, there needs to be checks in place to make sure that the number being given can be stored adequately in an integer. You do not need to use BigInteger or long for this, regular integersis fine. This is more about design than about function).
Now that you have this number, you want to compute all the prime numbers that exist between 2 and that number (inclusive).
If a number is not prime, you will store that number and a List of its factors in a Map
If a number is prime you will store it in a List. So, at the conclusion, we have a Map of non primes that contain factors of numbers and a list of primes.
You will time the runtime of your application so that we know how long it will take to build these two structures. To time your application, simply generate a starting time as soon as you retrieve the number you want to use as the base of your iteration and then stop the timer when you are finished generating your structures. Report back what the difference is. You can use System.currentTimeMillis(); to do this.
RM07
Risk management is one of the most important components in empowering an organization to achieve its ultimate vision. With proper risk management culture and knowledge, team members will be “speaking” the same language, and they will leverage common analytical abilities to identify and mitigate potential risks as well as exploit opportunities in a timely fashion. In order to consolidate efforts, the existence of an integrated framework is crucial. This is why an ERM is necessary to the fulfillment of any organization’s goals and objectives. In your final research project for the course, your task is to write a 7-10 page paper discussing the following concepts:
- Introduction – What is an ERM?
- Why Should an Organization Implement an ERM Application?
- What are some Key Challenges and Solutions to Implementing an ERM?
- What is Important for an Effective ERM?
- Discuss at least one real organization that has been effective with implementing an ERM framework/application.
- Conclusion – Final thoughts/future research/recommendation
The paper needs to be approximately 7-10 pages long, including both a title page and a references page (for a total of 9-12 pages). Be sure to use proper APA formatting and citations to avoid plagiarism.Your paper should meet the following requirements:
- Be approximately seven to ten pages in length, not including the required cover page and reference page.
- Follow APA7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
- Support your answers with the readings from the course, the course textbook, and at least FIVE scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find supplemental resources.
- Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.
Unit 3 Assignment: Smith, Smith, Smith and Smith
See attached File APA Format
Smith, Smith, Smith, and Smith is a regional accounting firm that is putting up a new headquarters building. The building will have a backbone network that connects eight LANs (two on each floor). The company is very concerned with network errors. Write a 2-3 page paper on what advice you would give regarding the design of the building and network cable planning that would help reduce network errors. Create a network diagram based on your suggestions for the company.
- How to draw a network diagram. Lucidchart.
- Five free apps for diagramming your network. TechRepublic.
See the attached document for complete instructions and grading rubric. Submit your completed assignment to the above submission link by 11:59 p.m. EST, Sunday of Unit 3.FitzGerald, J., Dennis, A., & Durcikova, A. (2021). Business data communications and networking. Hoboken, NJ: Wiley.
Questions
refer case study 5.2 and 6.2 as in the attached document and answer the questions after each case study.
Textbook:
Project Management: Achieving Competitive Advantage (5th ed.) Jeffery K. Pinto
assembly language assignment 07
CSP25 Assignment 07
Question 1 (From Chapter 6)
Create a procedure named CalcGrade that receives an integer value
between 0 and 100, and returns a single capital letter in the AL
register. Preserve all other register values between calls to the
procedure. The letter returned by the procedure should be according
to the following ranges:
Score Range Letter Grade
————————-
90 to 100 A
80 to 89 B
70 to 79 C
60 to 69 D
0 to 59 F
Write a test program that generates 10 random integers between 50 and 100,
inclusive. Each time an integer is generated, pass it to the CalcGrade
procedure.
You display the integer generated by using the Irvine method WriteDec.
Also use WriteString method to display a message such as “The grade is : “
and then use WriteChar to display the grade calculated.
Here is an algorithm for your test program to help achive solution for this problem:
(Next page)
You still need to figure out how to get grade correctly in your CalcGrade procedure.
Algorithm for test program.
Set count to 10 (Can be in ECX)
Start of Loop
set upper limit to 51
Call RandomRange procedure
[generate # result from 0 to 50 and it is in EAX]
Add 50 to result above to get 50 to 100. Add to EAX
Display this number (in EAX) using WriteDec
Call CalcGrade procedure (and grade will be in AL)
Setup string to be displayed ” ”
Call WriteString
Call WriteChar (to display grade in AL)
Repeat loop
Algorithm for CalcGrade procedure.
# score of 50 to 100 is in EAX
If EAX > 90
Set al to ‘A’
Else if EAX > 80
Set al to ‘B’
Else if EAX > 70
Set al to ‘C’
Else if EAX > 60
Set al to ‘D’
Else
Set al to ‘F’
Make sure you have the following at the top of your Assembly code file. Fill it up accordingly
such as the name of the asm file will be Assignment07.asm
; Program Template (Assignment01.asm)
; Program Description:
; Author:
; Creation Date:
; Revisions:
; Date:Modified :
Also make sure to document your Assembly code.
What to submit?
TWO files.
1. Copy your program and paste it to a text editor such as Notepad and save file as .txt file
then submit this text file.
2. A pdf file that has your code (copied or screenshot) and output of dumping of your
registers.
Bank Churners Pythons
Bank Churners Project. Appreciate fast response. I will give the detailed requirement on this via PM. Thank you.
Problem 4- Planning
Problem:
Go online and find at least two sites with definitions of fast tracking and crashing a project schedule.
- Prepare proper reference citations for the sites you located, using APA style.
- In your own words, write definitions for project fast tracking and project crashing.
- Consider the plan you prepared for the software system testing project in question 1 above. If you were informed by management that you must reduce the planned duration of the project by five days, describe how you, as a project manager, could crash or fast track this project. Be specific in identifying exactly what could be changed in the project plan for each option.
- (continuation of question 2.3) If the request to speed up the project occurs after day 25 of the original schedule, what is the only option available?
2. A project to put on a major international sporting competition has the following major deliverables: Sports Venues, Athlete Accommodation, Volunteer Organization, Security, Events, and Publicity (which has already been broken down into pre-event publicity and post-event publicity.) Prepare a WBS for any single major deliverable on the list. Remember the 100 percent rule, and number your objectives.
Text
Title: Project Management
Subtitle: https://opentextbc.ca/projectmanagement/
Authors: Adrienne Watt
Publisher: BCcampus Open Education
Publication Date: 2019
Edition: 2nd Editio