Questions
1.         The idea of “broadening” our treatment of job performance involves both our definition of performance...

1.         The idea of “broadening” our treatment of job performance involves both our definition of performance and our perception of what may affect job performance. Please illustrate how the idea of “broadening:”

a.         Informs how and why we should define performance.

b.         Informs how a manager should try to diagnose a performance problem.

In: Operations Management

LP2 Assignment: Social Support and Student Success This assignment will assess competency 2. Evaluate how Support...

LP2 Assignment: Social Support and Student Success This assignment will assess competency 2. Evaluate how Support can have a powerful effect on student performance, retention, and persistence. Directions: Write a 1500 word research paper titled The Importance of Social Support and Student Success. Provide your analysis of this topic. In addition to your analysis, please include an answer to the following questions: Prioritize the importance of Academic Support & Support Programs during the critical first year of college. Assess the impact of Self-Efficacy and Student Success on retention. Can universities help students improve their self-efficacy? Evaluate the research evidence surrounding Financial Support and student retention. You must provide a separate/different reference in your answer to each question. One reference must be from the Survey of Best Practices in Student Retention 2015 Edition.

In: Psychology

On February 1, 2020 Britney contacts Fancy Weddings, Inc. about being the event management company to...

On February 1, 2020 Britney contacts Fancy Weddings, Inc. about being the event management company to coordinate her wedding in June 2020. They discuss what Britney is interested in for the wedding and agree to perform all the wedding services at a cost of $10,000. Fancy sends a written contract to Britney outlining everything both parties had agreed to and Britney calls Fancy back and advises she received the letter and is an accurate description of their agreement, but Britney never signs the contract. On March 1, 2020 Britney calls back Fancy and tells them the deal is off because she thinks she can do a better job by herself. Fancy sues Britney and Britney argues a lack of consideration as a defense.

A. Will this defense be successful? Please explain.

B. Under the same facts as above Britney argues that the contract is not binding because of the Statute of Frauds. Will this defense be successful? Please explain.

In: Operations Management

Use JAVAfor this program Program Description You work in a local gift shop that is currently...

Use JAVAfor this program

Program Description

You work in a local gift shop that is currently running a large sale. You have been asked to create a program to calculate the total of a user’s purchases and determine if they qualify for a discount. Use the following steps to create the program:

  1. Ask the user the price of the item they wish to purchase.
  2. Ask the user the quantity they wish to purchase.
  3. Ask the user to enter the name of the item they wish to purchase.
  4. Calculate the subtotal of the purchase. The subtotal of the purchase is calculated by the following equation:

Subtotal = Price * Quantity

  1. Calculate the discount amount using the equation and table below:

Subtotal

Discount

Under $25

5% discount

$25 but not more than $75.

10% discount

Over $75

15% discount

Discount Amount = Subtotal * (Discount/100)

  1. Calculate the discounted cost of the purchase. The discounted cost of the purchase is calculated by the following equation:

Discounted Cost = Subtotal - Discount Amount

  1. Create a String object in memory to hold the text: “Discount Calculation Utility”.
  2. Display the text at the top of the output (See Sample Input and Output)
  3. Display the item name, price, quantity, subtotal, discount, and total.
  4. Format the output of the program exactly as shown in the sample output (including indentation, spacing, and a number of decimal places).

Sample Input and Output (formatting, spacing, and indentation should be as shown below)

What is the price of the item you wish to purchase? 17.99
What is the quantity you wish to purchase? 3
What is the name of the item? T-Shirt

Discount Calculation Utility
Item Name:        T-Shirt
Price: $17.99
Quantity:             3
Subtotal: $53.97
Discount: $5.40
Discounted Cost: $48.57

In: Computer Science

How does Psychology and Psychological Research go hand in hand?

How does Psychology and Psychological Research go hand in hand?

In: Psychology

1. PepsiCo, near the top of Table 2-5 in the chapter, is a company that provides...

1. PepsiCo, near the top of Table 2-5 in the chapter, is a company that provides
comprehensive financial statements. Go to finance.yahoo.com. In the box next to
“Get Quotes,” type in its ticker symbol PEP and click.


2. Scroll all the way down to “Financials” and click on “Income Statement.” Compute
the annual percentage change between the three years for the following:
a. Total revenue.(PLEASE SHOW ALL WORK AS TO HOW YOU ARRIVED AT THE ANSWER)
b. Net income applicable to common shares.(PLEASE SHOW ALL WORK AS TO HOW YOU ARRIVED AT THE ANSWER)


3. Now click on “Balance Sheet” and compute the annual percentage change
between the three years for the following: (PLEASE SHOW ALL WORK AS TO HOW YOU ARRIVED AT THE ANSWER)
a. Total assets.(PLEASE SHOW ALL WORK AS TO HOW YOU ARRIVED AT THE ANSWER)
b. Total liabilities.(PLEASE SHOW ALL WORK AS TO HOW YOU ARRIVED AT THE ANSWER)

4. Write a one-paragraph summary of how the company is doing.

TO FIND THE DATA:

1. PepsiCo, near the top of Table 2-5 in the chapter, is a company that provides
comprehensive financial statements. Go to finance.yahoo.com. In the box next to
“Get Quotes,” type in its ticker symbol PEP and click.


2. Scroll all the way down to “Financials” and click on “Income Statement.” Compute
the annual percentage change between the three years for the following:

In: Finance

Create a new ASP.NET using MVC. Set the application to SSL Enabled Implement an external login...

  1. Create a new ASP.NET using MVC.
  2. Set the application to SSL Enabled
  3. Implement an external login provider Facebook.

In: Computer Science

how can zigbee and z-wave be used in companies? what benefits will they get out of...

how can zigbee and z-wave be used in companies? what benefits will they get out of it?

In: Operations Management

Appleebee's - Explain the alignment of the mission, vision, and values and the theme, branding

Appleebee's -

Explain the alignment of the mission, vision, and values and the theme, branding

In: Operations Management

"Unknown cultural affiliations and loss of identity at high elevations." These are words used to propose...

"Unknown cultural affiliations and loss of identity at high elevations." These are words used to propose the hypothesis that archaeological sites tend to lose their identity as altitude extremes are reached. This idea is based on the notion that prehistoric people tended not to take trade wares to temporary settings and/or isolated areas. As elevation zones of prehistoric people (in what is now the state of New Mexico) increased, there seemed to be a loss of artifact identification. Consider the following information. Elevation Zone Number of Artifacts Number Unidentified 7000-7500 ft 113 73 5000-5500 ft 145 20 Let p1 be the population proportion of unidentified archaeological artifacts at the elevation zone 7000-7500 feet in the given archaeological area. Let p2 be the population proportion of unidentified archaeological artifacts at the elevation zone 5000-5500 feet in the given archaeological area. (a) Find a 95% confidence interval for p1 − p2. (Round your answers to three decimal places.)

lower limit=

upper limit=

In: Math

What is the difference between a fluorescence excited spectrum and a fluorescence emission spectrum? Which one...

What is the difference between a fluorescence excited spectrum and a fluorescence emission spectrum? Which one resembles the absorption spectrum? & Make a sketch showing absorptioina and fluorescence spectrum.

In: Chemistry

Python code def plot_dataset(file_path): """ Read in a text file where the path and filename is...

Python code

def plot_dataset(file_path):
    """
    Read in a text file where the path and filename is given by the input parameter file_path
    There are 4 columns in the text dataset that are separated by colons ":".  c1:c2:c3:c4

    Plot 3 datasets. (x axis vs y axis)
    c1 vs c2 (Legend label "n=1")
    c1 vs c3 (Legend label "n=1")
    c1 vs c4 (Legend label "n=1")

    Make sure you have proper x and y labels and a title. The x label should be "x", y should be "Fourier Sum"
    And the title be Fourier Series. Remember, you should have your first.last.yy in parentheses in the title.

    For full credit you must also include a legend with the dataset labels as shown above.

    Upload the resulting plot (.png) to scholar for credit. No unit tests here.
    :param file_path:
    :return:
    """

I am kinda confused on this one. the only txt file i think i need to use is called fourier_series.txt but I may not need it at all.

In: Computer Science

Cyclops Company has its own research department. However, the company purchases patents from time to time....

Cyclops Company has its own research department. However, the company purchases patents from time to time. The following is a summary of transactions involving patents now owned by the company.

  • During 2014 and 2015, Cyclops spent a total of P459,000 in developing a new process that was patented (Patent A) on April 1, 2016; additional legal and other costs of P50,000 were incurred.

  • A patent (Patent B) developed by Nanette Inventor, an inventor, was purchased for P187,500 on December 1, 2017, on which date it had an estimated useful life of 12 ½ years.

  • During 2016, 2017 and 2018, research and development activities cost P510,000. No additional patents resulted from these activities.

  • A patent infringement suit brought by the company against a competitor because of the manufacture of articles infringing on Patent B was successfully prosecuted at a cost of P42,600. A decision in the case was rendered in June 2018.

  • On July 1, 2019, Patent C was purchased for P172,800. This patent had 16 years yet to run.

  • During 2020, Cyclops experienced P180,000 on patent development. However, the company is still undecided as to how the patent, if approved by the Bureau of Patents, will generate probable future economic benefits.

Assume that the legal life of each patent is also its useful life.

Required:

  1. Prepare the journal entries for the above transactions and related amortization from 2014 to 2020.
  2. Determine the following:
  1. Patent A’s carrying amount on December 31, 2020
  2. Patent B’s carrying amount on December 31, 2020
  3. Patent C’s carrying amount on December 31, 2020

Total amortization expense for the year ended December 31, 2020

these are all the information given.

In: Accounting

Please read case and answer the questions The problem of developing engaging online content that serves...

Please read case and answer the questions

The problem of developing engaging online content that serves the interests of readers, journalists, and advertisers alike has persisted since the explosion of the Web in the 1990s. Information may want to be free, but high quality journalism also wants to be compensated. Although modern media companies have learned valuable lessons about how to create high quality, profitable online content, the industry still has more to learn about how to create content better suited for the capabilities of the Web. One company, Vox Media, is hoping to develop answers to these problems and to other important challenges in online journalism. Founded in 2003, Vox Media is a digital media company that manages a set of editorial brands focusing on major content categories like sports (SB Nation), technology (The Verge),gaming (Polygon), and real estate (Curbed). Vox Media hopes to become a purely online version of media companies like Conde Nast, Time Inc., and Disney. Vox Media consists of over 300 sites, all of which are built on its proprietary Chorus digital publishing platform. For example, the SB Nation brand consists of hundreds of sites, most of which are focused on individual professional sports teams. Vox Media also launched a news and politics site under its flagship domain, Vox.com, in 2014.Vox.com plans to use the persistence of the Web and freedom from the space restrictions of traditional print media to cover the news more effectively and engagingly. In traditional print media, there are space constraints for every article, and each inch of column space is precious. Space online is more abundant, and the editorial compromises required to get the most information possible into a fixed space are no longer necessary. Vox hopes to avoid oversimplifying a complicated topic or omitting any details except the most pertinent.Not only that, but the Web makes it much easier to find older material or to search within archives. Most home pages emphasize only the newest developments. In print media, each day’s news is forgotten, as staff and management continually focus on the next day’s content. But on the Web, this doesn’t need to happen. Topics can build organically, and journalists can focus on new developments instead of repeatedly explaining the same concepts each day. In this way, the Web is “persistent” in a way that print media is not; the previous day’s content is still readily available, and the next day’s content can build on it, enriching coverage and reducing journalists’ workloads.Sites like Wikipedia use the persistence of the Web to great effect, as articles continue to build over time, retaining information that is still relevant while updating information that has become outdated. But very few online news outlets take advantage of the persistence of the Web. Vox envisions this type of approach to covering the news. In the past, many of the most important topics in the news have been troublesome for media companies because they’re distasteful, difficult to understand, and difficult to cover. If Vox reaches those lofty goals, it will likely be because of unique features like the card stack. Card stacks are modular topic resources that are updated to reflect the most recent developments in a particular area. For example, there are card stacks for Bitcoin, ISIS, and Obamacare, where each card discusses one specific element of the topic; for example, the Bitcoin card stack features cards such as “How do people get bitcoins?” and “Does Bitcoin have a security problem?” For complicated topics with a lot of jargon or subordinate topics that need to be frequently explained, card stacks are a perfect companion to relevant news articles.Highlighted text within these articles indicates when a card can better explain a phrase or a topic. Card stacks have some things in common with Wikipedia, including persistence and contemporariness.

1.How does James Bankoff, Chief Executive Officer and Chairman of Vox, describe Vox Media?

2.What does Bankoff say Vox Media’s approach is to digital media?

3. What does Bankoff think about the issue of trust and quality with respect to online content as it relates to Vox Media?

4.According to Bankoff, how does Vox Media intend to grow?

5.What is the difference between Vox Media and Vox (Vox.com)?

6.What does Matthew Yglesias say that he is hoping to achieve at Vox.com?

In: Operations Management

AOCI 703 APIC 40,570 Change in foreign currency translation net of tax 566 Change in unrealized...

AOCI 703

APIC 40,570

Change in foreign currency translation net of tax 566

Change in unrealized gain/loss on available for sale investments net (90)

Common Stock 14

Cost of revenue 5,454

Dividends 3,614

General and administrative 2,517

Interest and other income (expense), net 391

Marketing and sales 4,725

Net income attributable to noncontrolling int 14

Provision for income taxes 4,660

Research and development 7,754

Retained Earnings 21,670

Revenue $ 40,653

Weighted average shares used to compute earnings per share attributable to common stockholders: 2,901

Requirement 1 Using the partial trial balance (will not balance) given above, create an income statement, statement of comprehensive income and statement of changes stockholders equity

Requirement 2 Please describe what would change on the statements you prepared if there was an unrealized loss on an available for sale security that was discovered and not included in the trial balance given. Please explain all the changes that will be needed to correct the financial statements prepared.

In: Accounting