comm211 social media and society 3

Assignment Instructions

Chapters 14 and 15 in your text cover legal and ethical issues in social media. Pick a court case discussed in either chapter, and research it a little further. Write a brief overview of the court case, which legal issues were brought into question (which laws were considered broken), and if you think the case was actually in violation of privacy or defamation laws. Please explain why or why you did not agree with the court ruling.

Your paper should be between 600 and 750 words and written in APA format. List your sources in an APA reference list at the end of your paper.

Important note: Citing a court case in the proper format is key. United States v. Paramount (1948) is correct.

the aim is to test the understanding and critical awareness of key components of quantitative research

More specifically, this aims at examining the knowledge with respect to your understanding and critical evaluation of the key components required of an original and effective well performed research, your ability to analyse and critique the validity and limitations of various research methods as well as your written communication.

Need to make SPSS output file and a Questionnaire!!😀

Please have a look with the two document.

python 5 easy programs

A. Write a function that:

1. Takes two arguments and returns the product of the arguments. The return value should be of type integer.

2. Takes two arguments and returns the quotient of the arguments. The return value should be of type float.

3. Takes one argument and squares the argument. It then uses the two values and returns the product of the two arguments.(Reuse function in 1.)

4. Takes one argument and prints the argument. Use this function to return the values in all previous 3 definitions above.

B. Write a Python program to check the validity of password input by users:

Passwords MUST contain the following:

At least 1 letter between [a-z] and 1 letter between [A-Z].
At least 1 number between [0-9].
At least 1 character from [$#@].
Minimum length 6 characters.
Maximum length 16 characters.

C. Function Name: comboLock

Parameters:

num1 – a positive integer representing the first digit in the combination

num2 – a positive integer representing the second digit in the combination

num3 – a positive integer representing the third digit in the combination

num4 – a positive integer representing the fourth digit in the combination

num5 – a positive integer representing the fifth digit in the combination

Description:

You own a combination lock that only opens when presented with the correct sequence of odd and even numbers that are less than 10. Write a function that takes in 5 integers. Check whether they are in this order: odd, even, odd, even, odd. If they are in the correct order and all below 10, then print the string “You opened the lock.” Otherwise, print “You are locked out.”

Enclose function in a while loop and ask user for parameters using input().

Test Cases:

>>>comboLock(9, 2, 5, 4, 1)

You opened the lock.

>>>comboLock(1, 8, 3, 6, 8)

“You are locked out.”

>>>comboLock(2, 2, 5, 6, 4)

“You are locked out.”

>>>comboLock(9, 8, 7, 8, 10)

“You are locked out.”

D.

Weight Lifting

  • Make a dictionary where the keys are the names of weight lifting exercises, and the values are the number of times you did that exercise.(At least 5 exercises,be creative. Nobody should have same values)
    • Use a for loop to print out a series of statements such as “I did 10 bench presses”.
    • Modify one of the values in your dictionary, to represent doing more of that exercise.
      • Use a for loop to print out a series of statements such as “I did 10 bench presses”.
    • Add a new key-value pair to your dictionary.
        • Use a for loop to print out a series of statements such as “I did 10 bench presses”.
    • Remove one of the key-value pairs from your dictionary.
        • Use a for loop to print out a series of statements such as “I did 10 bench presses”.
  • Use a function to do all of the looping and printing in this problem.
  • E. Follow the instructions below:1. Open a file and write the following to a file:

    • Your Name
    • INSS 250
    • Final

    Each should be on a new line.2. With the file open, take input from a user and append it to the file. It can be any input but must be at least 10 words. I suggest do it in a loop. 3. Now as we did in class, use the file as input to count the number of letters in the file and print out a summary. All of this is one program. You will submit the python file(aka ‘your_name_final.py’). Use this naming convention.Research file opening and closing, but to get you started:The code looks like this:

      with open('file_to_save.txt', 'w') as open_file:_x000D_
        open_file.write('A string to write')
    open_file.close()

personal goal in next 5 years 1

Apply environmental, industry and firm analysis and formulation to developing your personal strategy for the next five (5) years ( pretend that you finished master degree in MBA already)

2.5 pages double space, APA format


***Outline:

I.Identify your long-term individual goal and your current status relative to achieving that goal.

II.Identify one (1) key environmental effect trend or pattern from 2015 to 2018 with the appropriate data and CAGR (Compound Average Grow Rate) and what the data means relative to your goal (DATA need to collect from Mergent Online or Passpord GMID)

III.Identify one (1) important force within the five forces model that will affect an industry you hope to compete within, what is the estimated strength of that force (high, medium, or low), and provide specific data to support you answer.

IV.Identify one (1) personal resource that will advantage for you in pursuit of the goal. You need to provide data to support the value, rarity, costly to imitation, and opportunities for you to leverage that resource.

Definition of Value, rarity, barrier to imitation:

Valuable:

resource adds value by enabling a firm to exploit opportunities or defend against threats. (ADD REVENUE) .

Rare:

Resources that can only be acquired by one or very few companies. (LARGE NUMBER OF STORES) 20% or less

Costly to Imitate:

A firm that has valuable, rare and costly to imitate resources can (but not necessarily will) achieve sustained competitive advantage.

•Historical conditions. Resources that were developed due to historical events or over a long period usually are costly to imitate.

•Causal ambiguity. Companies can’t identify the particular resources that are the cause of competitive advantage.

Cultural Complexity. The resources and capabilities that are based on company’s culture or interpersonal relationships.

V.Identify whether your strategy will depend on an inelastic market, what data leads you to that conclusion, and how that will affect you in the pursuit of your goal.

Definition

Inelastic: is being DIFFERENTIATION, bring more values drivers to firm by add unique futures that will increase the perceived value of goods and services in the minds of consumers so they are willing to pay a higher price

VI.Specify at least four (4) steps you need to take in the next one (1) year to begin to implement this strategy.

VII.Identify one (1) or more specific accomplishments the above will allow you to achieve five (5) years in the future, or by December 2024, and why these accomplishments are important to you.

VIII.Please include references (APA Style) to support citations in the paper.

***Note:

Please follow my professor’s writing guide i attached below. Write all very short sentences in active voice, no passive at all. No compound or complex sentence, no linking words only SVO (Subject – verb- objective).

please help me with the assignment 1

This is a group project, so you only need to write the part that you have been assigned. You will need to write one of the four pages of the planning memo. And additional three pages to describe the audit programs. (So the total will be 4 pages, double spaced). I have upload the entire requirements from my professor (named “M3 project requirement”) and the outline of the audit programs (named “M3 project outline”). For the audit programs, you only need to look at the audit program #1 which is the part that I have been assigned, and the rest of the three is assigned to my other 3 group members. Additional requirements are outlined in the “M3 project outline” file and I’ve highlighted them in yellow. The 8 steps in the “M3 project requirement” file constitute an audit program. In other words, I have completed all the 8 steps since I already give you the outline of the audit program. So you may only need to work on the “required” part in the “M3 project requirement” file. Please follow the outline when you work through it.

gdb 10 more review success group 9

Select THREE concepts, theories, people, and/or events from the (study guide below) to explain to your group members (two sentences per term, etc.). Then, list at least two concepts, theories, people, and/or events that you are still having difficulty understanding.

When replying to ALL your group members, be sure to assess whether the explanations provided by your group members are accurate and attempt to provide an answer to one of the concepts, theories, people, and/or events that a group member has listed as having difficulty understanding.

IMPORTANT: for your original post, you may not select any concepts, theories, people, and/or events that another group member has already explained and posted about. So, the early bird gets the worm in terms of unrestricted selection.

econ 140 managerial economics essay one news article required as reference

Choose any topic discussed in the managerial economics class and write a 3 – 5 page essay with the following specifications.

  1. Typed – Double spaced
  2. Font Size – 12
  3. Margins – 1 inch (top, bottom, right and left)

The paper should consist of the following:

  • A discussion on your selected topic covering the main points.
  • Atleast one news article related to the chosen topic, showing the application of the concept in the real world. You can easily find such news articles on internet.
  • Write in your own words what you’ve understood from the article(s) and how this relates to what you have learned in the Econ 140 class.
  • The articles should be at the end of the paper, and these should not be included in the page count.

Other Requirements:

  • Title of the paper and Your Name (Top corner of the first page)
  • References (These should be on the last page of the assignment)

create concept map pathophysiologic state

  • Choose one of the pathophysiologic states to complete your Concept Map:
  • 1. Endocarditis
  • 2. Congenital Adrenal Hyperplasia
  • 3. Osteomyelitis
  • 4. Fatty Liver Disease
  • Be creative when making your concept map! You can use Microsoft Word : Smart art tools or a template like Template for Concept Map or you can even use Prezi Concept Mapping using Prezi
  • Two references are required in APA format one of which must be a Systematic Review or Clinical Practice guideline. It is OK to turn in references on a separate document into the dropbox . Please be careful with your arrows in the concept map.

i need to to a nursing project

Everything is explained in an attached document. I need a nursing project related to personal goals.

journal wrighting base on quot prepare for college quot

Base on the powerpoint i uploaded only, write up abt a 900 words journal for it.