5/3 discussion

  1. Read the articles:
    1. The Growth of Intellectual Property: A History of the Ownership of Ideas in the United States
    2. Key Cases and Definitions in Intellectual Property Law
    3. The article you chose from the United States Department of Justice: CCIPS Documents and Reports
  2. In the discussion linked below, respond to the following prompts:
    1. Describe the similarities and differences in the types of intellectual property (IP) that should be protected. Why should those protections be allowed? Explain your position.
    2. After reviewing the definition of intellectual property (IP) and the article you selected to read on IP rulings or legislation, what areas of concern still exist for protecting the IP that have not been addressed?
    3. What future concerns do you anticipate could be a problem for IP?
  3. Your initial post should be a minimum of 300 words

Information Governance Discussion

 Question:

We learn from our readings that the use of mobile devices in our society today has indeed become ubiquitous. In addition, CTIA asserted that over 326 million mobile devices were in use within The United States as of December 2012 – an estimated growth of more than 100 percent penetration rate with users carrying more than one device with notable continues growth. From this research, it’s evident that mobile computing has vastly accelerated in popularity over the last decade due to several factors noted by the authors in our chapter reading. In consideration with this revelation, identify and name these factors, and provide a brief discussion about them.

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 one scholarly source 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.

No Plagiarism*******

References****** 

Pain Job Estimator

  

Pain Job Estimator
A painting Company has determined that for every 115 square feet of wall space, one gallon of paint, and eight hours of labor work will be required. The company charges $20.00 per hour for labor. Write a program that asks the user to enter the square feet of the wall space to be printed and the price of the paint per gallon. The program should display the following data:
1- the number per gallons of pain required.
2- the hours of labor required
3- the labor charge
4- the total cost of the paint job

Cloud Backup Services

 

Research, evaluate, and discuss cloud backup services. For example, there is box.com; dropbox.com, and carbonite.com. Discuss how the services work, the risks, benefits, and costs to the services. Why would a small business or home office use cloud backup, and recovery services?

http://www.pcmag.com/article2/0,2817,2288745,00.asp

http://www.tomsguide.com/us/best-cloud-backup,review-2678.html

http://searchdatabackup.techtarget.com/definition/cloud-backup

 

Directions: APA format. 4-5 pages

 Purpose and audience: Addresses purpose effectively, use assignment to explore topic’s intrinsic interest, shows full understanding of issues, engages the audience, establishes credibility, uses headings, format, and citation in APA style (where relevant) effectively.

Organization:  Focuses consistently on clearly expresses a central idea, uses paragraph structure and transition guide reader effectively 

Development:  Explores ideas vigorously, supports points fully using a balance of subjectivity and objective evidence, reasons effectively making useful distinctions. 

 Language: Employs words with fluency, develops concise standard English sentences, balances a variety of sentence structures effectively 

CyA….. discussion 2

 

Review the Comptia CYSA+ training on Security Operations and Monitoring and discuss in your own words the following:

1. What is a Security Operations Center?

2. How can automation benefit security operations monitoring?

Your initial post must be no less than 300 words.

IT473: Interactive Computer Graphics

 

Weekly Assignment via Unicheck:

Question 1.

Using WebGL [call gl.drawElements( ) function] render points at coordinates:

-0.4, -0.3, 0,0

 0.5, -0.5, 0.0

 0.6,  0.7, 0.0

-0.3, -0.4, 0.0

Make the canvas width = 600, height = 600, border orange and the points black.

Question 2.

Using WebGL [call drawElements()function]render the rectangle using the following coordinates:

 0.45,  0.45,  0.0

-0.45,  0.45,  0.0  

-0.45, -0.45, 0.0

0.45, -0.45, 0.0

Make the canvas with = 470, height = 470, border red and the rectangle green.