2 Discussions and 1 case Study

Discussion 7.1

What are the 5 pillars of Cyberwarfare?

Discussion 7.2

Describe the 5 stages of APT 

100-130 Words only for discussions 

Case Study 7.1

Describe 3 theories/ideas that you think characterize the future of Cyberwarfare, and explain their significance.

Writing Requirements

  • 3-4 pages in length  (excluding cover page, abstract, and reference list).

Refrences should not be older than 2015

Refrences should not be older than 2015

Refrences should not be older than 2015

Refrences should not be older than 2015

Assignment Seven

Week 7 Written Assignment

Each assignment will be an essay written in APA format (see below). Each essay should be no less than 1500 words on the topic (s) noted below.

The title page and bibliography do not count towards the word count.

Complete the assignment in a Word document using APA formatting with your last name as part of the file name. Omit the abstract and outline. A Word APA template and APA sample paper are provided for reference

After completing the essay, save and upload the document in the Assignments section of the e-classroom.

Each essay will be checked by Turnitin automatically upon submission.You will have access to the originality reports.

Topic: After conducting independent research using at least three sources not used in the class write an essay that illustrates the impact of the  Internet on Human Rights (In a pinch you should review the UN Declaration on Human Rights if you get stuck).

Wireless Technology 3

Wireless Technology

Overview

There are a number of cellular phone companies, each serving their own unique geographical areas. Likewise, they each may use a different technology to transfer communication. Research the pros and cons of 3G and 4G technologies and their roles in today’s applications.    

Instructions

Write a fully developed paper in which you:

  1. Compare the pros and cons of 3G and 4G technology to determine the best uses of 3G and 4G technology in today’s applications.
  2. Describe how an enterprise would use 3G, 4G, WWAN, and WiAMX to improve business. Explain why they would use one solution over the remaining three.
  3. Analyze the changes in 4G technology since the printing of the textbook in 2013 and identify those of importance for a user of 4G technology.
  4. Take a position on the following statement, “Wireless application protocol is a necessity for wireless communication organizations and their users.” Then, explain your position with supporting evidence.
  5. Use at least three quality resources in this assignment.

Note: Wikipedia and similar websites do not qualify as quality resources.

This course requires the use of Strayer Writing Standards. For assistance and information, please refer to the Strayer Writing Standards link in the left-hand menu of your course. Check with your professor for any additional instructions.

The specific course learning outcome associated with this assignment is:

  • Justify a position on the necessity for wireless application protocol using evidence from research on enterprise use and evolution of relevant technology.

UML diagram for vehicle insurance management system

1. Functional Specifications (including descriptions of Actors/Roles; Business Rules; Use-Case Diagrams with Use-Case descriptions; Examples of Class Diagrams (related to particular Use Cases); Examples of Object Diagrams [related to the selected Class Diagrams]; Examples of Sequence Diagrams; Examples of Collaboration or Communication Diagrams; Examples of StateChart Diagrams);

2.System Design Specifications (including System Architectural [Layered, “Physical”] Design Scheme selected; Package Diagram [populated with interrelated classes]; Database Tables; EntityRelational diagrams; Window Navigation Diagrams; Drafts of User Interfaces; and Examples of System-Response Report Forms);

PLE week1 DB

 

Hello,

i need this paper by 1/13 afternoon.

Strictly No plagiarism please use your own words.

Read this article  (https://www.wired.com/story/cambridge-analytica-facebook-privacy-awakening/) about Cambridge Analytica in Wired Magazine. Discuss whether you think the premise of the (300 words) article is correct and that people are more aware of privacy concerns.  

Use at least three sources. Use the Research Databases available from the Danforth Library, not Google.   Include at least 3 quotes from your sources enclosing the copied words in quotation marks and cited in-line by reference to your reference list.  Example: “words you copied” (citation) These quotes should be one full sentence not altered or paraphrased. Cite your sources using APA format. Use the quotes in your paragraphs. Do Not Doublespace.

Copying without attribution or the use of spinbot or other word substitution software will result in a grade of 0. 

Write in essay format not in bulleted, numbered or other list format. 

Make sure Strictly No plagiarism content should not match and even the reference should not match in plagiarism 

BSWA week2 P2

 

Hello,

i need this paper by 1/21 afternoon.

Strictly No plagiarism please use your own words.

Visit the OWASP website. 

https://www.youtube.com/watch?v=RGA5kLO9vjs

Using WORD, write an ORIGINAL brief essay of 300 words or more describing the history and background of OWASP. 

See the Vulnerabilities tab. Choose one of the vulnerabilities on the linked page and describe briefly.

Make sure Strictly No plagiarism content should not match and even the reference should not match in plagiarism 

Assignment 2 research Infotech Global

 

Question: You have read about entrepreneurship in a global economy. For your written assignment this week, complete a case study of the organization you work for (use a hypothetical or “other” organization if more applicable) that will address the following prompts:

  • Describe the organization’s environment, and evaluate its preparedness to go global, if not already, and it’s a strategy for staying global if it is.
  • Research other company’s strategy for going global and explain if this will or will not work for your company. 
  • Make a recommendation for a global strategy in the organization, including a justification for your recommendations.

Submit paper as a single document. Your paper should meet the following requirements:

  • Be approximately four to six pages in length, not including the required cover page and reference page.
  • Follow APA 7 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 and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. 
  • 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.

No Plagisram 

requirement: code must be done in C

Add a new built-in exit command that exits from your shell with the exit() system call. Also add support for signal handling and terminal control (Ctrl-C, Ctrl-Z). You do not want those signals to terminate your shell. Instead you need to handle them and terminate processes that your shell started if any. Be aware that forked processes will inherit the signal handlers of the original process.