HIPPA Controls

Overview:

In your position as the IT manager at your local hospital, and during the last executive

meeting, your CIO asked you to check the compliance of your security framework with

HIPPA. He asked you to write a 2-3-page white paper, in which you will elaborate on the

main types of risks to information systems.

Instructions:

As you are not familiar with HIPPA, you have decided to search the web for a full text of

HIPPA to cover the following points from the HIPPA perspective:

• Describe the types of controls required to ensure the integrity of data entry and

processing and uninterrupted eCommerce.

• Outline the principles of developing a recovery plan.

Requirements:

• This assignment is a paper consisting of 2-3 pages, using APA formatting and

citations.

• Include two references.

summary paper, 1000 words

This is the link to the paper: https://arxiv.org/pdf/1602.04938.pdf

After you read the paper you will summarize the paper in 1000 words.

While summarizing the paper you should be answering few questions throughout your summary.

1. What is the problem?

2. Why is it interesting and important?

3. Why is it hard? (E.g., why do naive approaches fail?)

4. Why hasn’t it been solved before? (Or, what’s wrong with previous proposed

solutions? How does this differ?)

5. What are the key components of the approach and results? Also include any

specific limitations.

6. Can you think of counterexamples for examples given?

7. Is the approach clearly described? Can you outline the steps or summarize the

approach?

8. Does the work address the problem stated earlier in the paper? How?

9. Does the approach seem objective? Clearly state how?

10. Wrap up your paper by answering What is the conclusion of the research?

DForsnisc-we-6

Describe the plain view doctrine, and why  it has such a significant impact on digital forensics? What are three approaches to determining whether the doctrine applies to a specific case.

350 words

IDM W 4 Midterm

 

You have been asked by management (manufacturing, healthcare, retail, financial, and etc. ) to create a demo using a data analytic or BI tool. It is your responsibility to download and produce outputs using one of the tools. You will need to focus your results on the data set you select.  

Ensure to address at least one topic covered in Chapters 1-5 with the outputs. The paper should include the following as Header sections.

Introduction
History of Tool [Discuss the benefits and limitations] Review of the Data [What are you reviewing?] Exploring the Data with the tool
Classifications Basic Concepts and Decision Trees
Classifications Alternative Techniques
Summary of Results
References (minimum of 2 – each must be cited at least once (of course)).

Ensure you adhere to APA7 

Types of Data Analytic Tools

https://www.octoparse.com/blog/top-30-big-data-tools-for-data-analysis/
Excel with Solver, but has limitations
R Studio
Tableau Public has a free trial
Microsoft Power BI
Search for others with trial options

Examples of Dataset

https://www.forbes.com/sites/bernardmarr/2016/02/12/big-data-35-brilliant-and-free-data-sources-for-2016/#4b3e96f1b54d

Please include the Data Analytic Vendor Name and URL. It will also be helpful to list the pricing and trial options. 

part 4: Administration and Validation

 

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:
    • List the benefits of data administration compared to database administration.
    • Propose an effective data governance program.
    • Define the standards and approaches for the validation of database and application code.These include coding standards, expectations for what has been checked at each stage of testing (unit test, system test, user test), expectations for code review or inspection, etc.
    • Submit your assignment.

Discussion 6

Select from the following list four (4) topics and discuss. Use only 50-words max per topic to discuss and present your answer.  The discussion questions this week are from Chapter 7 (Jamsa, 2013).

Chapter 7 topics:

  • Define collaboration.
  • Define and describe cloud-based collaboration.
  • The CIO of Ace Accounting Services suggests that the company can save considerable money using VoIP for phone calls. Define and describe VoIP. Then present three companies that provide VoIP offerings. Compare and contrast each company’s offering. Also, discuss whether or not you agree with the CIO and justify why.
  • List the questions one should consider when evaluating a cloud-based collaborative solution.

NOTE: You are required to use at least two-peer reviewed sources (besides your textbook) to answer the above questions

Core Solutions of SharePoint Server 2013 and Policy

 

Assignment Content

  1. The director of Information Technology (IT) has indicated that the Board of Directors is compiling a corporate portfolio on ethics and has asked all departments to contribute information on how to write policy statements that reflect a code of ethics. The director of IT has asked for you to provide an example of a policy statement that reflects work you do in IT administration.

    Research the cultural and global political considerations for the use of a sharing service as presented in the lab and the data which could be hosted and made available via the Internet. Reflect on the idea that some issues, such as keeping data unalterable, could transcend cultures, while other IT choices could depend on your cultural perspective.

    Consider the following:

    • How cultural perspective could impact the security decisions of an administrator setting up SharePoint® Server 2013 citing choices that were made in the labs
    • Global political issues, such as corruption, human rights, and rights to privacy in the U.S. and Key Nations, based on your readings and discussions this week
    • Write a 1- to 2-page example of a policy statement using Microsoft Word. Complete the following in your document:
    • A brief description of the types of data that are hosted and made available via the Internet using SharePoint® Server 2013. Include at least 2 types.
    • At least 2 cultural or global political considerations for sharing services (e.g., privacy rights)
    • Your opinion regarding any IT choices that seem to transcend culture
    • At least 1 example of choices you have when administering SharePoint® Server 2013 that could depend on your ethical stance
    • A brief policy statement for configuring SharePoint® Server 2013 that aligns with your ethical stance on data integrity (e.g., “The organization will seek to protect confidential and proprietary information when configuring SharePoint® Server 2013.”)
    • Cite any references to support your assignment.

      Format your assignment according to APA guidelines.

       

Python Porgramming List Comprehension

 

Convert the following from a list comprehension to a non-comprehension, i.e. regular Python code.

Hint: Use 2 nested for loops

x1 = [1,2]
x2 = [3,4]

print("B:", [(x, y) for x in x1 for y in x2])
Output:
B: [(1, 3), (1, 4), (2, 3), (2, 4)]

implement a “prototype” database system application / ERD diagram for an eCommerce social-network system

 

The goal of the project is to implement a “prototype” database system application / ERD diagram for an eCommerce social-network system called UCOnline where users can explore information about books/music/software, rate your purchase, identify purchase price and see ratings of their friends.

 The project will require you to complete the assignment individually. Below you will find the ERD deliverable requirements. There are two parts to the assignment. You must create a diagram using a diagramming tool AND provide a written text-based document explaining your relationship mapping (systems analysis use case document). The assignment is worth 350 points. See rubric for grading scheme. 

BUSINESS REQUIREMENTS ACROSS ALL ASSIGNMENTS

You will work with book/music/media information, user information, ratings of books, and users’ social network

  • Each book has an id, title, publication date, publisher, ISBN, functional category, page count, price (publisher), and product description
  • There are 3 categories of book: fiction, non-fiction, and specialty
  • There are 2 categories of music: digital and media-based
  • An author can write one or more books.
  • A musician can be a solo artist, part of a group, or both
  • An author can also be associated with one or more publishers.
  • A musician/group/act can be associated with one or more music houses
  • An author’s book can have one or more editions.
  • A song and or album can have more than one version/edition (i.e. EP, LP, CD, DVD etc)
  • A publisher can have many authors and many books.
  • A record company can have many artists associated and many albums associated with it. 
  • A record company can also be the publishing company (i.e. self-publishing)
  • Many ISBNs can also be associated with a given publisher but only one ISBN per form of medium (ie the ISBN is the PK no matter what).
  • An author can write many books.
  • An artist can write many songs, albums etc.

UCOnline needs to keep track of user ratings for each item sold in the online store (e.g., 1-5 and 1 for ‘Dislike’, to 5, for ‘Awesome!’).

A particular user rates a particular item at a given time.

A user CANNOT rate the same multiple times unless there are multiple editions of the item. Each edition can be rated separately.

Each user who submits a rating will be identified by a unique id and has a name, gender, age, and location. Nothing is anonymous.

There is also a social network between users. Users can send communication requests (i.e. instant messages/emails) to other users. Such requests can be accepted or ignored. Once accepted, the two users are considered ‘book buddies.’ If ignored, the user can send the request again. We want to add a store when the requests were sent (timestamp), the result of the requests and when the request was answered (timestamp).

Discussion week 3 infotech global

 

Question: Today’s Global Economy is very top-down driven with the government making all the decisions and regulations as it relates to doing business globally.  What are some advantages and disadvantages of this approach?  Is there another approach that might work better?

  • Provide extensive additional information on the topic
  • Explain, define, or analyze the topic in detail
  • Share an applicable personal experience
  • please cite properly in APA
  • Make an argument concerning the topic.
  • Your initial post must be at least 250 words 

No Plagirsam