BI_Discussion_3

 Create a discussion thread (with your name) and answer the following question:
Discussion (Chapter 3): Why are the original/raw data not readily usable by analytics tasks? What are the main data preprocessing steps? List and explain their importance in analytics. 

Add 3 References.

LOOKING FOR NATIVE WRITERS

Looking For Native Writers

I am Looking for  *EXPERIENCED* Writers that can be able to handle 10-20 pages a day with, Top notch Grammar. Well constructed Paragraphs with Topic Sentences. They should be familiar with Spss and Data analysis tools will be an advantage

If you know you can’t meet High grammatical standards don’t engage me. 

Email your samples to firstlanedollarshumanresource at g.m.a.i.l c.o.m indicating your name in the subject of your email and phone number

Call 0700152748

Part 3 – Database Administration and Data Governance

 

Assignment Content

  1. Based on your previous work in the previous week, create a 700-word entry in your Database Management Plan. You will use information from this entry in your presentation due in Week 6. Ensure you:  
    • Evaluate and assist company decision makers in understanding the importance of database administration and data governance in relation to building scalable and robust applications.
    • Describe how SQL constructs could be used to create data definition language (DDL) and data manipulation languages (DML).
    • Explain how the design would be checked from each role’s perspective, according to the information they require.
    • Use these roles as an example:
    • The administration team needs access to records and permission to update and enter new data.
    • The development teams need to write the expected transactions relatively easily, which might depend on the degree of normalization.
    • The application team needs access to any and all data to manage the interface.
    • Submit your assignment.

Building Secure Web Applications

 

1) 

Learning About OWASP

Visit the OWASP website. 

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.

Safe Assign is software that verifies the originality of your work against on-line sources and other students.

2) 

Do a bit of research on CWE, Common Weakness Enumeration.

Write a brief overview of their scoring system.

Pick one of common weaknesses identified on their site and describe it.

Your assignment should be 200-300 of your own words wth references and citations

Visualizing Word Frequencies with Pandas Library

Critical Thinking Assignment: Visualizing Word Frequencies with Pandas Library 

Create or download any text file (1-2 pages). Feel free to add any text data to it if necessary. Write a program to visualize the word frequencies of this text file using the Pandas data manipulation library. Explain how the program works and how it can be utilized to support an organization’s requirements.

Requirements:

  • Maximum four to five pages in length is required.
  • You must include program code and results.
  • You must include an explanation about how the program works.
  • You must show your work for full credit.
  • You must include a minimum of three credible sources. Use the Saudi Electronic Digital Library to find your resources.
  • Your paper must follow Saudi Electronic University academic writing standards and APA style guidelines, as appropriate.

You are strongly encouraged to submit all assignments to the Turnitin Originality Check prior to submitting them to your instructor for grading. If you are unsure how to submit an assignment to the Originality Check tool, review the Turnitin Originality Check Student Guide.

Security Design principles

After  reading chapter 1, compare and contrast two fundamental security design  principles. Analyze how these principles and how they impact an  organizations security posture.You must use at least one scholarly resource.  Every discussion posting must be properly APA formatted.

Page 34-37 serves as good introduction to the topic

cyber law

1. Assignment 1  

Complete the following two steps:

A. On the discussion forum, please describe the reasons for having a totally anonymous means of accessing the internet. Please also discuss the dangers of that same internet. Minimum 250 words.

B. Respond to two classmates’ postings. Minimum 100 words per posting.

2.Assignment 2

 

Module 12 Assignment: The Silk Road and the Darknet: The case of William Ross Ulbricht

Module 12 Assignment

 

Module 12 Learning Resources: the Darknet

https://www.investopedia.com/insights/what-dark-net/ 

1. Using a Microsoft Word document, please discuss the case involving the United States of America versus Ross Ulbrecht. Please include what took place at the United States Supreme Court.

2. The minimum word count shall be not less than 500 words.

The Meat Lady Dilemma

 Mrs Parker owns and operates a meat shop that processes and packages parcels of minced meat that is being sold to schools in the US. Her scales are all calibrated to perform measurement in pounds, however when the parcels are packaged, they need to be labelled in ounces. Mrs Parker has established that 1 pound is equivalent to 16 ounces. In each production cycle, 250 packs of meat are processed and the weight in pounds varies for each package. Mrs Parker is also interested in knowing the total costs, the total revenue and the total profit of each production run, given that the costs to produce and package an ounce of meat is US $0.25 and that the selling price of an ounce of meat is US $0.55. Because you are a budding Software Engineer, she has sought your assistance in creating a software solution that can be used within the business establishment. 

Required: A. Specifically identify the type of control structure which is needed to process the meat in each production run and provide a reason for your choice (4 marks) 

B. Your solution needs to represent the meat packages which are to be processed, how would you represent this appropriately in your program and what has guided your choice?  (4 marks) 

C. Construct a C# program that will solve Mrs Parker’s dilemma by making use of the choices made above. 

i. Implementation of the control structure to process the meat (2 marks) 

ii. Implementation of the meat packages to be processed (2 marks) 

iii. Calculation of costs, revenues, and profits (6 marks) 

iv. Appropriate program outputs displayed to the user