Questions
1. View the following 3 TED Talks (video presentations). As you watch the videos, take notes...

1. View the following 3 TED Talks (video presentations). As you watch the videos, take notes of any relevant information. Inside the mind of a master procrastinator | Tim Urban The habits of highly boring people | Chris Sauve The Art of Letting Go | The Minimalists 2. Decide which of the 3 TED Talks best responds to this question; How can identifying your opportunity costs, help you make better choices? 3. Produce a no more than 200 word Post in which you explain your position. Your post must contain at least the following elements: It must state the title and the author of the chosen TED talk. It must state the reason why believe that TED talk best answers the question. It must explicitly explain the relationship, connection, or link between the ideas provided in the TED Talk and the concept of Opportunity Cost.

In: Economics

Denise is conducting a study related to consumer loyalty toward three different retail formats (i.e., department...

Denise is conducting a study related to consumer loyalty toward three different retail formats (i.e., department stores, specialty stores, and off-price retailers). After gathering background information, she decides to focus the study on three research streams; retail service quality, consumer satisfaction, and consumer loyalty. Denise is interested in identifying factors (i.e., retail service quality) that may contribute to consumer satisfaction and consumer loyalty toward these retailers. According to the literature, consumer satisfaction is a uni-dimensional construct and consumer loyalty consists of two dimensions; word-of-mouth and behavioral intention.

Hi! I am looking for a response regarding how best to identify factors that contribute to the two variables, customer satisfaction and customer loyalty in the following:

Construct the null and alternative hypothesis

What are the dependent and independent variables

What statistical test would you run in SPSS

In: Math

Python class Select a free ebook on gutenberg . org and download the plain text file...

Python class

Select a free ebook on gutenberg . org and download the plain text file (utf8). the ebook is (The Devil's Dictionary by Ambrose Bierce)

Write a program that does the following:

  • Read in your ebook (any book, any language)
  • Break the book into words (look at .split() for strings)
  • Make a dictionary of all words and how often they occur: for instance if the word'the'happened 2000 time and the word'a' happened 1940 times word_dict= {'the' : 2000, 'a' :1940}
  • Print the dictionary of word frequencies to a file (freqs.txt) with the most frequent at the top and least frequent at the bottom
  • No need to submit the book, I will run it on my own files.

Turn in a .py or Google Colab URL

Dictionaries are not easily sortable since they are not ordered like a list. To sort for this assignment use the following template.

import operator

sorted_dict = sorted(my_dict.items(),key=operator.itemgetter(1))

In: Computer Science

Educational psychology I am making pie chart about my personality, but can i get an example...

Educational psychology

I am making pie chart about my personality, but can i get an example of pie chart.

Here is example of statement that i have to fill in the blank.

-  

First identify affiliations and aspects of your self identity.

Using Excel, smartart in Word or Powerpoint, drawing in Paint or by hand, create a pie chart that represents your positionality. See mine attached as an example.

Next, fill in the blanks to the following: Because I am ______________ (major aspect in your piechart), I have a tendency to ____________ in relationships with other people who are __________. Because I am _______ other people who are ______ have a tendency to ____ in their interactions with me. Lastly, explain why you choose each and its size relative to other aspects.

Remember to write at least 100 words in your post for full credit.

In: Psychology

""The most crucial detail is that thinking promotes social cohesion and consciousness. people acquire new skills...

""The most crucial detail is that thinking promotes social cohesion and consciousness. people acquire new skills and creative ideas by thinking about solutions to everyday problems. The second important concept emphasized is the power of knowledge. This concept equips people with more details and creativity that exceeds our imagination. Decision making is another crucial aspect that the videos teach. It enables people to choose what is right for them and reject things that may have negative consequences. , people can enhance their knowledge by reading books, watching movies, or listening to people’s narratives. However, they should understand that not all information is helpful. Therefore, they should be able to save the information they obtain from various sources to apply only useful and credible details.""

(IN YOUR WORD ) Write your opinion about what the author said. Do you agree with the author, why?

In: Psychology

Building on your initial user interface (UI) design mock-up of the organization’s program UI, the interface...

Building on your initial user interface (UI) design mock-up of the organization’s program UI, the interface now needs to present more information to the user. Complete the following for this assignment: The interface should present information visually with icons or graphics and text regarding critical issues related to the system, such as the following: New orders Change in employee status Updated pictures New products or services offered Describe techniques for developing prototypes of user interfaces. You must add at least 5 critical issue UI design items to your interface. Remember to ensure that these are easily understood by users. Submit a screenshot in Word or another functional application. Describe the items that you added to your interface design. Be specific with your descriptions, and identify the particular design features along with an explanation of why they are added in the way that they were .

In: Computer Science

Create a strongly typed enumerator for the days of the week, and put it in a...

  1. Create a strongly typed enumerator for the days of the week, and put it in a header file enum.h

  2. Create a test program with a switch statement that has a function that prints the day word based on numeric input from the user.  

  3. Utilize the local predefined variable __func__ to display the name of the current function.

Student Learning Outcomes:

  • Create and utilize strongly typed enumerators

  • Correctly implement scope resolution for strongly typed enumerators

  • Cast variable types for proper comparisons

  • Display the current function’s name

STYLE NOTE: enumerators are constant, so many people think that the entire enumerator value (e.g. sunday) should be in all caps. Others follow the rule that since the variable type is created by the programmer, it should start with an uppercase letter. You may choose either one, but be consistent. I happen to use the first as it gives a clear visual indicator that it is a special variable.

In: Computer Science

Part 1: Financial Acumen Keeping abreast of the financial measures and metrics employed by a company...

Part 1: Financial Acumen

Keeping abreast of the financial measures and metrics employed by a company allows employees to better understand its health and position at any given time. Using Campbellsville University library link or other libraries and the Internet:

1. Review at least three (3) articles on financial acuity. Summary the articles in 400 – 600 words. Use APAformatting throughout including in-text citations and references.

2. Discuss the benefits of establishing solid financial acumen in a company? Discuss your personal experiences in a situation where financial acumen was either not supported as an organizational hallmark or, conversely, was built into the company's culture.

Part 2: Sarbanes-Oxley (SOX)

Write a 200-word commentary on Sarbanes Oxley and the importance this act has for American businesses today. Your commentary should include the following:


A. Rationale for SOX
B. Provisions of SOX
C. Enforcement of SOX

In: Finance

Scenario: Davis Skaros has recently been promoted to production manager. He has just started to receive...

Scenario: Davis Skaros has recently been promoted to production manager. He has just started to receive various managerial reports, including the production cost report you prepared. It showed his department had 2,000 equivalent units in ending inventory. His department has had a history of not keeping enough inventory on hand to meet demand. He has come to you, very angry, and wants to know why you credited him with only 2,000 units when he knows he had at least twice that many on hand.

Prepare a maximum 700-word informal memo and explain to Mr. Skaros why his production cost report showed only 2,000 equivalent units in ending inventory. Using a professional tone, explain to him clearly why your report is accurate.

In: Accounting

1.1 Write a python in Jupiter notebook function called trng that takes three numbers x, y,...

1.1

Write a python in Jupiter notebook function called trng that takes three numbers x, y, and z, and specifies if those can form a triangle (i.e., returns the word triangle if they can, and Not a triangle otherwise).
Note: In order for three numbers to form a triangle sum of any two of them must be greater than the third one (e.g., x=1, y=2, z=4 cannot form a triangle because x+y is not greater than z even though x+z>y and y+z>x).

2.2 Write a program that gets three numbers from user and by calling the trng function you defined above specify if those numbers could be three sides of a triangle.


Example:
Enter the first number: 3.2
Enter the second number: 4
Enter the third number: 7.5
Not a triangle

In: Computer Science