Discussion – Information Governance (Regulations and compliance)

 Important Note: Please write this topic on   Impact of Health Information Technology on Patient. Since this is my final topic.Attaching the introduction which I submitted 

Chapter Eight (8): Information Governance and Legal Functions: According to the authors, Smallwood, Kahn, and Murphy, IG is perhaps one of the functional areas that impact legal functions most. Failure to meet them could be literally put an organization out of business or land executives in prison.   Privacy, security, records management, information technology (IT), and business management functions are very important.  However, the most significant aspect of all of these functions relates to legality and regulatory compliance from a critical perspective. 

For this discussion, identify the industry you will be writing about in your final paper and discuss the regulatory compliance requirements that the company has to meet and the corresponding security, privacy, and records management functions that would need to be enabled for that organization. Remember to cite your sources and critically respond to two other learners.

Please make your initial post and two response posts substantive. A substantive post will do at least two of the following:

  • Ask an interesting, thoughtful question pertaining to the topic
  • Answer a question (in detail) posted by another student or the instructor
  • Provide extensive additional information on the topic
  • Explain, define, or analyze the topic in detail
  • Share an applicable personal experience
  • Provide an outside source (for example, an article from the UC Library) that applies to the topic, along with additional information about the topic or the source (please cite properly in APA)
  • Make an argument concerning the topic.

At least two scholarly sources should be used in the initial discussion thread. Be sure to use information from your readings and other sources from the UC Library. Use proper citations and references in your post.

Mobile -4

 

“Interactive Design involves understanding users, developing prototypes, and evaluating and refining the product in a participative manner” (Jones and Marsden).

Can you give an example of 

a) where you KNOW this was done, or 

b) where you THINK  this was done, or 

c) where you think this was NOT done…and that was a problem?

Do not simply name a mobile application – tell us why you think what you think.

Cloud computing and website user experience

Question 1

Read Chapter 3 – https://opentextbook.site/informationsystems2019/chapter/chapter-3-software-information-systems-introduction/

The move to cloud computing continues to progress at a very rapid pace. Many companies are taking advantage of the benefits and features cloud computing offers in the form of Infrastructure as a Service, Platform as a Service, and Software as a Service. Regarding software, consider what applications your company uses. What applications are possibly outsourced to a cloud service provider? For example, your company may be using Microsoft Office 365 for email and office suite applications. Beyond this, what more specific software is your company currently using which may be cloud-based. Why are they using this system and what benefit does using the cloud for this service provide?

Your response should be 250-300 words. Follow APA 7 guidelines for references.

Usability Journal

Read Chapters 5 and 6, Interaction Design 5th Edition

Each day, we use the Internet on our personal computers and mobile devices to access information and purchase goods. Websites often have their own mobile form factor while others maintain the same Website user experience, creating challenges when trying to use navigation, overcome errors, search, and complete the most mundane tasks. For this assignment, you are to review a website as well as a Mobile Site. For example, you would evaluate Amazon.com on Microsoft Edge (PC) and Amazon.com on your iPhone using Safari. Conducting a heuristic evaluation (self-evaluation), you will write an assessment on each Website answering the following questions: 

  1. What Website did you evaluate?
  2. What industry does the company participate in?
  3. Looking at the online website, address three issues that require revision? For each issue, please provide a screenshot and explicitly mark why you feel this issue is problematic.
  4. Looking at the online website, how would you suggest that the issues requiring revision are corrected based on what you have learned in the class so far?
  5. Moving to the mobile site, compare those same three features. Did you find the user experience to be problematic or better suited for the mobile form factor?
  6. With the mobile site, how would you enhance the experience for those same issues you found on the Website to be problematic. 

This paper length is 4 -6 pages. Since this is a personal review of a website, sources are not necessary. However, you are still to follow the APA format in presenting the paper. Assignment should be in a separate word document.

Capture the Flag (CTF) Write-Up

 

The individual CTF challenge is made up of 100 challenges separated into 10 categories of 10 challenges. You may choose which challenges you want to attempt and may attempt multiple challenges from the same category. Once you have attempted any of the 10 questions out of the 100, proceed to the CTF Challenge Write-Up. For this Project:

  • Review the Capture the Flag (CTF) Challenges and pick 10 to solve.
    • You can check your answers with the “CTF Answer Checker” in the quizzes section of the course
    • You can keep submitting your CTF answers until you get 10 correct
    • This will not affect your assignment or course grade
  • When you have attempted 10 challenges:
    • Follow the instructions in the Capture the Flag (CTF) Write-Up Template to answer follow-up questions on your CTF experience
    • For the Write-Up, you should list the 10 challenges you attempted and explain at least 2 challenges that you actually solved to complete the assignment
    • You do not need 10 “correct” solves; rather, focus on what you learned from the challenge(s) you solved and also those you did not solve

Unit 3 Assignment: Smith, Smith, Smith and Smith

See attached File APA Format

Smith, Smith, Smith, and Smith is a regional accounting firm that is putting up a new headquarters building. The building will have a backbone network that connects eight LANs (two on each floor). The company is very concerned with network errors. Write a 2-3 page paper on what advice you would give regarding the design of the building and network cable planning that would help reduce network errors. Create a network diagram based on your suggestions for the company. 

See the attached document for complete instructions and grading rubric. Submit your completed assignment to the above submission link by 11:59 p.m. EST, Sunday of Unit 3.FitzGerald, J., Dennis, A., & Durcikova, A. (2021). Business data communications and networking. Hoboken, NJ: Wiley. 

Given the following code

Given the following code:

05 IMPATIENS-COLOR PIC 9.

88 RED VALUE 1.

88 PINK VALUE 2.

88 ORANGE VALUE 3.

Write the EVALUATE statement to validate this input.

Write the code to count the number of occurrences of the digit 6 until the first space is encountered in ITEM. Use A-COUNT as the storage parameter.

Write the PROCEDURE DIVISION code segment to sum all the numbers from 1 through 100. Use an in-line PERFORM UNTIL.

Write the PROCEDURE DIVISION code segment to sum all the numbers from 1 through 100. Use a PERFORM paragraph-name ..TIMES.

Given the following code:

MOVE 10 TO NUM

MOVE 1 TO TOTAL

PERFORM 200-TOTAL-RTN 5 TIMES

200-TOTAL-RTN.

MULTIPLY TOTAL BY NUM

DISPLAY TOTAL..

a) Recode this using an in-line PERFORM N TIMES.

b) What is output?

How do you create an object of a class, in COBOL?

Write the code to test if ITEM contains both letters and numbers.