practical connection assignment

 

At UC, it is a priority that students are provided with strong educational programs and courses that allow them to be servant-leaders in their disciplines and communities, linking research with practice and knowledge with ethical decision-making. This assignment is a written assignment where students will demonstrate how this course research has connected and put into practice within their own career.

Assignment:
Provide a reflection of at least 500 words (or 2 pages double spaced) of how the knowledge, skills, or theories of this course have been applied, or could be applied, in a practical manner to your current work environment. If you are not currently working, share times when you have or could observe these theories and knowledge could be applied to an employment opportunity in your field of study. 

Requirements:

Provide a 500 word (or 2 pages double spaced) minimum reflection.

Share a personal connection that identifies specific knowledge and theories from this course.

Demonstrate a connection to your current work environment. If you are not employed, demonstrate a connection to your desired work environment. 

You should not, provide an overview of the assignments assigned in the course. The assignment asks that you reflect how the knowledge and skills obtained through meeting course objectives were applied or could be applied in the workplace. 

wk3_531_B

12. Go to data.gov—a U.S. government–sponsored data portal that has a very large number of data sets on a wide variety of topics ranging from healthcare to education, climate to public safety. Pick a topic that you are most passionate about. Go through the topic-specific information and explanation provided on the site. Explore the possibilities of downloading the data, and use your favorite data visualization tool to create your own meaningful information and visualizations.

relational databases & SQL query language

 1. Each year, there are many emerging technologies and applications. What are the drawbacks -if any- of relational databases when used with the new technologies? Do you think a new database model should be proposed to keep up with the new technologies? 

2. What alternatives are there to SQL query language? Why these alternatives are not as popular as SQL? 

Logical Database Design

 If your boss asked you to create a  database that integrated logical design best practices, what are the  three most important features you would integrate in your end solution?  Remember to not only just state them, but explain why and show examples.  Don’t repeat the same examples of others. That constitutes cheating. 

Instructions

  • This is a required assignment, worth 15 points. The assignment  must be submitted by the due date. Late assignment are not allowed. 
  • You are required to submit a minimum of two postings. Points will be deducted for not fulfilling this minimum requirement.
  • Apply and use the basic citation styles of APA is required. Points are deducted per the rubric for this behavior.
  • Do not claim credit for the words, ideas, and concepts of  others. Use in-text citation and list the reference of your supporting  source following APA’s style and formatting. Points are deducted per the  rubric for this behavior.
  • Do not copy and paste information or concepts from the Internet  and claim that is your work. It will be considered Plagiarism and you  will receive zero for your work. A second offense results in a zero for  the course. A third is termination from the university.

mysql and database (MySql WorkBench)

Show the results (using screenshots) of executing each SQL statement against the database you created for assignment #1. Do not highlight your SQL statement in MySQL Workbench before taking the screenshot (this makes it difficult to read the output).

also show the results of executing a SELECT * … statement against the VIEW. All screenshots and text must be submitted as a single Word document.

Information Security Roles and Responsibilities

This is associated with the Twitter hack of 2020 and is a continued assurance plan to mitigate weakness while outlining the key roles of leaders and their responsibilities. See Below and Attached.

You will submit your roles and responsibilities portion of the final project. Who are the key leaders of the organization specific to how their responsibilities are connected to the security of the organization’s information? You must also identify key ethical considerations. What are the ramifications of key leaders not properly accounting for ethical and legal considerations? What are the key components of information assurance as they relate to individual roles and responsibilities within the information assurance plan? For example, examine the current policies as they relate to confidentiality, integrity, and availability of information. 

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.

Tracking movement of a car with vuejs

 logistics company is trying to improve it’s tracking page to ensure it’s

effective to their clients while monitoring their deliveries .

1. Assuming you receive the following locations from the partner app after 5

seconds .

-1.298982, 36.776811

-1.297459, 36.776747

-1.296193, 36.776726

-1.296097, 36.779236

-1.296151, 36.777637

-1.296215, 36.776693

-1.294252, 36.776586

-1.294048, 36.776790

-1.293973, 36.779118

-1.292622, 36.779075

-1.291844, 36.779049

Animate the ​ driver A​ movement from the first to last location on the Tracking Page

2. Add an info window above the rider image to show ​ driver’s A name and current

locations (use coordinate values).

3. Consider a scenario where ​ driver A whose at coordinate (-1.300355, 36.773850)

initially confirms a delivery and as from the tracking page the driver icon is seen

based on his current position . ​ Driver A later cancels the order 15 seconds later

after confirmation since the client was unreachable , the icon then disappears (as

from the Tracking Page) . The order is then dispatched and confirmed by ​ driver B

whose coordinate (-1.291879, 36.778389) 10 seconds later after it was cancelled .

Driver’s B​ icon based on the current position now appears on the Tracking Page.

Show this transition on the tracking page .

Consider the following :

The application should be web based .

Driver Image ​ https://images.sendyit.com/web_platform/vendor_type/top/2.svg

Tools :

Use the Vue.js Framework (highly recommended) or any Javascript based Frameworks