Given a dictionary

  

Given a dictionary d and a key k and value v, if you have v and you want to find k? It’s a reverse look up.This week, we wrote a function reverse_lookupdef reverse_lookup(d, v):for k in d:
if d[k] == v:
return k
raise ValueError(‘value does not appear in the dictionary’)
Task:
Modify reverse_lookup and implement a function better_reverse_lookup so that it builds and returns a list of all keys that map to v, or an empty list if there are none.
>>> h = histogram(‘apple’)
>>> #histogram is a function that creates a dictionary mapping of letter and count of how many times it appearances in a string.
>>> #for example, histogram(‘apple’) returns a dictionary of {‘a’:1, ‘e’:1, ‘p’:2, ‘l’:1}. You don’t need to implement the histogram function.
>>> lst = better_reverse_lookup(h, 1) # will return all letters that mapped to count 1 in the dictionary
>>> lst
[‘a’, ‘l’, ‘e’] >>> lst = better_reverse_lookup(h, 3)
>>> lst
[] Hint: List method append adds a new element to the end of a list:
>>> t = [‘a’, ‘b’, ‘c’] >>> t.append(‘d’)
>>> t
[‘a’, ‘b’, ‘c’, ‘d’]

Management concepts

Based on the knowledge you have achieved thus far in this class, compose a minimum 10-slide PowerPoint presentation, not including the required title and reference slides. In the presentation, summarize risk management concepts. Include the different frameworks you could use and why you might choose specific frameworks. Also, summarize the qualitative versus quantitative risk analysis approaches and techniques for managing risk. Your presentation should include a title slide and reference slide and follow APA guidelines. 

3pages

For this assignment you are required to develop a 3-page website using Hypertext Markup Language (HTML).  You need to choose what you will like to display on your website. The topic is up to you. The requirements for the assignment are as follows:

Advances in data collection

 Answer each of these questions in a paragraph with at least five sentences: Include the question and number your responses accordingly. Provide a citation for each answer. 

1. Should society help workers dislocated when technology, like the Internet, elimlnates their jobs in a process called ‘Creative Destruction?

2. are we working more and earning less?

3. Would you want a telecommuting job? Why or why not? 

4. Does the gig economy appeal to you? Why or why not?

5. How is an employee differentiated from a contracter under US law? 

6. Why have some municipalities put restrictions on innovations in the sharing economy and in on-demand services?

7. What has been the effect on the US economy of outsourcing (or offshoring) technical and professional jobs? 

8. How much monitoring of employee activities at work is appropriate? 

9. Should an employer be able to discipline or terminate an employee for online behavior in his/her own time? 

10. What is the relationship betwee BYOD (bring your own device) and shadow IT

11. What is cyberloafing?

Help3

 

Submit your assignment using the following format:

  1. A one-page document providing the vision statement and your three ranked solutions, with the input from your peers copied and pasted as a bulleted list under each correlating solution.

  1. A two- to three-page summary explaining the technical solution and why it was chosen as the best approach.

  1. A one-page project proposal outline

Prepare this assignment according to the guidelines found in the APA Style Guide.

stage 4

 

Posted below is the Case Study that will be used for the 4 staged assignments for this class.

It is suggested that you download this file and refer to it throughout the course. 

The 4 staged assignments are located under “Assignments” on the Navigation bar, and are included in the appropriate weekly activities.

Discussion 14- Org Behavior

Assigned Readings:Chapter 15. Foundations of Organization StructureInitial Postings: Read and reflect on the assigned readings for the week. Then post what you thought was the most important concept(s), method(s), term(s), and/or any other thing that you felt was worthy of your understanding in each assigned textbook chapter.Your initial post should be based upon the assigned reading for the week, so the textbook should be a source listed in your reference section and cited within the body of the text. Other sources are not required but feel free to use them if they aid in your discussion.Also, provide a graduate-level response to each of the following questions:

  1. Describe the various characteristics of a bureaucracy.
[Your post must be substantive and demonstrate insight gained from the course material. Postings must be in the student’s own words – do not provide quotes!]  [Your initial post should be at least 450+ words and in APA format (including Times New Roman with font size 12 and double spaced). Post the actual body of your paper in the discussion thread then attach a Word version of the paper for APA review]

Text

Title: Essentials of Organizational Behavior, Student Value Edition 

ISBN: ISBN-13: 9780135468890 

Authors: Stephen P. Robbins, Timothy A. Judge 

Publisher: Pearson 

Edition: 15TH