please discuss “Legal Protection for Bitcoin users in E-Commerce”

  • Please review the following two papers:
    Dickson, B. (2019). How to Keep Your Bitcoin Safe. PC Magazine, 37.
    Retrieved from http://search.ebscohost.com/login.aspx?direct=true&AuthType=shib&db=f5h&AN=138901618&site=eds-live
    Ruslina, E. (2019). Legal Protection for Bitcoin Users in E-Commerce Transactions. Journal of Internet Law, 23(4), 3–6.

    Retrieved from: http://search.ebscohost.com/login.aspx?direct=true&AuthType=shib&db=buh&AN=139556416&site=eds-live
    Discuss the “Legal Protection for Bitcoin users in E-Commerce.” Provide use cases as examples and citations.
    You must do the following:
     1) Create a new thread. As indicated above, please discuss “Legal Protection for Bitcoin users in E-Commerce”.

    RUBRICS

    1. Total grade points: 25/25
    2.  please discuss “Legal Protection for Bitcoin users in E-Commerce”. 5/5
    3. AT LEAST 3 other students’ threads and post substantive comments on those threads. Your comments should extend the conversation started with the thread. 15/15
    4. Conclusions & References: States a conclusion that is a logical extrapolation from the analysis of evidence/data presented. 5/5pt
    5. Conclusion = 2.5; References = 2.5

Building an economy: Government planning vs. entrepreneurial innovation

 

Week 5 Research Paper: Building an economy: Government planning vs. entrepreneurial innovation

Each student will write a short research paper for a peer-reviewed research paper that pertains to the week’s assigned reading.  This will be a detailed summary of the research paper and what you gained from the research.  Each week, you will find an article/peer-reviewed research paper that pertains to the week’s assignment.  If you have a difficult time, Google Scholar is a wonderful location to find these types of articles:

https://scholar.google.com/

Once you find the article, you will simply read it and then write a review of it.  Think of it as an article review where you submit a short overview of the article.

Your paper should meet the following requirements:

• Be approximately 2 pages in length, not including the required cover page and reference page.

• Follow APA6 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.

Assignment

FORENSIC DESIGN ASSESSMENTS

This task relates to a sequence of assessments that will be repeated across Chapters 6, 7, 8, 9 and 10. Select any example of a visualisation or infographic, maybe your own work or that of others. The task is to undertake a deep, detailed ‘forensic’ like assessment of the design choices made across each of the five layers of the chosen visualisation’s anatomy. In each case your assessment is only concerned with one design layer at a time.

For this task, take a close look at the data representation choices:

  1. Start by identifying all the charts and their types
  2. How suitable do you think the chart type choice(s) are to display the data? If they are not, what do you think they should have been?
  3. Are the marks and, especially, the attributes appropriately assigned and accurately portrayed?
  4. Go through the set of ‘Influencing factors’ from the latter section of the book’s chapter to help shape your assessment and to possibly inform how you might tackle this design layer differently
  5. Are there any data values/statistics presented in table/raw form that maybe could have benefited from a more visual representation?

Assignment Link: http://book.visualisingdata.com/chapter/chapter- 6

Assignment Length (word count): At least 500 words (not including direct quotes).

References: At least three peer-reviewed, scholarly journal references.

week-7-BT

From our weekly chapter reading, digital preservation can be defined as the long-term, error-free storage of digital information, with means for retrieval and interpretation, for the entire time span the information is required to be retained.  Though this assessment holds true to the authors, business organizations continue to face significant challenges in meeting their LTDP needs, especially those organizations whose primary mission is to preserve and provide access to permanent records.

Looking at your identified industry for your paper, what considerations would have to be made in developing a long-term archival plan for a company within that industry?

week 12 paper

What is recommendation systems. Follow this up with the analysis of benefits of recommendation systems to:

(a). Customers, and

(b). Sellers.

I need 300 words and 2 references, APA format, Plagarisim report as well

Data Analysis

https://lionbridge.ai/datasets/10-open-datasets-for-linear-regression/
– https://careerfoundry.com/en/blog/data-analytics/where-to-find-free-datasets/
OR ANY REPUTABLE SOURCE OF DATA.
Write a 2 page (minimum) paper.  In the paper, define the problem that you are analyzing.  What is the question that you want to be answered from the data?  What is your hypothesis?
25%:  Analysis of the dataset (explain the data and also perform a statistical analysis).  Speak to which features you kept and why. 
25%: Use the techniques learned in this class and discover at least 1 “AHA” in the data.  By that, I mean that I expect you to discover a relationship between two variables or an INSIGHT into the data.  Explain your findings.
25%: Define which visualization(s) you choose to use and why you chose them.  I expect the visualizations to be professional and readable by themselves without references to anything else.  (I am not going to be looking through your data to try to understand your visual).  Attach your visuals to the end of the document.  Create a Tableau Story that combines your visuals and provide the link to it in the document.
15%: Summarize your work from a social or business perspective.  Why is this important?  How could this insight be used to make a difference?
CITE YOUR SOURCES and add them to the end of your paper.  (I recommend citefast.com.  You can cite all of your sources there and export to word and just add it to the end of your paper.)
In summary – you will turn in:
A 2-page Analysis
A page (or 2) of Visualizations
A list of your sources/references

Vehicle Insurance management system project(OOAD)

  

The project documentation should include the following sections: 

• Title of the project (with the list of project team members); 

• Executive Summary; 

• Table of Contents; 

• Introduction; 

• Project Plan; 

• 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); 

• Functional Tests Plan; 

• System Design Specifications (including System Architectural [Layered, “Physical”] Design Scheme selected; Package Diagram [populated with interrelated classes]; Database Tables; Entity-

Relational diagrams; Window Navigation Diagrams; Drafts of User Interfaces; and Examples of System-Response Report Forms); 

• Integration Tests Plan; 

• Issues to Future Studies; 

• Conclusion; 

• References; 

just need R language commands

 Using dplyr functions (i.e., filter, mutate ,select, summarise, group_by etc. ) and “murder” dataset (available in dslab R package) and write appropriate R syntax to answer the followings: 

a. Calculate regional total murder excluding OH, AL, and AZ (Hint: filter(! abb %in% x) # here x is the exclusion vector) 

b. Display the regional population and regional murder numbers. 

c. How many states are there in each region? (Hint: n ()) 

d. What is Ohio’s murder rank in the Northern Central Region (Hint: use rank(), row_number()) 

e. How many states have murder number greater than its regional average (Hint: nrow() ) 

f. Display 2 least populated states in each region (Hint: slice_min() ) Use pipe %>% operator for all the queries. 

Just need R Language commands for a,b,c,d,e,f. 

Access control discussion 14

Discuss the major components of information assurance.

It must be at least 450 words and have references.

No plagiarism and no grammar mistakes and need APA format.

properly cite the references.