2 Discussions and 1 Case Study

Discussion 3.1

Why is it so difficult to protect children on the Internet?  What are some of the challenges faced by law enforcement?  You can also list some of the challenges faced by parents.

Discussion 3.2

Why is health care information protected?  Find a case where health confidentiality was violated and share it with the class.  

Case Study 3.1

Choose either Children’s Online Privacy Protection Act (COPPA), the Children’s Internet Protection Act (CIPA), the Family Educational Rights and Privacy Act (FERPA), or the Health Insurance Portability and Accountability Act. In a 3 to 4 page paper (Not including title and reference pages) describe the Act you chose. Provide details behind why the Act was created and any legal cases that either led to the Act being created or that used the Act for prosecution or defense in a case. Use 2 to 3 separate sources and make sure you cite those sources according to APA format.

Writing Requirements

  • 3–4 pages in length  (excluding cover page, abstract, and reference list)
  • Include at least 2-3 peer reviewed sources that are properly cited
  • APA format, Use the APA template located in the Student Resource Center to complete the assignment.
  • Please use the Case Study Guide as a reference point for writing your case study.

 

Java- Play Tetris

 

Java programming need to develop game Play Tetris 

 Due Date: March 3

Need full solution: Problem Coverage 100% and 100% code path test coverage

 Please feel free to improve and resubmit your code as many times as you like (before the deadline) in order to improve your score. 

Practical Connection

 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.  
  • Use of proper APA formatting and citations. If supporting evidence from outside resources is used those must be properly cited.  
  • 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.

Asset Management

Develop and use information classification guidelines.
Understand information handling and labeling procedures.

it should follow APA citation rules. Please be sure to proofread, spell and grammar check your paper prior to submission. This SyncSession paper should be 1-2 pages long, not including the title page and reference page. Please use Times New Roman, 12 point font. Please double-space your paper.

Module 3

 

Adding More Event Handlers to Your Controls and Writing Utility Methods

This week we will add more event handlers and functions to the course project. View the videos provided in the Project Video Links for instructions and details to help guide you through your efforts. Links to other files you need are listed below.

For each of the following

  

CS 315  

1. For each of the following operations determine the result in $t0. The answer should either be expressed in hexdecimal or binary in 4 bit groups (nibbles). Given the following:

$t1 0x3FFF 7FFC

$t2 0XFFFF 0000

$t3 0x0000 FFFF

a.  and $t0, $t1,$t2

b.or $t0, $t1, $t3

c. nor $t0, $t1, $t2

d. xor $t0, $t1, $t3