Questions
What are the pattern elements for the Facade Design Pattern?

What are the pattern elements for the Facade Design Pattern?

In: Computer Science

Metlock Company provides the following selected information related to its defined benefit pension plan for 2017....

Metlock Company provides the following selected information related to its defined benefit pension plan for 2017.
Compute pension expense.

Prepare the journal entry to record pension expense and the employer’s contribution to the pension plan in 2017. Preparation of a pension worksheet is not required. Benefits paid in 2017 were $37,500

Pension asset/liability (January 1) $23,100 Cr.
Accumulated benefit obligation (December 31) 402,800
Actual and expected return on plan assets 10,800
Contributions (funding) in 2017 149,300
Fair value of plan assets (December 31) 805,500
Settlement rate 10 %
Projected benefit obligation (January 1) 706,000
Service cost

80,550

In: Accounting

Suppose that you are the manager of an accounts receivable unit in a large company. You...

Suppose that you are the manager of an accounts receivable unit in a large company. You are switching to a new system of billing and record-keeping and need to train your three supervisors and 28 employees in the new procedures. What training methods would you use? Why

In: Operations Management

Kumquat Farms Ltd. has decided to acquire a kumquat picking machine. The cost of the picking...

Kumquat Farms Ltd. has decided to acquire a kumquat picking machine. The cost of the picking machine is $45,000, and it has an economic life of 10 years. At the end of seven years, the market (salvage) value is estimated to be $11,000. Seven years is the time horizon for analysis. The owner of Kumquat Farms Ltd. has discussed this acquisition with his financial services conglomerate. It has agreed to lend him the purchase price at 10 percent per year, payable in equal blended payments at the end of each year, for seven years. An alternative method of financing the equipment would be to lease it from the local leasing store. Annual lease payments, payable at the beginning of each of the next seven years, would be $7,750. This would be considered an operating lease. The equipment has a CCA of 20 percent. The benefits of any tax shields are realized at the end of each year. The company’s tax rate is 25 percent. Kumquat Farms’ cost of capital is 16 percent. a-1. Calculate PV cost of lease alternative. (Do not round intermediate calculations. Round the final answer to nearest whole dollar. Input the answer as positive value.) PV cost $ Not attempted a-2. Calculate PV cost of borrowing/purchase alternative. (Do not round intermediate calculations. Round the final answer to nearest whole dollar. Input the answer as positive value.) PV cost $ Not attempted b. Should Kumquat Farms Ltd. lease or buy the picking machine? Lease Borrow/Purshase

In: Accounting

Articles which explain the importance of information security in achieving organisational goals and objectives

Articles which explain the importance of information security in achieving organisational goals and objectives

In: Computer Science

Evaluate their situation and give recommendations on how college departments in 4 year Universities can improve...

  1. Evaluate their situation and give recommendations on how college departments in 4 year Universities can improve their collaborative work practices in this COVID-19 work environment. Provide as much detail as possible.

In: Operations Management

NEED ANSWER ASAP / ANSWER NEVER USED BEFORE, COMPLETELY NEW ANSWER PLEASE Discuss different examples of...

NEED ANSWER ASAP / ANSWER NEVER USED BEFORE, COMPLETELY NEW ANSWER PLEASE

Discuss different examples of price discrimination. Discuss examples of first, second and third degree price discrimination. Explain.

ANSWER THROUGHLY 1-2 pages *** IN PARAGRAPGH FORM PLEASE NOT BULLET POINTS

COPY AND PASTE Answer in paragraphs, and no picture attachment please.

NEEDS TO BE AN ORIGINAL SOURCE ANSWER NEVER USED BEFORE

In: Operations Management

Recall from Homework 2 that you are the chief robot designer for U.S. Robots and Mechanical...

Recall from Homework 2 that you are the chief robot designer for U.S. Robots and Mechanical Men, Inc., and you are working on designs for the following robots:

(a) A delivery robot that will carry supplies to different departments in a hospital.

(b) A supply robot that will carry heavy loads across loose soil and sand.

(c) A security robot that has to secure a wooded, hilly, area.

(d) A butler robot that will greet guests in a home and bring them drinks.

For each robot, describe what sensors you will equip it with, justifying your choices. Remember that, despite its monopoly, U.S. Robots and Mechanical Men, Inc. is a business, so you need to think carefully about the cost/benefit ratio of the sensors

In: Computer Science

Use 2012SERVERA VM. Depending on whether you want to change the security of a single system...

  1. Use 2012SERVERA VM.
  2. Depending on whether you want to change the security of a single system or multiple systems, use the Start screen and type either Local Security Policy or Group Policy to launch the appropriate tool. If you are on a server, you can also use the Tools menu in Server Manager to launch the appropriate tool:

• Local Security Policies Use Local Security Policy to administer security settings of a single Windows machine (either client or server).

    1. Group Policy Management Console Use the Group Policy Management Console to administer policies on the network that apply to multiple systems.
  1. In the Start screen, type Local and then launch the Local Security Policy.
  2. Under Security Settings (on the left), expand Local Policies and then select User Rights Assignment.
  3. To allow the Authors group to back up files, double-click the “Back up files and directories” policy at right. List who currently has the right to do backups: _____________________________________________________________________ _____________________________________________________________________
  4. Click the “Add User or Group” button and add Authors to the list of those who can do backups.
  5. Choose OK and then close the policies window.

Please provide step by step screen shots so I can see how it is done, and i will try it on my side.

Thank you

In: Computer Science

Normalization This is a Database Development problem.  Go through all the steps and process of normalization. Do...

Normalization

This is a Database Development problem.  Go through all the steps and process of normalization. Do normalization/dependency diagram FIRST. Then create a dependency diagram normalizing the following business rules to 3NF. Once normalized, create an accurate Entity Relationship Diagram. (ERD)

Business Scenario: You have been hired by a law firm to create a database that keeps track of the specific areas of law that each of their attorneys currently practice and their current caseload.

Business Rules:

1. An attorney can practice any area of law once he/she is admitted to their state’s Bar Association. However, most attorneys specialize in specific areas of law.

2. Our law firm is organized into departments based on the types of cases we receive in the areas of labor law, family law, and personal injury law.

3. Within these main departments, attorneys have specializations. For example, we have some attorneys who only handle worker’s compensation cases in our labor law area.

4. An attorney can only accept cases in their currently assigned department.

5. A client can have many open cases with our law firm at any one time.

6. Each client’s case is assigned to an attorney who specializes in that case’s form of law

In: Computer Science

NOTE: The first three are rules and do not have to be solved. Just there for...

NOTE: The first three are rules and do not have to be solved. Just there for the master theorem.

Master Theorem. Let T(n) = aT(n/b) + f(n) for some constants a ≥ 1, b > 1.

(Rule 1). If f(n) = O(n logb a− ) for some constant > 0, then T(n) = Θ(n logb a ).

(Rule 2). If f(n) = Θ(n logb a ), then T(n) = Θ(n logb a log n).

(Rule 3). If f(n) = Ω(n logb a+ ) for some constant > 0, and af(n/b) ≤ cf(n) for some constant c < 1, for all large n, then T(n) = Θ(f(n)).

1. Consider the recurrences: T(n) = 2T(n/2) + n log n. Either solve it using the Master method as given above, or explain why it can’t be solved using the Master method. If it can not be solved using Master method, use Recurrence tree method to solve it. Show your steps. If you use extended version of Master theorem to solve the same problem, does the solution thus obtained agree with the solution obtained by recurrence method?

In: Computer Science

Use C++ language Create a program which will ask the user to input three songs for...

Use C++ language Create a program which will ask the user to input three songs for a playlist (you may use TV shows or movies, if you prefer). Declare three strings to store each of the songs. Use getline to receive the input. Display output which lists each of the songs (or movies or tv shows), on separate lines, with a title on the first line: My Playlist. Insert three lines of comments at the beginning of the program for your name, today's date, and my playlist on the third line.

In: Computer Science

One item is omitted in each of the following summaries of balance sheet and income statement...

One item is omitted in each of the following summaries of balance sheet and income statement data for three different corporations, A, B, and C.

Determine the amounts of the missing items.

Corporation
A        B       C

Beginning of the Year:

Assets

$410,000 $150,000 $199,000

Liabilities

250,000 115,000 166,000

End of the Year:

Assets

460,000 195,000 205,000

Liabilities

280,000 95,000 169,000

During the Year:

Additional Investment by stockholders

enter a dollar amount 79,000 78,000

Dividends

70,000 83,000 enter a dollar amount

Revenue

195,000 enter a dollar amount 187,000

Expenses

155,000 113,000 183,000
Click if you would like to Show Work for this question:

Open Show Work

In: Accounting

Discuss the relation between globalization and current COVID-19 disruption. How do you think the warehouse can...

Discuss the relation between globalization and current COVID-19 disruption. How do you think the warehouse can play a role in making companies respond to this disruption risk?

In: Operations Management

what are the most common determinants of infectious disease in low and middle income countries?

what are the most common determinants of infectious disease in low and middle income countries?

In: Operations Management