Research paper

1.  

We have viewed how Blockchain has made a significant impact on businesses and industries.  Select one industry and highlight the advancements Blockchain has had on that single industry.

Your paper should meet the following requirements:

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

• Follow APA guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.

• Support your response with the readings from the course and at least five peer-reviewed articles or scholarly journals to support your positions, claims, and observations. 

• Be clear with well-written, concise, using excellent grammar and style techniques. 

2.   While there are many benefits to the use of cryptocurrency, there is also much skepticism from the general public.  Much of this concern centers around legal protection associated with transactions. From your research, discuss what legal protections exist for Bitcoin users in the US and other countries(250 words)

Quatro

Deliverables:

SOFTWARE VULNERABILITY ASSESSMENT

PROCUREMENT POLICY LIST

SOFTWARE ACCEPTANCE POLICY

TEST SCRIPT PROCEDURES

SUPPLY CHAIN CYBER SECURITY RISK REPORT- two- to three-page narrative

ACQUISITION ALIGNMENT REPORT – one-page plan

SUPPLY CHAIN RISK MITIGATION FINAL REPORT- five to seven pages

SA – Discussion

This weeks reading mentioned various types of mobile attacks. In your own words state what types of attacks exists and the method of approach you would utilize to address the attack in an enterprise setting.

  Please state your answer in 500 words  with APA format. 

CS-340 2-1 Assignment:CRUD in MongoDB

 

Overview

To understand and make use of any database system, you must learn various techniques associated with the fundamental operations of create, read, update, and delete (CRUD). For this assignment, you will begin by creating databases of document collections and performing basic reading or querying operations to retrieve specific documents from the database system. You will also gain practice updating documents and subdocuments, and removing documents from a database. You will use the mongo shell and mongoimport commands to complete this assignment.

Note: Since this is the only assignment for Module Two, it is longer than a typical assignment. Be sure to begin working on this early in the week.

Prompt

After completing the textbook reading and reviewing the mongoimport tool documentation in the module resources, complete the following tasks using the mongo shell in Apporto.

  1. The data set for this assignment, city_inspections.json, has already been loaded into the Apporto environment for you. Using the mongoimport tool, load the database “city” with documents found in the city_inspections.json file into the “inspections” collection. Complete this by typing the following commands in the Linux terminal to perform the import in the right directory:
    cd /usr/local/datasets/ #change into the Apporto directory with the data sets mongoimport --db city --collection inspections ./city_inspections.json #mongo import utility
    TIP: In any Linux systems, commands must be exact and use proper syntax and case sensitivity.
  2. Verify your load by switching to the “city” database and issuing the following queries in the mongo shell:
    1. db.inspections.find({"id" : "10021-2015-ENFO"})
    2. db.inspections.find({"result":"Out of Business"},{"business_name":1}).limit(10)
    3. Provide screenshots of the results as evidence.
  3. Using the appropriate commands in the mongo shell, insert a document to the database named “city” within the collection named “inspections.” Use the following key-value pairs as data for your document.
    KeyValueid“20032-2020-ACME”certificate_number9998888business_name“ACME Explosives”dateToday’s dateresult“Business Padlocked”sector“Explosive Retail Dealer-999”addressnumber -> 1721
    street -> Boom Road
    city -> BRONX
    zip -> 10463
    Be sure the address is inserted as a sub-document, and use the JavaScript function Date() for “Today’s date.” Verify your database creation and insertion using the findOne() function in the mongo shell. Provide a screenshot as evidence.
  4. Answer the following questions using MongoDB queries.
    1. What is the distinct list of inspection “sector” in the current inspections collection? How many are in the list? Do not count by hand.
    2. What is the difference in the date data type for the business named “AUSTIN 2012” versus your business document insertion of “Acme Explosives”?
    3. How many businesses have a “Violation Issued”? (See Value column above.)
    4. Verify by providing screenshots of the queries and results as evidence.
  5. Using the appropriate command in the mongo shell, update the document with the ID “20032-2020-ACME” in the collection “inspections” in the database “city” with the information below.
    KeyValuebusiness_name”New ACME Flowers”result”Business Re-opened”comments”Flowers after the explosion”
    Verify your database update using the appropriate find() function in the mongo shell. Provide a screenshot as evidence.
  6. Using the database “city” with documents found in the “inspections” collection, perform the tasks listed below. Verify by providing screenshots of the results as evidence.
    1. Update all the documents that contain the key-value pair “city”:”ROSEDALE” in the address subdocument by changing the zip code in the address subdocument to “76114”.
    2. Remove the first document with the key-value pair “result”:”Violation Issued.”
    3. Guidelines for Submission
      Submit a Word document containing all of your screenshots. Use a screenshot tool, such as the Snipping Tool, for your screenshots and be sure to enlarge the images in the Word document before submitting. This will help make sure that your screenshots are an appropriate size for your instructor to be able to read them. Refer to this Use Snipping Tool to Capture Screenshots guide for help with taking screenshots.

VBA assignment

Being able to step through VBA code and debug code is a vital part of creating sound and useable code. Explain what debugging is and why it’s important. Include a discussion of static analysis vs. dynamic analysis.

  • Prepare a quality, substantive journal post that addresses the objectives of the assignment and the expectations set forth in the grading rubric. 
  • 300 words minimum is required. 
  • Use APA format

Task

Write a program in C++ which prompts the user to enter 2 numbers and displays their average on console.

final project draft and main version

  

Final Project (Interactive Solutions)

Project Description:

Currently, the world is going through a crazy epidemic (COVID-19). I hope all is well and are being safe. There are numerous data available online about COVID-19, such as COVID new cases per state, fatalities per country. As a data scientist, you are in charge of building an interactive chart that depicts numerous angles (at least three).  

Activities:

1. Data Acquisition, Examination, and Transformation.

a. Collect the dataset you are planning to use within your project.

b. Data Examination 

i. Examine the dataset to determine how you want to create an interactivity design and briefly explain your Solution.

c. If needed, perform Data Transformation

i. Perform data transformation techniques such as data cleansing, conversion, creation, and consolidation on the dataset.

ii. Record the transformation activities you performed on your dataset.

2. Data Exploration

a. Decide how you want to present the data.  

b. Decide the tool you would like to create the interactive Solution. The tool could be a developer’s tool or non-developer’s tool.

c. If you are not familiar with the tool, complete a tutorial. The reference below includes links to different types of interactive tools and tutorials.

3. Interactive Solution

a. Design and develop an interactive solution.

b. Explain the challenge you encounter.

c. Explain how to avoid such occurrence when and if you decide to go live/production.

4. Proposed Dynamic Solution

a. Explain how you would modify your solutions that allow the data to change (dynamic) with a database continually. 

Deliverables:

Word file with writing about the following:

· Data Acquisition, Examination, and Transformation [10 points]

· Data Exploration [10 points]

· Interactive Solution [40 points]

· Proposed Dynamic Solution [10 points]

· Screenshots of the different angles of the interactive Solution [4 points]

· APA formatting required. [5 points]

· At least five pages including cover page and reference list [1 point]

Submit a draft copy by 23 November 2020 at 11:59 PM and the final version on or before 30 November 2020. Draft copy submission is available in the week 13 folder while the final submission will be open during week 14

· Draft submission should include at least the Data Acquisition, Examination, and Transformation section [5 points]

· All other sections [75 points]

Resources:

1. https://thenextweb.com/dd/2015/04/21/the-14-best-data-visualization-tools/

2. https://www.d3-graph-gallery.com/index.html

Easy Computer Assignment

 

  1. Download the attached data file Snow19.accdb and then save it as SnowRemoval19.

*Make sure you know the location where you are placing your saved file before you continue with step 2.

  1. Use the Form Wizard to create a Form based on the Clients table. Select all fields for the form, use the Columnar layout, and specify the title ClientContactInfo for the Form.
  2. Display the Form in Layout view, and then apply the Organic theme to the ClientContactInfo Form only.
  3. Switch to Form View, and use the Client Contact Info Form to update the Client’s table as follows:Use the Report Wizard to create a Report based on the primary ServiceAgreements table and the related Invoices table. Select all fields from the ServiceAgreements table, and select the InvNum, InvDate, InvAmt, and Paid fields from the Invoices table. Do not specify any additional grouping levels and sort the detail records by the Paid field in descending order. Choose the Outline layout and Landscape orientation. Specify the title InvoicesByAgreement for the report.
    1. Use the Find command to search for pony anywhere in the Company field to display the record for the Pony Grill (Client ID 21). Change the Street field value in this record to 8930 Saddle Brook Way.
    2. Add a new record with your first and last names in the First Name and Last Name fields.
  4. Display the report in Layout view. Change the report title text to Invoices by Agreement.
  5. Apply the Organic theme to the InvoicesByAgreement report only.
  6. Resize the Service Type label so it is about half the width it used to be and resize the Amount field value box so the value in it is right-aligned with the values in the ClientID and DateSigned field value boxes.
  • In case you need help with any step, contact me immediately please.
  • In the event you turn your assignment improperly completed, you need to write a note and explain what step/s you did not properly complete and what you were doing that did not work. You need to be specific and as clear as possible. I need to understand your approach in order to be able to help you better.
  • The last opportunity to turn this assignment and get a chance to resubmit it in case you need to do it to ensure a better grade is Thursday, in that case you will have until Saturday to resubmit your assignment one more time with the necessary corrections to secure a great grade.

Ethical issues in technogy 'continuation'

  

PREVIOUS  ASSIGNMENT

Set up a MS Word document to include both of the following steps:

Step 1:

You will research information about an ethical issue and an emerging technology. 

• Find at least three (3) sites that identify and describe the ethical issue that you want to research• Enter these into a Word document• Find at least three (3) sites that identify an emerging technology of your choosing• Enter these into the Word document as well• NOTE: Your chosen ethical issue and your chosen emerging technology must be related in some wayFor instance, if social media is your emerging technology, then choose an issue that is ethically related to that  emergingtechnology• Keep all (6) URLs in the Word document.▪ NOTE: URL means address of a Web page

Step 2:  

Create a bibliography (reference page) using the Word references feature. 

Include each of your sources. Use the resources available on the GCF LearnFree website  on “How to create a bibliography or works cited page in Word.   

Once you’ve been through the above site, 

•  •  ▪  ▪ For each of your 6 URLs (from Step 1), create a source through MS Word’s Citations and Bibliography section ▪ Have MS Word generate your Bibliography or Works Cited table to include APA-style information on your 6 sources▪ Enter your Bibliography or Works Cited table into the Word document

CURRENT ASSIGNMENT

When you did your MS Assignment #1, you chose self-driving cars as your emerging technology and their negative impact as your ethical issue.

Also,

– There are statements made throughout that are not backed up by any citations.

– Make sure you have at least 6 references under the “Bibliography” section in APA style.

– You didn’t really connect your emerging technology to the ethical issue in a convincing manner.

– You’ll get a chance to provide more on the above items, when you do the final draft; that is, the next assignment.

MS Word Assignment 4

Update your MS Word Assignment #3 by iincorporating  the feedback you received on that Assignment 3 (the initial draft) to arrive at your final draft: your MS Word Assignment 4.

Ensure to format your paper according to the APA formatting style.  It should include:

· Title page

· Table of Contents

· Abstract

· Body of paper with sources credited parenthetically

· See the explanation on this below

· References page (having at least 6 sources in APA style)

Submit this final draft document (one Word file) by clicking on the MS Word Assignment 4 link.

What Should the Body of Paper Include?

The body of your paper should include:

· Introduction: The introduction begins by introducing the broad overall topic and providing basic background information.  It then narrows down to the specific research question relating to this topic.  It provides the purpose and focus for the rest of the paper and sets up the justification for the research.

· A brief explanation of your choices. The body should tell why you chose that particular “Ethical Issue” and “Emerging Technology”. Explain in detail on what you discovered.

· Explain the benefits and limitations of the emerging technology that you have chosen to write about. Details should be supported by your research.

· Evaluate the ethical issue that you have chosen. Relate this issue to the identified emerging technology (above). Support your opinion by citing facts learned in your research.