Paper Requirements:
Required topic headings for your paper should include the background surrounding the issue, a historical
perspective, current issues that are applicable, legislation dealing with this topic, examples, global
dynamics/impact (such as issues, processes, trends, and systems), personal impact from a global perspective,
and a summary. These are the topics to be discussed in the term paper
Each paper should contain a reference list of at least five (5) different substantial and quality references. The
references and reference citations for the term paper must be to a current event less than 3 years old (a
reference with no date (n.d.) is not acceptable). This requires a reference citation in the text of the paper
and a reference at the end of the paper to which the reference citation applies. You must include some
information obtained from the reference in your answer. The references must be found on the internet
and you must include a URL in your reference so that the reference can be verified.
You cannot use information from the text book or any book/article by the author of the text book as a
current event. Make sure that your reference has a date of publication.
The body of the paper should be a minimum of six typed double spaced pages. Your cover page and
reference page cannot be counted in this number. You should use the APA format for your reference citations
and the reference page.
This course has been designated as a global course which includes the requirement that you must place this term
paper in your ManeSync Experiences. A screen shot must be attached to your term paper that you submit for
grading to prove that the paper was placed in your ManeSync Experiences. Directions for using ManeSync
Experiences are provided in the following document under the Term Paper tab: ManeSync Experiences
Instructions.docx
Feel free to use the Communications Skill Center (http://www.tamu-commerce.edu/litlang/CSC/located.htm),
Hall of Languages, Room 103, Phone No. 903.886.5280 to assist you with this writing assignment.
Check out www.citationmachine.net for tips on properly citing works.
Category: Cyber security
-
“The Impact of Globalization on Labor Rights and Workers’ Rights” Introduction: The concept of globalization has been widely discussed and debated in recent years, with many arguing that it has brought about significant changes in the global economy and society. One of the
-
Resource and Communication Plan for Virtual and Self-Organized Teams Resource and Communication Plan for Virtual and Self-Organized Teams Introduction In today’s global business environment, virtual and self-organized teams have become increasingly common. These teams offer many
Now that you have divided the tasks for the project, you are ready to build a resource management and communication plan. Assume that your product engineering and software development teams are self-organized virtual teams while all other resources are onsite. You’ve also learned that one of the lead developers will be on paternal leave in the next 5 months and QA resources are limited to one full-time resource due to one person being out on medical leave for the next 6 months and another recently left the company. You don’t have a dedicated User Experience (UX) designer on the team, but there are a couple of developers on the team with some of that expertise. You will now prepare a resource and communication plan that includes the following:
Resource plan that identifies the resources and when they will be needed.
Resource Breakdown Structure (RBS) chart of the resources and resource types needed for the project.
Communication plan that outlines the different audience, message, communication methods, frequency, and timeframe.
Communication considerations for virtual and self-organized teams. Length: 2 to 3-page resource and communication plan, include at least one diagram using Lucidchart or a diagram software of your choice. Lucidchart information has been provided in this week’s resources.
References: Include a minimum of 3 scholarly resources. -
“Exploring the Impact of Social Media on Adolescent Mental Health: A Mixed-Methods Study”
I’ll provide the official research proposal, including the literary review that I would like the context of it to remain as part of this paper. Additionally, my research method is a mixed-method approach. Quantitative data was collected through surveys, and qualitative data was collected through interviews. I will attach all the collected data required. Additionally, i’d like for the sources i have to be utilized the best way possible, but feel free to add any additional sources if needed.
-
Title: The Dark Web: A Growing Concern for Online Drug Trafficking Introduction: Online drug trafficking, also known as cyber drug trafficking, is the illegal trade of drugs through the internet. It has become a growing concern in recent years due to
The paper should include enough information so the reader understands the topic, research, and understands why it is relevant to what we have learned during the course. Information should be correctly sourced, and all sources should be noted where appropriate.
Sections to include:
Intro to the subject/research problem
Your research on the topic
Analysis of the information/subject/research reported – why is it relevant?
Conclusion / possible future work
Include all sources
Each Paragraph should assosciate to 1 paragraph.
The research topic should be on Online Drug Trafficking
To ensure your paper meets the necessary standard, it must conform to the APA Formatting -
Title: “Improving Data Governance to Prevent Data Breaches: A Business Case for XYZ Company”
you are required to create business use cases for data
governance. This task builds on the work you did in weekly classes and the first
individual assignment. You have already researched and identified an incident
related to poor data governance. In this Data Governance Business Case
assignment, you will use the knowledge and skills you acquired in this course to
prepare a business case that proposes solutions to issues caused by poor data
governance. However, you need to select a different case from the one you used for
the first assignment. It is recommended that you do not use the cases of Optus or
Medibank for this assignment. create a rich picture and root definition of the incident as mentioned in the file below -
Lab Questions Answered Lab 1 Questions: 1. What is the purpose of this lab? 2. What materials are needed for this lab? 3. What is the procedure for this lab? 4. What observations did you make during the lab
I just need 1 word document with the questions from each lab answered after each step. Only 2-3 sentences each when needed. Thank you.
-
Styling a Wanted Poster: Using HTML and CSS to Create a Dynamic Webpage Making the Image Responsive and Styling the Footer
Introduction
So far, we have been focused on HTML — using the markup to create the structure of webpages. For this assessment, you will be provided with some raw HTML, an image and a little CSS, and will need to complete the styling to develop a page that looks like a wanted poster.
Objectives
To test comprehension of HTML tables and associated features.
At the end of the skills check, your page will look similar to:
Instructions
To get started
In your local GitHub repository, create a new sub-directory (folder) named wanted-poster. Next, download the wanted-poster.zip Download wanted-poster.zipsupport files. The compressed file contains:
an HTML file
a folder with a style sheet
a folder with images
a folder with typeface files
Extract the compressed files to your wanted-poster sub-directory in your local GitHub repository; then, open the HTML file in your web browser. Notice that the page displays without the style information being applied – there’s no reference for it in the code!
Open the wanted-poster index.html file in Visual Studio Code (or your preferred text editor) and carefully examine the existing code. Make note of the comments provided.
Lastly, edit the code so
your name is given as the author
the web browser knows what external file to reference for style information
From this point forward, you will complete the remaining work in the .css document; and, as long as the appropriate code is used, the page will display as intended.
Add selectors
In Brackets (or your preferred text editor), open the style.css file from the wanted-poster sub-directory’s css folder.
Examine the existing code carefully; then, test your site in a web browser to make sure the existing CSS is being applied to the HTML. While the CSS is incomplete, you should now see some style on the page.
Using the comments in the .css document as a guide, add the style selectorsyou will need to complete the code and include the curly brackets that will contain the declarations.
Hint: For this assessment, you will be using HTML element names as the style selectors.
To get a better idea of what your CSS will look like at this point, the example below shows some of the code without declarations.
Add declarations
Once the CSS selectors are in place, add the appropriate declarations (CSS properties and values) to complete the style rules.
headings
Heading levels 1 through 4 should have the same text shadow, foreground color, font family, margin and text alignment, and use uppercase letters. Additionally:
the level 2 headings should have a font size of 48px and letter spacing of 4px – both expressed in rem units – and a normal font weight.
the level 3 headings should have a font size of 32px – expressed in remunits – and a normal font weight.
the level 4 heading should have a font size of 24px, letter spacing of 4pxand bottom padding of 18px – all expressed in rem units – and a normalfont weight.
The level 5 heading should be styled with:
a font size of 16px, top margin of 4px, padding (top, bottom, left, and right) of 8px – all expressed in rem units.
a background color of #333 and foreground color of #FFF.
a normal font weight, and a text alignment that matches the other headings.
If you decide that you would like to use a different foreground color for the headings, you are more than welcome to change it; just make sure that it is suitable for display on the Web and easy to read.
section & paragraph
The sections should be styled with a top margin of 8px, expressed in remunits, while the paragraphs should have:
a top and bottom margin of 16px, expressed in rem units, and a left and right margin set to auto.
padding top and bottom of 0 and padding left and right of 16px, expressed in rem units.
a width of 90% and left-aligned text.
figure, image, & footer
The figure must be styled with a bottom margin of 32px, expressed in remunits. Additionally:
give the figcaption a top padding of 8px, expressed in rem units, and text that is right aligned.
We also want to make the image somewhat responsive to the size of the browser window, and prevent it from exceeding its actual pixel size. In this case, give the image:
a width of 100%.
a top and bottom margin of 0, and a left and right margin set to auto.
a maximum width of 800px, expressed in rem units.
For the footer, apply a padding (top, bottom, left, and right) of 16px, expressed in rem units, and give it a top border with:
a width of 32px, expressed in rem units
a solid style and a color of #333.
One more thing
The two symbols in the level 4 heading don’t quite display with enough space next to the text. To adjust it, use a child selector to create a new style rule that targets the span element within the heading.
Style the symbols with:
a top and bottom padding of 0
a left and right padding of 8px, expressed in rem units.
Post to the discussion
Are you stuck? Is it 1:00 a.m. and you’ve been staring at your code for hours trying to figure out why your page won’t display correctly? Don’t panic; there is help!
Post your questions to the Skills Check 5 Discussion forum for assistance. Code samples and/or screen shots are optional; but, could be useful. The forum is a great resource for assistance on the coursework; your peers often have the same questions and/or may be able to provide helpful insight.
How to Submit
Complete all steps below to successfully submit your work for review.
Publish your page
In GitHub Desktop:
commit all local changes to the master
push all local commits to GitHub
Once you have pushed your commits, you will need to allow a little bit of time for the remote server to refresh before your changes are live on the Web.
Submit to Canvas
To submit your URL in Canvas:
Click Submit Assignment at the top.
Using only lowercase letters:
Add your URL in the provided text box, following the format https://durhamj.github.io/
make sure to replace my username with yours
Click Submit Assignment
Backup your file in Canvas:
Click Submission Details at the top-right of the assignment window in Canvas.
Attach both the index.html and style.css files to the Comments.
Under Add a Comment, click Attach File
Click Choose File and select the file you want to attach.
Click Save to finish.
Reminder
The content for this course is presented in an online, module format. Students should:
review and complete items sequentially
access course material through the Home link in the course menu
follow all instructions, including submission and formatting requirements
contact the instructor via CWU Outlook email with any questions or concerns
Note: Re-submissions, late submissions, and make-up work are only considered in extreme circumstances.
Rubric
Skills Check 5 Rubric
Skills Check 5 Rubric
Criteria Ratings Pts
This criterion is linked to a Learning OutcomeApplication of CSS Code
The submission successfully demonstrates the comprehension and application of basic CSS theory, syntax, and mechanics.
15 to >13.0 pts
Above Average
13 to >11.0 pts
Average
11 to >0.0 pts
Needs Work
0 pts
Assignment Not Submitted by Deadline
15 pts
Total Points: 15 -
“Rewriting Cybersecurity and Digital Forensics Pages with Human Expertise”
I am looking for a professional in the field of cybersecurity and digital forensics. I require assistance in rewriting some pages accurately, without relying on artificial intelligence or online tools. The task needs to be completed within three hours from now.
-
Title: Exploring the Benefits of Security-as-a-Service: A Focus on SIEM Solutions for Enterprise Cybersecurity
The lecture this week describes how Security-as-a-Service has been
developed and is gaining popularity as a business model. This is
especially true for larger enterprises. The lecture focuses primarily
upon the forensic opportunities that SECaaS provides. This week, your
assignment is to research one of the other SECaaS opportunities
available (i.e., SIEM, SOAR, IDS, IPS, authentication, etc.) and prepare
a paper covering the aspects of this opportunity. Provide details
regarding how this Cloud-based solution can improve the overall cyber
security position of the enterprise. This may be cost or resource
savings, improved counterthreat position, reporting, management, etc.
Include the fundamentals of how the framework / model for your selected
solution would work and how it might integrate into the existing
enterprise overall cybersecurity position. What are some of the vendors
currently providing this service? -
Title: Mitigating Threats and Ensuring Business Continuity in Cloud Deployment Models Prompt 1: Introduction: Cloud deployment models have become increasingly popular in today’s digital landscape, providing organizations with flexibility, scalability, and cost-effectiveness.
There are two prompts. Each prompt should be one page and have one source.
These prompts are building on the same cloud deployment modles from order numbers 7591800 and 7591845.
Prompt 1:
Write a 1 page paper that identifies five potential threats and potential solutions to best mitigate loss.
Prompt 2:
In a 1 page paper describe how a cloud deployment would affect an organization’s Business Continuity and Disaster Recovery plan.