Draft paper

 Instructions

This is where you will submit the rough draft of your research paper.    Research Paper Criteria: You will be required to write a research paper this semester.  Your research paper topic should have been proposed and outlined by the end of Week 2.   The research paper specifications are as follows: 

  • 8-10 pages (double-spaced) Times New Roman 12 pt font.
  • Must have Abstract, Table of Contents, Introduction, Conclusion and section headings
  • Use at least five references outside of your textbook (you may use your textbook too, but are not required to).
  • In addition to the required number of pages for the assignment, you must also Include a reference page (bibliography), written in APA style and a title page. Be sure to give all of your papers a descriptive title!
  • You must submit a rough draft at the end of Week 5. This is to be a complete paper, meeting the page requirements – not a partially completed paper. Points will be deducted for short or incomplete papers. Your rough draft will not be graded by the rubric, but helpful feedback will be provided to indicate where you are falling short. You may correct any deficiencies before resubmitting your final version at the end of Week 7.
  • Typewritten in double-spaced format with a readable style and font and submitted inside the electronic classroom (unless classroom access is not possible and other arrangements have been approved by the professor).
  • Page margins Top, Bottom, Left Side and Right Side = 1 inch, with reasonable accommodation being made for special situations
  • Your paper must be in your own words, representing original work. Paraphrases of others’ work must include attributions to the authors. Limit quotations to an average of no more than 3-5 lines, and use quotations sparingly! It is always better to paraphrase than to directly quote.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

IT Project management part five

 Project 5 – Create a Cause-and-Effect Diagram 
There’s always the chance that something will go wrong, a stakeholder wants something different, technology doesn’t work as planned, and what you are working on becomes outdated. 
The Ishikawa Diagram (Fishbone Diagram) is a tool that can be used to help in the analysis of what is going wrong. 
Take a look at your project and refer back to Figure 7-2 or the internet and create a diagram that lists a potential issue you may have and look at the components of what you would look at to address it. 
Here are a couple of websites in addition to your text that you can refer to:  

https://kanbanize.com/lean-management/lean-manufacturing/root-cause-analysis/fishbone-diagram

https://www.qimacros.com/fishbone-diagram-template/index2.php

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Discussion and research report on Cyber security course

Need to present a Discussion with a word count of above 120+ words and each discussion need a separate reference link for sure.

1) AppDetectivePro  120 words  Need link reference as well

2) MSSQL datamask= 120 words  Need link reference as well

3) Scuba=  (120+120 = 240 words around) Need this same topic in 2 different formats and 2 different URL links as well needed)

4)Docker (software) =  (120+120 = 240 words around) Need this same topic in 2 different formats and 2 different URL links as well needed)

5) Data sovereignty in the cloud = 120 words  Need link reference as well

6)SECaas ( security as a service) = 120 words  Need link reference as well

Need to present a research report on with a word count no more than 70-110 words(not more than the count provided) and should provide a separate 

URL reference link too

1) AppDetectivePro – 70+ words Need link reference as well

2) MSSQL datamask= 70+ words Need link reference as well

3)Scuba = ( Need this same topic in 2 different formats and 2 different URL links as well needed) (70+70=140 words)

4)Docker (software)  =  ( Need this same topic in 2 different formats and 2 different URL links as well needed) (70+70=140 words)

5)Data sovereignty in the cloud = 70+ words Need link reference as well

6) SECaas ( security as a service) = 70+ words Need link reference as well

 

It is suggested you use a Research Theme to help you stay focused, and to provide continuity throughout your research.  Here is a list of ideas, but this list is not all-inclusive: 

Current technologies available to support management functions,

Best Practices,

Future improvements/technologies, or

Other standards related to your specific field.

Note: The content should be in a general words with no technical jargons.

This question is from a cyber security subject so that the matter should relate to cyber security for sure and should connect to readers.

 NO PLAGIARISM STRICTLY  and do not use AI to get the copy paste information lik Chatgpt

Each one should be different and no each topic information should be similar to the other topic strictly.

Content should be unique and in a simple understanding way.

Deadline: 04/06/2023 11:59AM CST

Also provide me the separate files for discussion and the research reports instead of submitting in a single file.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Access Control: Discussion: Mapping Business Challenges to Types of Control

 Assignment Requirements

Using what you have learned about access controls, identify the business impact of the challenge, and identify an access control method that will mitigate the impact to the business.

Required Resources

Self-Assessment Checklist

Use the following checklist to support your work on the assignment:

  • I have engaged in a discussion of the assigned topics with at least two of my peers.
  • I have raised questions and solicited peer and instructor input on the topics discussed.
  • I have articulated my position clearly and logically.
  • I have supported my argument with data and factual information.
  • I have provided relevant citations and references to support my position on the issue discussed.
  • I have compared and contrasted my position with the perspectives offered by my peers and highlighted the critical similarities and differences.
  • I have solicited peer and instructor feedback on my arguments and propositions.
  • I have offered a substantive and critical evaluation of my peer’s perspective on the issues that is opposite of mine, and supported my critical review with data and information.
  • I have followed the submission requirements.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

writing the Code and report

 

Instruction:

  •  Download CS47ProjectI.zip  and unzip it.
  • Assemble proj-auto-test.asm and execute. Make sure to turn on ‘Assembles all files in directory‘ and ‘Initialize program counter to global main if defined‘ option in MARS tool. It should generate the following output:

Total passed 0 / 40
*** OVERALL RESULT FAILED ***

  • Complete the following two procedures in CS47_proj_alu_normal.asm and CS47_proj_alu_logical.asm. You may include your required macros (those you write) in the cs47_proj_macro.asm. Do not update proj-auto-test.asm or cs47_proj_procs.asm or cs47_common_macro.asm.
    • au_normal (in CS47_proj_alu_normal.asm): It takes three arguments as $a0 (First operand), $a1 (Second operand), $a2 (Operation code ‘+’, ‘-‘,  ‘*’, ‘/’  – ASCII code). It returns result in $v0 and $v1 (for multiplication $v1 it will contain HI, for division $v1 will contain remainder). This procedure uses normal math operations of MIPS to compute the result (add, sub, mul and div).
    • au_logical (in CS47_proj_alu_logical.asm):  It takes three arguments as $a0 (First operand), $a1 (Second operand), $a2 (Operation code ‘+’, ‘-‘,  ‘*’, ‘/’  – ASCII code). It returns result in $v0 and $v1 (for multiplication $v1 it will contain HI, for division $v1 will contain remainder). The evaluation of mathematical operations should use MIPS logic operations only (result should not be generated directly using MIPS mathematical operations). The implementation needs to follow the digital algorithm implemented in hardware to implement the mathematical operations.
  • Assemble proj-auto-test.asm and execute. It should generate the following output. 

Total passed 40 / 40
*** OVERALL RESULT PASSED ***

  • NB: Please check each operation result manually from output. Your implementation of normal and logical ALU will be compared against a reference normal and logical ALU result. Therefore it is possible that you may see 40/40 of pass, but in our test it will not be so.
  • Write a project report including the following sections. It is recommended to write report in IEEE format
    [Template and Instructions on How to Create Your Paper (Links to an external site.)Links to an external site. ]. A report written in IEEE format will earn 10% extra credit on top of overall project credit. The final report uploaded 

    • Include clear diagrams for requirement and design
    • Include code snippet to explain implementation
    • Include screen shots of testing results
    • Introduction containing objective.
    • Requirement
    • Design and Implementation
    • Testing
    • Conclusion
    • Make sure to
  • Upload two files in Canvas (No evaluation will be done if both of them are not uploaded)
    • cs47_proj_report.pdf : Project report
    • cs47_proj_source.zip: This zip file needs to contain updated CS47_proj_alu_normal.asm, CS47_proj_alu_logical.asmand cs47_proj_macro.asm. No need to upload other files.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Unit 1 Discussion: Fact Finding and Standardization

  SO I NEED A TOTAL 1 POST AND 2 REPLY POST I HAVE SENT THE 2 POST I HAVE TO REPLY TO AND THE INSTRUCTIONS OF THE POST I MUST CREATE.  

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Java FINAL PROJECT: TINY DISTRIBUTORS

  

In this project you will bring together everything you have learned in this class, including both programming techniques and non-technical skills. 

Tiny Distributors is a small brick and mortar store that sells various items. The owners feel they are at the point in their growth where they would benefit from a presence on the Internet. They have hired Web developers to create the website and pages, but need a Java developer to create underlying functionality. 

The owners have listed the following as the minimum functionality required for this project.

  1. The ability to add, modify, and delete customers
  2. The ability to add, modify, and delete inventory items
  3. The ability to add, modify, and delete customer orders;      a customer order is comprised of two parts: the order header and one or      more line items
  4. The ability to create and print a customer report
  5. The ability to create and print an individual customer      order
  6. The ability to create and print an inventory report      listing all inventory items in stock
  7. The ability to create and print an order report listing      all orders currently open

Although you will not be required to re-submit Phase 1, you may have received feedback for Phase 1 that will affect Phase 2. Please be sure to include any additional information in Phase 2 based on that feedback.

PHASE 2 REQUIREMENTS:

In this phase, you will create the coding needed to complete the functionality for the project. While you will not need to execute the code, all code must be syntactically correct and logically ordered.

  1. Write the class definitions for all classes. Be sure to      include all properties and methods, including the getters and setters for      each class.
  2. Write the code to create an object of each type of      class created in Part 1. The names of the objects created in this part      will be used for further requirements in this phase. Do not populate the      properties here; that will be accomplished in Part 3.
  3. Write the methods that will populate the properties of      each object created in Part 2. For purposes of this part, assume that you      have read the data from a flat file into variables for each property in      the class. These methods will be used for further requirements in this      phase.
  4. Write the code to print out an individual customer’s      information. Your code must read the customer from a file, populate the      object, and display the data from the object.
  5. Write the code to print out an order for an individual      customer. Your code must read the order header from a file, populate the      object, and display the data from the object. Then you must read each line      item from a file, populate the object, place the object in a linked list,      and display the data by reading from the linked list after all the line      items have been added. 
  6. Write the code to print out a customer report. Your      code must read each customer from a file, populate the object, place the      object in a linked list, and display the data from the linked list. 
  7. Write the code to print out an inventory report. Your      code must read each inventory item from a file, populate the object, place      the object in a linked list, and display the data by reading from the      linked list after all items have been added. 
  8. Write the code to print out an order report. Your code      must read each order header from a file, populate the object, place the      object in a linked list, and display the information by reading the linked      list after all orders have been added. 
  9. Write the code that will read the inventory information      from a file, populate the object, and populate a linked list with all the      inventory objects. Then find a particular item in the linked list based on      user input and display the information for that item.
  10. Write an executive summary for the owners of the      company. This should include at a minimum: 

a. the benefits that will be achieved from installing the project 

b. an overview of the functionality

c. how users will interact with the application, including the logical flow of entering the data

d. how you will prevent data corruption from invalid data being introduced into the system. 

WRITING REQUIREMENTS:

Your assignment must follow these formatting requirements:

  • This phase of the project must be in a single Word      document. Parts 1-9 will be reviewed by technical people and must be      correct in syntax and logic. Part 10 will be reviewed by the owners of the      company. It must be of sufficient length to fully develop your plan, it      should be clear and concise, and it should be written in professional      business language. 
  • For Parts 1-9, the code should be single spaced and have      the appropriate indentation for readability. For Part 10, it must be      typed, double spaced, using Times New Roman font (size 12), with one-inch      margins on all sides; citations and references must follow Strayer Writing      Standards (SWS). For more information, consult the SWS link in your      Blackboard course shell.
  • Include a cover page containing the title of the      assignment, the student’s name, the professor’s name, the course title,      and the date.  

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

PA2

https://youtu.be/g-ZFd3qYtRs

https://youtu.be/Mvi_6R22Y_o

Summarize the contents of the video: the Solow growth model and the paper: Prosperity without growth. Both sources are listed above. Also question what is the main reason ostensibly that developed economies need to grow all the time? Is there a limit to the growth? What it means to have prosperity without growth and how? 

make sure answer all question ,4 peer reviewed references, In text citation in APA 6th edition format. 2 pages.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Many believe that cloud computing can reduce the total cost of computing and enhance “green computing” (environmental friendly). Why do you believe this to be correct? If you disagree, please explain why?

Question 1:

Many believe that cloud computing can reduce the total cost of computing and enhance “green computing” (environmental friendly). Why do you believe this to be correct? If you disagree, please explain why?

Question 2:

According to recent surveys, China, India, and the Philippines are the three most popular countries for IT outsourcing. Write a short paper (4-5 paragraphs) explaining what the appeal would be for US companies to outsource IT functions to these countries. You may discuss cost, labor pool, language, or possibly government support as your reasons. There are many other reasons you may choose to highlight in your paper. Be sure to use your own words.

Question 3:

Explain in your own words why you believe planning is important. Select one of the following businesses: a large bank, a government agency, or a hospital, and explain which systems you feel are mission critical. Then explain how the loss of these systems would affect the organization.

Question 4:

Go online and search for information about companies that have been harmed or bankrupted by a disaster. Choose one such company and create a brief case study about it. Successful narratives will focus on the manner in which the organization was impacted, including financial losses, losses of sales, or the need for layoffs. Your assignment should be 3-4 paragraphs in length.

Question 5:

  • 5.1 Provide a brief definition of network access control.
  • 5.2 What is an EAP?
  • 5.3 List and briefly define four EAP authentication methods.
  • 5.4 What is EAPOL?
  • 5.5 What is the function of IEEE 802.1X?
  • 5.6 Define cloud computing.
  • 5.7 List and briefly define three cloud service models.
  • 5.8 What is the cloud computing reference architecture?
  • 5.9 Describe some of the main cloud-specific security threats.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Create a spreadsheet

 

This project requires you to develop a spreadsheet that tracks the cost of elementary school supplies distributed to teachers over a two-month period. You’ll assume the role of Office Manager, who has multiple responsibilities, including distributing and maintaining classroom supplies. For this project, you must prepare an Excel spreadsheet and chart that will be sent to the school District Manager.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now