2.99 See Answer

Question: A variety of organizational structures are used


A variety of organizational structures are used by major companies, and different approaches to consolidation are sometimes found. Two large and familiar U.S. corporations are Union Pacific and ExxonMobil.
Required
a. Many large companies have tens or even hundreds of subsidiaries. List the significant subsidiaries of Union Pacific Corporation as reported in the company’s 2019 10-K filing.
b. ExxonMobil Corporation is a major energy company. Does ExxonMobil consolidate all of its majority-owned subsidiaries? Explain. Does ExxonMobil consolidate any entities in which it does not hold majority ownership? Explain. What methods does ExxonMobil use to account for investments in the common stock of companies in which it holds less than majority ownership?


> Name at least three classes to which each of these objects might belong: a. myRedBicycle b. friedEgg c. cellPhone

> Playing cards are used in many computer games, including versions of such classics as solitaire, hearts, and poker. Design a Card class that contains a character data field to hold a suit (s for spades, h for hearts, d for diamonds, or c for clubs) and a

> Recall how to obtain a random number. For example, the following statement generates a random number between the constants MIN and MAX inclusive and assigns it to a variable named random: random = MIN + (int)(Math.random() * MAX); Write a program that de

> Each of the following files saved in the Chapter03 folder in your downloadable student files has syntax and/or logic errors. In each case, determine and fix the problem. After you correct the errors, save each file using the same filename preceded with F

> Each of the following files in the Chapter02 folder of your downloadable student files has syntax and/or logic errors. In each case, determine the problem and fix the application. After you correct the errors, save each file using the same filename prece

> Each of the following files in the Chapter01 folder in your downloadable student files has syntax and/or logic errors. In each case, determine the problem and fix the errors. After you correct the errors, save each file using the same filename preceded w

> Each of the following files in the Chapter04 folder of your downloadable student files has syntax and/or logic errors. In each case, determine the problem and fix the program. After you correct the errors, save each file using the same filename preceded

> The LocalDate class includes an instance method named lengthOfMonth() that returns the number of days in the month. Write an application that allows the user to enter a month, day, and year and uses methods in the LocalDate class to calculate how many da

> Write an application that prompts a user for the user’s month, day, and year of birth and uses the LocalDate class to compute the day on which the user will become (or became) 10,000 days old. Save the application as TenThousandDaysOld.java.

> Write a program that declares two LocalDate objects and prompts the user for values. Display output that demonstrates the dates displayed when one, two, and three months are added to each of the objects. (When you test the program, be sure to try some da

> Write a Java application that prompts the user for an int and a double and then uses Math class methods to display each of the following: a. The square root of the int b. A random number between 0 and the int (Hint: The Math.random() method returns a val

> Name at least three real-life objects that are instances of each of the following classes: a. Song b. CollegeCourse c. Musician

> a. Create a class to hold data about a high school sports team. The Team class holds data fields for high school name (such as Roosevelt High), sport (such as Basketball), and team name (such as Dolphins). Include a constructor that takes parameters for

> Create a class named BloodData that includes String fields that hold a blood type (the four blood types are O, A, B, and AB) and an Rh factor (the factors are + and –). Create a default constructor that sets the fields to O and + and an overloaded const

> Create a FitnessTracker class that includes three data fields for a fitness activity: a String for the name of the activity, an int for the number of minutes spent participating, and a LocalDate for the date. The class includes methods to get each field.

> Create a class named Lease with fields that hold an apartment tenant’s name, apartment number, monthly rent amount, and term of the lease in months. Include a default constructor that initializes the name to XXX, the apartment number to 0, the rent to 10

> Create a class named Person that holds two String objects for the person’s first and last name. Include a constructor that requires an argument for each field. Include get methods for each field. Save the file as Person.java. b. Create a class named Cou

> Create a class named Sandwich. Data fields include a String for the main ingredient (such as tuna), a String for bread type (such as wheat), and a double for price (such as 4.99). Include methods to get and set values for each of these fields. Save the c

> The Renew Your Home Company estimates each job cost as the cost of materials plus $35 per hour while on the job, plus $12 per hour for travel time to the job site. Create a class that contains a main() method that prompts the user for the name of a job (

> The Harrison Group Life Insurance company computes annual policy premiums based on the age the customer turns in the current calendar year. The premium is computed by taking the decade of the customer’s age, adding 15 to it, and multiplying by 20. For ex

> Assume that a gallon of paint covers about 350 square feet of wall space. Create an application with a main() method that prompts the user for the length, width, and height of a rectangular room. Pass these three values to a method that does the followin

> There are 12 inches in a foot and 3 feet in a yard. Create a class named InchConversion. Its main() method accepts a value in inches from a user at the keyboard and then passes the entered value to two methods. One converts the value from inches to feet,

> Name at least three attributes that might be appropriate for each of the following classes: a. RealEstateListing b. Vacation c. CreditCardBill

> To encourage good grades, Hermosa High School has decided to award each student a bookstore credit that is 10 times the student’s grade point average. In other words, a student with a 3.2 grade point average receives a $32 credit. Create a class that pro

> Create an application named Percentages whose main() method holds two double variables, and prompt the user for values. Pass both variables to a method named computePercent() that displays the two values and the value of the first number as a percentage

> Create an application named NumbersDemo whose main() method holds two integer variables. Prompt the user for values for the variables. In turn, pass each value to methods named displayTwiceTheNumber(), displayNumberPlusFive(), and displayNumberSquared().

> Suppose that you have created a program with only the following variables: int age = 34; int weight = 180; double height = 5.9; Suppose that you also have a method with the following header: public static void calculate(int age, double size) Which of the

> Create a class named BookBilling that includes three overloaded computeBill() methods for the Happy Memories Company, which sells photo books. ❯ When computeBill() receives no parameters, the method computes the price of one photo book at $14.99, adds 8

> Create a class named Form Letter Writer that includes two overloaded methods named Display Salutation(). The first method takes one String parameter that represents a customer’s first name, and it displays the salutation Dear followed by the first name.

> Suppose that you have created a program with only the following variables: int x = 2; int y = 3; Suppose that you also have a method with the following header: public static void mathMethod(int x) Which of the following method calls are legal? a. mathMet

> Write a program that allows the user to enter an integer number of dollars and calculates and displays the conversion into currency denominations—20s, 10s, 5s, and 1s. Save the program as Dollars.java.

> a. The Huntington Boys and Girls Club is conducting a fundraiser by selling chili dinners to go. The price is $7 for an adult’s meal and $4 for a child’s meal. Write a program that accepts the number of each type of meal ordered, and display the total mo

> Meadowdale Dairy Farm sells organic brown eggs to local customers. It charges $3.25 for a dozen eggs or 45 cents for individual eggs that are not part of a dozen. Write a program that prompts a user for the number of eggs in the order and then display th

> Is each of the following method identifiers (a) legal and conventional, (b) legal but unconventional, or (c) illegal? a. associationRules() b. void() c. Golden Retriever() d. invoice#() e. 36542ZipCode() f. PayrollApp() g. getReady() h. 911() i.

> Write a program that declares a variable named inches, which holds a length in inches, and assign a value. Display the value in feet and inches; for example, 86 inches becomes 7 feet and 2 inches. Be sure to use a named constant where appropriate. Save t

> Write a program that declares named constants to represent the number of inches, feet, and yards in a mile. Also declare a variable named miles to represent a number of miles and assign a value to it. Compute and display, with explanatory text, the value

> Write a program that declares a named constant to hold the number of quarts in a gallon (4). Also declare a variable to represent the number of quarts needed for a painting job. Name the variable quartsNeeded, and assign 18 to it. Compute and display the

> Choose the best data type for each of the following so that any reasonable value is accommodated but no memory storage is wasted. Give an example of a typical value that would be held by the variable, and explain why you chose the type you did. a. the nu

> What is the value of each of the following Boolean expressions? a. 15 , 13 b. 8 ,5 (2 1 6) c. 15 55 15 d. 3 .5 3 e. 4 * 2 55 2 * 4 f. 5 , 8 2 3 g. 7 !5 7 h. 8 !5 (2 1 5) i. 10 2 20 55 210 j. 3 1 2 * 6 55 30

> Write a program that accepts as user input the names of three political parties and the number of votes each received in the last mayoral election. Display the percentage of the vote each party received. Save the program as ElectionStatistics.java.

> Write a program that accepts an integer number of minutes from a user and converts it both to hours and days. For example, 6,000 minutes equals 100 hours and equals 4.167 days. Save the program as MinutesConversion.java.

> What is the numeric value of each of the following expressions, as evaluated by Java? a. 4 1 6 * 2 b. 10 / 5 1 8 c. 12 / 4 1 16 / 2 d. 17 / 2 e. 22 / 5 f. 39 / 10 g. 19 % (2 1 3) h. 3 1 4 * 20 / 3 i. 36 % (6 1 2) j. 8 % 2 * 0

> From 1925 through 1963, Burma Shave advertising signs appeared next to highways across the United States. There were always four or five signs in a row containing pieces of a rhyme, followed by a final sign that read Burma Shave. For example, one set of

> Write, compile, and test a class that displays the following statement about comments on two lines: Program comments are nonexecuting statements you add to a file for documentation. Also include the same statement in three different comments in the class

> Is each of the following class identifiers (a) legal and conventional, (b) legal but unconventional, or (c) illegal? a. myClass b. void c. Golden Retriever d. invoice# e. 36542ZipCode f. Apartment g. Fruit h. 8888 i. display Total () j. Accounts_Receivab

> Jerford Company is a well-known manufacturing company with several wholly owned subsidiaries. The company’s stock is traded on the New York Stock Exchange, and the company files all appropriate reports with the SEC. Jerford’s financial statements are aud

> Title III of SOX specifies requirements for the membership of the audit committee and its authority. All publicly traded firms must follow SOX. Required a. Explain the role of the audit committee as SOX specifies, with regard to the annual audit conducte

> The purpose of the Securities Act of 1933 is to regulate the initial offering of a firm’s securities by ensuring that investors are given full and fair disclosure of all pertinent information about the firm. The Securities Exchange Act of 1934 was passed

> On July 1, 20X3, Barker Company purchased 20 percent of Acme Company’s outstanding common stock for $400,000 when the fair value of Acme’s net assets was $2,000,000. Barker does not have the ability to exercise signifi

> Match the items in the left-hand column with the descriptions/explanations in the right-hand column.

> What is the theoretically preferred method of presenting a noncontrolling interest in a consolidated balance sheet? a. As a separate item within the liability section. b. As a deduction from (contra to) goodwill from consolidation, if any. c. By means of

> Select the correct answer for each of the following questions. 1. When property other than cash is invested in a partnership, at what amount should the noncash property be credited to the contributing partner’s capital account? a. Contr

> The CDG/Carlos, Dan, and Gail/Partnership has decided to liquidate as of December 1, 20X6. A balance sheet on the date follows: Additional Information 1. Each partner’s personal assets (excluding partnership capital interests) and perso

> The U.S. parent company is preparing its consolidated financial statements for December 31, 20X4. The foreign company’s local currency (LCU) is the functional currency. Information is presented in Data Set A and Data Set B. Data Set B:

> On December 1, 20X1, Micro World Inc. entered into a 120-day forward contract to purchase 100,000 Australian dollars (A$). Micro World’s fiscal year ends on December 31. The direct exchange rates follow: Required Prepare all journal ent

> Select the correct answer for each of the following questions. 1. According to ASC 815, which of the following is not an underlying? a. A security price. b. A monthly average temperature. c. The price of a barrel of oil. d. The number of foreign currency

> In the preparation of a consolidated income statement: a. Income assigned to noncontrolling shareholders always is computed as a pro rata portion of the reported net income of the consolidated entity. b. Income assigned to noncontrolling shareholders alw

> Following is a list of transactions and events that may occur in private, not-for-profit entities. Indicate where each transaction or event should be reported on the entity’s statement of cash flows. Assume that the indirect method of reporting operating

> Pie Corporation acquired 80 percent of Slice Company’s common stock on December 31, 20X5, at underlying book value. The book values and fair values of Slice’s assets and liabilities were equal, and the fair value of th

> Not all business combinations are successful, and many entail substantial risk. Acquiring another company may involve a number of different types of risk. Obtain a copy of the 10-K report for Alphabet Inc. (parent company of Google Inc.) for the year end

> Match the items in the left-hand column with the descriptions/explanations in the right-hand column.

> Amber Corporation holds 80 percent of the stock of Movie Productions Inc. During 20X4, Amber purchased an inventory of snack bar items for $40,000 and resold $30,000 to Movie Productions for $48,000. Movie Productions Inc. reported sales of $67,000 in 20

> Popper Company established a subsidiary and transferred equipment with a fair value of $72,000 to the subsidiary. Popper had purchased the equipment with a 10-year expected life 4 years earlier for $100,000 and has used straight-line depreciation with no

> A 70 percent owned subsidiary company declares and pays a cash dividend. What effect does the dividend have on the retained earnings and noncontrolling interest balances in the parent company’s consolidated balance sheet? a. No effect on either retained

> Water Company owns 80 percent of Fire Company’s outstanding common stock. On December 31, 20X9, Fire sold equipment to Water at a price in excess of Fire’s carrying amount but less than its original cost. On a consolid

> Paragraph Corporation purchased land on January 1, 20X1, for $20,000. On June 10, 20X4, it sold the land to its subsidiary, Sentence Corporation, for $30,000. Paragraph owns 60 percent of Sentence’s voting shares. Required a. Give the worksheet consolida

> Upper Company holds 60 percent of Lower Company’s voting shares. During the preparation of consolidated financial statements for 20X5, the following consolidation entry was made: Investment in Lower 10,000 Land 10,000 Which of the following statements i

> Lorn Corporation purchased inventory from Dresser Corporation for $120,000 on September 20, 20X1, and resold 80 percent of the inventory to unaffiliated companies prior to December 31, 20X1, for $140,000. Dresser produced the inventory sold to Lorn for $

> Blue Company purchased 60 percent ownership of Kelly Corporation in 20X1. On May 10, 20X2, Kelly purchased inventory from Blue for $60,000. Kelly sold all of the inventory to an unaffiliated company for $86,000 on November 10, 20X2. Blue produced the inv

> Selected information from the separate and consolidated balance sheets and income statements of Power Inc. and its subsidiary, Spin Company, as of December 31, 20X8, and for the year then ended is as follows: Additional Information During 20X8, Power sol

> This case focuses on a governmental unit’s general fund. Required Using the CAFR for a governmental entity chosen by your instructor, answer the following questions that relate to the overall government and governmental funds: a. Find the budgetary compa

> Under its established rate structure, Dodge Hospital would have earned patient service revenue of $5,000,000 for the year ended December 31, 20X3. However, Dodge did not expect to collect this amount because of contractual adjustments of $500,000 to thir

> Refer to the data in exercise E16–8. During the liquidation process for the APB Partnership, the following events occurred: 1. During the first month of liquidation, noncash assets with a book value of $85,000 were sold for $65,000, and

> Adams, Peters, and Blake share profits and losses for their APB Partnership in a ratio of 2:3:5. When they decide to liquidate, the balance sheet is as follows: Liquidation expenses are expected to be negligible. No interest accrues on loans with partner

> Nelson, Osman, Peters, and Quincy have decided to terminate their partnership because of recurrent arguments among the partners. The partnership’s balance sheet when they decide to wind up follows: During the winding-up of the partnersh

> On January 1, 20X7, the partners of Casey, Dithers, and Edwards, who share profits and losses in the ratio of 5:3:2, decided to liquidate their partnership. On this date, its condensed balance sheet was as follows: On January 15, 20X7, the first cash sal

> Leonard and Michelle have asked you to prepare their statement of changes in net worth for the year ended August 31, 20X3. They have prepared the following comparative statement of financial condition based on estimated current values as required by ASC

> On December 31, 20X7, Judy is a fully vested participant in a company-sponsored pension plan. According to the plan’s administrator, Judy has at that date the nonforfeitable right to receive a lump sum of $100,000 on December 28, 20X8.

> When Alice and Betty decided to incorporate their partnership, its trial balance was as follows: The partnership’s books will be closed, and new books will be used for A & B Corporation. The following additional information is avail

> Select the correct answer for each of the following questions. 1. If the assets are fairly valued on this balance sheet and the partnership wishes to admit Denise as a new one-sixth-interest partner without recording goodwill or bonus, Denise should cont

> Match the items in the left-hand column with the descriptions/explanations in the right-hand column.

> On June 10, 20X8, Private Corporation acquired 60 percent of Secret Company’s common stock. The fair value of the noncontrolling interest was $32,800 on that date. Summarized balance sheet data for the two companies immediately after th

> The partnership agreement of Angela and Dawn has the following provisions: 1. The partners are to earn 10 percent on the average capital. 2. Angela and Dawn are to earn salaries of $25,000 and $15,000, respectively. 3. Any remaining income or loss is to

> On May 1, 20X1, Cathy and Mort formed a partnership and agreed to share profits and losses in the ratio of 3:7, respectively. Cathy contributed a parcel of land that cost her $10,000. Mort contributed $40,000 cash. The land was sold for $18,000 immediate

> Which of the following statements concerning the prospectus required by the Securities Act of 1933 is correct? a. The prospectus is a part of the registration statement. b. The prospectus should enable the SEC to pass on the merits of the securities. c.

> A major impact of the Foreign Corrupt Practices Act of 1977 is that registrants subject to the Securities Exchange Act of 1934 are required to: a. Keep records that reflect the transactions and dispositions of assets and maintain a system of internal acc

> Form 10-K is filed with the SEC to update the information a company supplied when filing a registration statement under the Securities and Exchange Act of 1934. Form 10-K is a report that is filed by a large accelerated filer. a. Annually within 60 days

> In the registration and sales of new securities issues, the SEC a. Endorses a security’s investment merit by allowing its registration to “go effective.” b. Provides a rating of the investment quality of the security. c. Disallows the registration to “go

> Two interesting and important topics concerning the SEC are the role it plays in the development of accounting principles and the impact it has had and will continue to have on the accounting profession and business in general. Which of the following sta

> Supra Inc. estimates total federal and state tax rates to be 40 percent. Expected annual pretax earnings from continuing operations are $1,200,000. Differences between tax income and financial statement income are expected to be the following: A business

> According to ASC 270 and ASC 740, income tax expense in an income statement for the first interim period of an enterprise’s fiscal year should be computed by applying the a. Estimated income tax rate for the full fiscal year to the pret

> Which of the following is an inherent difficulty in determining the results of operations on an interim basis? a. Cost of sales reflects only the amount of product expense allocable to revenue recognized as of the interim date. b. Depreciation on an inte

> One company may acquire another for a number of different reasons. The acquisition often has a significant impact on the financial statements. In 2017, AT&T Corporation acquired Time Warner. Obtain a copy of the AT&T 10-K filing for 2017. The 10-K report

> Select the correct answer for each of the following questions. 1. Barbee Corporation discloses supplementary operating segment information for its two reportable segments. Data for 20X5 are available as follows: Additional 20X5 expenses are as follows: I

> Assume that the exchange rates are as follows: The receivable from Popular Creek Corporation is denominated in Swiss francs. Popular Creek’s books show a $3,650 payable to SunTime. Assume the Swiss franc is the functional currency. Requ

> Match the items in the left-hand column with the descriptions/explanations in the right-hand column.

> Shames Company is located in London, England. The local currency is the British pound (£). On January 1, 20X8, Pit Company purchased an 80 percent interest in Shames for $400,000, which resulted in an excess of cost-over-book value of $48,00

> Pole Company sold inventory to South Ltd., an English subsidiary. The goods cost Pole $8,000 and were sold to South for $12,000 on November 27, payable in British pounds (£). The goods are still on hand at the end of the year on December 31.

> Stuff Company is a subsidiary of Pland Corporation and is located in Madrid, Spain, where the currency is the euro (€). Data on Stuff’s inventory and purchases are as follows: Inventory, January 1, 20X7 €220,000 Purchases during 20X7 846,000 Inventory, D

> Assume that the exchange rates are as follows: The receivable from Popular Creek is denominated in Swiss francs. Its books show a $3,650 payable to RoadTime. Assume that the U.S. dollar is the functional currency. Required: a. Prepare a schedule remeasur

2.99

See Answer