Questions
In Nike’s sweatshop case what’s the first thing a CEO of nike should do as a...

In Nike’s sweatshop case what’s the first thing a CEO of nike should do as a business leader?

In: Operations Management

Step 2: using text editor (WordPad) to create a web page with the following content (you...

Step 2: using text editor (WordPad) to create a web page with the following content (you may cut-and-paste):

-----------------------------------------------------------------------------------

Just a screenshoot of the output

Book-O-Rama Catalog Search

Book-O-Rama Catalog Search

    Choose Search Type:

         Author      Title      ISBN    

   

    Enter Search Term:

   

   

   

-------------------------------------------------------------------------------------

Then save above document to the local directory (C:\temp) and make sure that you saved it in the plain text format (in the “Save as type” popup window, choose “Text Document (*.txt)), name your file “firstpage.txt”.

Step 3: test your web page

You can test your page by doing the following:

1. change the file extension to html. Thus, you should have a file firstpage.html.

2. create a sub director named “firstwebsite” in the web server’s root directory. Your web root may be different from mine. In my machine, the XAMPP is installed at C drive. Thus, the web root will be:

C:\xampp\htdocs\

At the end of this step, the directory structure will be:

C:\xampp\hpdocs\firstwebsite\

3. copy the newly created file “firstpage.html” to the directory shown in the previous line.

4. fire up a web browser and type the following to the URL:

http:\\localhost\firstwebsite\firstpage.html

In: Computer Science

Provide a detailed code for Double Encryption using Image Steganography in PYTHON First encrypt the data(using...

Provide a detailed code for Double Encryption using Image Steganography in PYTHON

First encrypt the data(using RC4/AES algorithm) before storing it in the image, after encrypted data is stored in the image, use image steganography to encrypt the image. Hence, we are using double encryption

In: Computer Science

Write a C++ program that requires the user to type in an integer M and computes...

Write a C++ program that requires the user to type in an integer M and computes the function y(M) which is defined by y(0)=2, y(1)=1, y(m+1)=y(m)+2*y(m-1).

In: Computer Science

The section on hacking by governments (Section 5.3.4) describes, mostly, incidents of hacking for military or...

The section on hacking by governments (Section 5.3.4) describes, mostly, incidents of hacking for military or strategic purposes.

1. Find and summarize information about hacking for industrial or economic espionage.

In: Computer Science

6. Solving for the WACC The WACC is used as the discount rate to evaluate various...

6. Solving for the WACC The WACC is used as the discount rate to evaluate various capital budgeting projects. However, it is important to realize that the WACC is an appropriate discount rate only for a project of average risk.

Analyze the cost of capital situations of the following company cases, and answer the specific questions that finance professionals need to address. Consider the case of Turnbull Co. Turnbull Co. has a target capital structure of 58% debt, 6% preferred stock, and 36% common equity. It has a before-tax cost of debt of 11.1%, and its cost of preferred stock is 12.2%. If Turnbull can raise all of its equity capital from retained earnings, its cost of common equity will be 14.7%. However, if it is necessary to raise new common equity, it will carry a cost of 16.8%.

If its current tax rate is 25%, how much higher will Turnbull’s weighted average cost of capital (WACC) be if it has to raise additional common equity capital by issuing new common stock instead of raising the funds through retained earnings? (Note: Round your intermediate calculations to two decimal places.)

0.91%

0.99%

0.76%

0.68%

In: Finance

karla has opened an IRA in which she deposits $250 each month that earns 3.5% interest...

karla has opened an IRA in which she deposits $250 each month that earns 3.5% interest compounded monthly

how much money will she have in the account after 25 years?

how much total money will she put into the account?

how much total interest will she earn?

In: Advanced Math

Gallatin Carpet Cleaning is a small, family-owned business operating out of Bozeman, Montana. For its services,...

Gallatin Carpet Cleaning is a small, family-owned business operating out of Bozeman, Montana. For its services, the company has always charged a flat fee per hundred square feet of carpet cleaned. The current fee is $23.55 per hundred square feet. However, there is some question about whether the company is actually making any money on jobs for some customers—particularly those located on remote ranches that require considerable travel time. The owner’s daughter, home for the summer from college, has suggested investigating this question using activity-based costing. After some discussion, she designed a simple system consisting of four activity cost pools. The activity cost pools and their activity measures appear below: Activity Cost Pool Activity Measure Activity for the Year Cleaning carpets Square feet cleaned (00s) 12,500 hundred square feet Travel to jobs Miles driven 287,500 miles Job support Number of jobs 1,800 jobs Other (organization-sustaining costs and idle capacity costs) None Not applicable ________________________________________ The total cost of operating the company for the year is $359,000 which includes the following costs: Wages $ 144,000 Cleaning supplies 28,000 Cleaning equipment depreciation 8,000 Vehicle expenses 39,000 Office expenses 59,000 President’s compensation 81,000 Total cost $ 359,000 ________________________________________ Resource consumption is distributed across the activities as follows: Distribution of Resource Consumption Across Activities Cleaning Carpets Travel to Jobs Job Support Other Total Wages 73 % 13 % 0 % 14 % 100 % Cleaning supplies 100 % 0 % 0 % 0 % 100 % Cleaning equipment depreciation 71 % 0 % 0 % 29 % 100 % Vehicle expenses 0 % 81 % 0 % 19 % 100 % Office expenses 0 % 0 % 63 % 37 % 100 % President’s compensation 0 % 0 % 31 % 69 % 100 % ________________________________________ Job support consists of receiving calls from potential customers at the home office, scheduling jobs, billing, resolving issues, and so on. Required: 1. Prepare the first-stage allocation of costs to the activity cost pools. 2. Compute the activity rates for the activity cost pools. 3. The company recently completed a 200 square foot carpet-cleaning job at the Flying N Ranch—a 59-mile round-trip journey from the company’s offices in Bozeman. Compute the cost of this job using the activity-based costing system. 4. The revenue from the Flying N Ranch was $47.10 (200 square feet @ $23.55 per hundred square feet). Calculate the customer margin earned on this job.

In: Accounting

Discuss the challenges these people now face as we enter into the sixth month of the...

Discuss the challenges these people now face as we enter into the sixth month of the CoVID-SARS2 pandemic.

In: Psychology

As with most legal principles, the hearsay rule has many exceptions. Under the excited utterance exception...

As with most legal principles, the hearsay rule has many exceptions. Under the excited utterance exception to the hearsay rule some statements made out of court may be repeated inside of court. What is the rationale that an excited utterance is probably truthful? Construct a hypothetical example where an excited utterance made under the stress of the moment should be admissible in a criminal trial.

In: Operations Management

Why do you think production and operations managers often are not directly involved in strategy-formulation ac-tivities?...

Why do you think production and operations managers often are not directly involved in strategy-formulation ac-tivities? Why can this be a major organizational weakness?

In: Operations Management

4. Write a function called mean that will return the average value of an integer array....


4. Write a function called mean that will return the average value of an integer array. The integer array and its length must be passed to the function as parameters.

5.Write a function called max that will return the index of the max value of an integer array. The integer array and its length must be passed to the function as parameters.
E.g. array = {1,2,3,4,5,6,7,8,9,0}
max = 9
index = 8

6.Write a function called variance that calculates and returns the variance of an array that is passed to it as a parameter. Also, pass the length of the array as a parameter.
variance = mean(array^2) - (mean(array))^2
array^2 = square of each element of the array
You must use the mean function above in your calculation.

c language

In: Computer Science

Consider the following class definition:                   public class Parent {               private

Consider the following class definition:

                  public class Parent {

              private int varA;

              protected double varB;

              public Parent(int a, double b){

varA = a;

varB = b;

              }

              public int sum( ){

                   return varA + varB;

              }

public String toString( ){

                   return "" + varA + "   " + varB;

              }

        }

Consider that you want to extend Parent to Child. Child will have a third int instance data varC.

  1. Write the parameterized constructor definition for Child;
  2. Write the code to override the sum() method to now add all three values and return the sum;
  3. Write the code to define a method average() to calculate and return the average of varB and varC.
  4. Write the code to override the toString() method for Child.

Using the class definitions for Parent and Child from Question 2, write a Java application that will represent a family of 4 members.

  1. Declare a Parent array of size 4 called family.
  2. Instantiate two objects of type Parent using the parameterized constructor and assign each to the first two elements of family. Use values retrieved from the user as the parameter values.
  3. Instantiate two objects of type Child using the parameterized constructor and assign each to the last two elements of family. Use values retrieved from the user as the parameter values.
  4. Invoke the average() method for the two Child objects and display the result.
  5. Write a loop to display the member values of each object in family using the toString() method.

In: Computer Science

Activity Statement-  The Payroll department at xyz company would like you to develop a computer program that...

Activity Statement-  The Payroll department at xyz company would like you to develop a computer program that will determine the net pay of an employee. Design a Python program, which utilizes modules, that asks the user to enter the Name of employee, the total number of hours worked by the employee, and the hourly pay rate of the employee. The program will determine the Employee Gross Pay, the Paid Federal Taxes ( 30% of the Employee Gross Pay ), the Paid State Taxes ( 10% of the Employee Gross Pay ), and the Employee Net Pay ( Gross Pay - Federal Taxes - State Taxes ). In addition, the program will display the following items:

  • Employee Name
  • Employee Total Hours Worked
  • Employee Hourly Pay Rate
  • Employee Paid Federal Taxes
  • Employee Paid State Taxes
  • Employee Net Pay

Activity Instructions-

  1. You have only one attempt to submit. Therefore, be sure that you are submitting and uploading the correct solution. If you submit the wrong version, you will not be allowed to resubmit the solution. It is your responsibility to ensure that you did upload the correct solution!
  2. Launch the Python IDLE program.
  3. Develop the Python program using the following criteria:-
    1. The program consists of seven modules namely, main( ), getEmpInfo( ), computeGrossPay( ), computePaidFedTax( ), computePaidStateTax( ), computeNetPay( ), and printEmpInfo( )
    2. The main( ) module will call the rest of the modules.
    3. The purpose of the getEmpInfo( ) module is to allow the user to enter the employee name, the employee total working hours, and the employee hourly pay rate. The module getEmpInfo( ) is called by the main( ) module.
    4. The purpose of the computeGrossPay( ) module is to compute the employee gross pay. Use the formula Employee Gross Pay = Hours Worked times Hourly pay rate. Please discard any overtime. The computeGrossPay( ) module is called by the main( ) module.
    5. The purpose of the computePaidFedTax( ) module is to compute the amount of money which the employee should pay as a federal tax. Use the formula Employee Paid Federal Taxes = 30% of the Employee Gross Pay. The computePaidFedTax( ) module is called by the main( ) module.
    6. The purpose of the computePaidStateTax( ) module is to compute the amount of money which the employee should pay as a state tax. Use the formula Employee Paid State Taxes = 10% of the employee Gross Pay. The computePaidStateTax( ) module is called by the main( ) module.
    7. The purpose of the computeNetPay( ) module is to compute the employee net pay. Use the formula Employee Net Pay = Employee Gross pay - ( Paid Federal Tax + Paid State Tax ). The computeNetPay( ) module is called by the main( ) module.
    8. The printEmpInfo( ) module is called by the main( ) module. This module should display the following items:
      • Employee Name
      • Employee Total Working Hours
      • Employee Hourly Pay
      • Employee Paid Federal Taxes
      • Employee Paid State Taxes
      • Employee Net Pay

In: Computer Science

Peters Company leased a machine from Johnson Corporation on January 1, 2021. The machine has a...

Peters Company leased a machine from Johnson Corporation on January 1, 2021. The machine has a fair value of $22,000,000. The lease agreement calls for five equal payments at the end of each year. The useful life of the machine was expected to be five years with no residual value. The appropriate interest rate for this lease is 12%.

Other information:

PV of an ordinary annuity @12% for 5 periods: 3.60478
PV of an annuity due @12% for 5 periods: 4.03735

Required:
1. Determine the amount of each lease payment.
2. Prepare the journal entry for Peters Company at the beginning of the lease.
3. Prepare the journal entry for the first lease payment (ignore amortization).
4. Prepare the journal entry for the second lease payment (ignore amortization).

In: Finance