Employment Relations & Regulations

 

In order to complete assignment #6, you will need to answer the below questions. Please complete the questions in a Word document and then upload the assignment for grading. When assigning a name to your document please use the following format (last name_Assignment #6). Use examples from the readings, lecture notes, and outside research to support your answers. The assignment must be a minimum of the 1-full page in length with a minimum of 2 – outside sources. Please be sure to follow APA guidelines for citing and referencing sources. Assignments are due by 11:59 pm Eastern time on Sunday.

Chapter 10 Immunomedics was alerted that there was some negative buzz about the company in a chat room. The poster used a pseudonym, and therefore the company was unable to identify the poster for lawsuit purposes. The only information the company could ascertain was the poster’s ISP. So the company decided to subpoena the ISP for identity information of the poster in order to file suit against the poster. How should the courts handle these cases, where the company’s complaints may, or may not rise to the level of an actionable legal claim?

Chapter 11 Please read Question #5 on page 362 and then answer the following questions. Should Craigslist be subject to liability for FHA violations? Why or why not? Cite appropriate legal principles when explaining your answer. 

Question 5. Page 362 Users of the popular Internet website Craigslist are able to post advertisements for housing that permit statements regarding the preference, limitation, or discrimination of others based on race, religion, sex, or family status. The Fair Housing Act (FHA), however, prohibits making, printing, or publishing a notice, statement, or advertisement for sale or rental of dwellings indicating preference, limitation, or discrimination based on protected classes. As such, Chicago Lawyers Committee for Civil Rights Under Law, Inc. brought suit against Craigslist alleging a violation of the FHA. In defense, Craigslist claimed that it was immune from liability based on Section 230(c)(1) of the CDA, which protects interactive computer services from liability for unlawful third-party content. Should Craigslist be subject to liability for FHA violations? Why or why not? Cite to appropriate legal principles when explaining your answer. 

IT Project/Programming

 Note – Subject to Change

Open project template to start

Complete the following

Structures for project 

 struct Employee {  

 string firstname; 

string lastname;

int   hours;

int   regHours;

int   otHours;

double regRate; 

double otRate;

double regPay;

double otPay; 

double totPay;

double ficaTax;

double SSMedTax;

double totDecutions; 

double netPay; 

 };  //Structure arrays 

Employee employees[MAX_EMPLOYEES]; 

 Write a program that will calculate the payroll for 3 employees. It will also total the payroll for the company.  

Write functions that will do the following

displayMenu – displays the follows 

 •Press 1 to input employees

•Press 2 to input hours

•Press 3 to calculate payroll

•Press 4 to calculate totals – Extra Credit

•Press 5 to print payroll

•Press X to exit 

 getSelection – gets menu selection and validates input with a switch statement. Use a do while until get valid input. If not valid does the following 

 •Displays error message

•Calls displayMenu

•Gets new input selection 

 processSelection – extra credit to process

inputEmployee that will input the information for 3 employees. Use a for loop

•User input

string firstname;

string lastname;

int empNum;

double regular rate

double ot rate (calculated) 

 inputHours   that will get the total hours worked for each employee.  

 Note Overtime hours will be calculated in the calcPayroll function for hours worked over MAX_REG_HOURS 

 initializeEmployees sets all fields to “” or 0

calcPayroll – Calculates the payroll by using reg hours worked and overtime hours worked. Overtime hours worked is any hours > MAX_REG_HOURS  and is done for you 

 •Calculated fields

otHours – calculated as hours over the maxreghours. If regHours = 48 then OT hours would be 8

regPay (regHours * regRate)

otPay (otHours * otRate)

 totalPay (regPay + otPay)

fica (total pay * fica pct)

socSec (total pay * ss med pct)

totDeductions (fica + socSec)

netPay (totalPay – totDeductions) 

 displayPayroll Displays all fields for each employee on a separate line. Format all money to 2 decimal places. Function will also print the payroll totals and averages 

SAVE AS TERMPROJECT-FD.CPP

Ideas and Business System Types

1. Write a research paper of four pages, not including the title and reference pages. Follow APA 7 Guidelines for in-text citations and references. A minimum of two scholarly journal articles are required.

Textbook Reference: Cloud Computing by Dr. Kris Jamsa 

ISBN: 9781284248203 

Publisher: Jones & Bartlett Learning, 2nd Edition 

  • What is identification as a service (IDaaS)? 
  • What are some of the challenges related to identity management? 
  • What are some of the IDaaS solutions offered by various companies? 

2. Write a paper about the below topic in 250-300 words. Provide at least two APA references for your resource and corresponding in-text citations. 

Textbook Reference: Systems Analysis and Design by Kenneth E. Kendall and Julie E Kendall, 10th Ed.

ISBN: 13: 978-0-13-478555-4 

“System Types”: Describe the type of systems that exists in a Business.

Assignment

 What does a peer review process look like? When does an assessment require peer review? Who should perform the peer review?

400 words minimum APA format no plagarism 

discussion 2

due tonight by 11:59 PM EST…200 words

What are three important online discussion lists or bulletin boards read by people in the cybersecurity field? How did you find them? What major issues are being discussed in each? Which of them do you consider to be most useful? Please provide links to the discussion lists. 

Week 6 Assignment

Select any example of a visualization or infographic, maybe your own work or that of others. The task is to undertake a deep, detailed ‘forensic’ like assessment of the design choices made across each of the five layers of the chosen visualization’s anatomy. In each case your assessment is only concerned with one design layer at a time.For this task, take a close look at the annotation choices:

  1. Start by identifying all the annotation features deployed, listing them under the headers of either project or chart annotation
  2. How suitable are the choices and deployment of these annotation features? If they are not, what do you think they should have been?
  3. Go through the set of ‘Influencing factors’ from the latter section of the book’s chapter to help shape your assessment and to possibly inform how you might tackle this design layer differently
  4. Also, considering the range of potential annotation features, what would you do differently or additionally?

Submit a two-page document answering all of the questions above.  Be sure to show the visualization first and then thoroughly answer the above questions. Ensure that there are at least two-peer reviewed sources utilized this week to support your work.

DQ

While there are many benefits to the use of cryptocurrency, there is also much skepticism from the general public.  Much of this concern centers around legal protection associated with transactions. Search the Internet and outline what legal protections exist for Bitcoin users in the US and other countries.

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.