Write a program to multiply a polynomial with a given number.
Code needed in java.
In: Computer Science
can you please use your English in rewriting this part of article to attach it to my article, just use your English please no tools of paraphrasing,
many thumps up for your time and efforts
OUR UNIQUE
VALUE PROPOSITION
NanoSemi develops intellectual property based upon machine learning to improve communication and other systems. We apply our expertise in mathematics, digital signal processing, and RF to the problem of linearizing and improving the performance of RF, analog, and data converter circuits.
Today our technology enables higher throughput connections for 5G, Wi-Fi, and WiGig smartphones and base stations while simultaneously reducing energy consumption. The result is higher quality data streams and connections for consumers while improving smartphone battery life.
NanoSemi’s team is split into three technical groups: one that creates the algorithms, another to identify physical limitations of radio frequency amplifiers and to validate algorithms, and a third that converts the finished algorithm into a design that can be embedded on a semiconductor chip. Kim says the first two teams use MATLAB to create and validate those algorithms as well as run the test equipment. The final design improves the performance and efficiency of the radio frequency power amplifiers that ultimately deliver wireless signals. “We clean up those signals while pushing the amp power,” says Kim
OUR CULTURE
Our culture is rooted in the “knowledge worker” idea of Peter Drucker, where every member is a highly skilled and responsible member of a team. At NanoSemi, the team jointly decides the best way forward for the company. We have minimal hierarchy. Instead, roles are defined by whatever is necessary to deliver value, whether it is creating and perfecting new algorithms, product development, or business development.
NanoSemi’s customers include manufacturers of 5G mobile devices, wireless infrastructure, and signal processing test equipment.
In: Electrical Engineering
The following income
statement and information about changes in noncash current assets
and current liabilities are reported.
SONAD COMPANY Income Statement For Year Ended December 31, 2017 |
||||||
Sales | $ | 2,353,000 | ||||
Cost of goods sold | 1,152,970 | |||||
Gross profit | 1,200,030 | |||||
Operating expenses | ||||||
Salaries expense | $ | 322,361 | ||||
Depreciation expense | 56,472 | |||||
Rent expense | 63,531 | |||||
Amortization expenses–Patents | 7,059 | |||||
Utilities expense | 25,883 | 475,306 | ||||
724,724 | ||||||
Gain on sale of equipment | 9,412 | |||||
Net income | $ | 734,136 | ||||
Changes in current asset and current liability accounts for the
year that relate to operations follow.
Accounts receivable | $ | 44,750 | increase | Accounts payable | $ | 8,450 | decrease | |||
Inventory | 12,750 | increase | Salaries payable | 3,550 | decrease | |||||
Required:
Prepare only the cash flows from operating activities section of the statement of cash flows using the indirect method. (Amounts to be deducted should be indicated with a minus sign.)
Statement of Cash Flows (partial) | |
Cash flows from operating activities | |
Adjustments to reconcile net income to net cash provided by operating activities | |
Income statement items not affecting cash | |
Changes in current operating assets and liabilities | |
$0 |
In: Accounting
Write a class GBP2HKD containing the following methods:
(a) constructor : which builds the frame shown on the right side. The frame consists of
• a pull-down menu "Action" with menu items "Convert" and "Exit",
• a textfield to enter GBP amount. Some text is in the text field to provide information to the user on what to input. The user needs to delete the text before entering the numbers.
• a label to display the amount of HKD (please use the exchange rate of 1 GBP to exchange for 9.9 HKD).
Copy the class, including import statement(s), as the answers to this part.
(b) actionPerformed() : which perform necessary actions when each menu item is selected. When "Convert" is selected, the amount of HKD is calculated and displayed on the label. When "Exit" is selected, the program terminates.
(c) main() : which creates an GBP2HKD object and sets it visible for testing.
In: Computer Science
6.Harry’s Carryout Stores has eight locations. The firm wishes to expand by two more stores and needs a bank loan to do this. Mr. Wilson, the banker, will finance construction if the firm can present an acceptable three-month financial plan for January through March. The following are actual and forecasted sales figures:
Actual | Forecast | Additional Information | |||||
November | $360,000 | January | $440,000 | April forecast | $420,000 | ||
December | 380,000 | February | 480,000 | ||||
March | 430,000 |
Of the firm’s sales, 50 percent are for cash and the remaining
50 percent are on credit. Of credit sales, 50 percent are paid in
the month after sale and 50 percent are paid in the second month
after the sale. Materials cost 35 percent of sales and are
purchased and received each month in an amount sufficient to cover
the following month’s expected sales. Materials are paid for in the
month after they are received. Labor expense is 45 percent of sales
and is paid for in the month of sales. Selling and administrative
expense is 10 percent of sales and is also paid in the month of
sales. Overhead expense is $22,000 in cash per month.
Depreciation expense is $10,800 per month. Taxes of $8,800 will be
paid in January, and dividends of $6,000 will be paid in March.
Cash at the beginning of January is $96,000, and the minimum
desired cash balance is $91,000.
b. Prepare a schedule of monthly cash payments for January, February, and March.
|
c. Prepare a monthly cash budget with borrowings and repayments for January, February, and March. (Negative amounts should be indicated by a minus sign. Assume the January beginning loan balance is $0.)
|
In: Accounting
Provide a thorough response to each question, please.
1. Briefly discuss Porter's three competitive strategies and provide an example of an existing business for each strategy.
2. Briefly explain the concepts of line and staff departments and authority.
3. Compare and contrast the Type A and Type B behavior patterns.
In: Operations Management
A manufacturing company produces electric insulators. If the insulators break when in use, a short circuit is likely to occur. To test the strength of the insulators, destructive testing is carried out to determine how much force is required to break the insulators. Force is measured by observing how many pounds must be applied to an insulator before it breaks. The accompanying data are collected from a sample of 30 insulators.
Compute the mean, median, range, and standard deviation for the force needed to break the insulators.
Force strength of insulators
1880 1727 1658 1614 1637 1780 1520 1696 1590 1664
1869 1766 1637 1664 1637 1777 1554 1755 1764 1869
1827 1743 1786 1685 1810 1750 1683 1810 1657 1740
mean = ____
In: Math
(JAVA)
Repeated
Class diagram:
Repeated
+ repeatedDetector(ArrayList<Integer> a) : int
For this exercise, you will have to implement the class diagram above. Basically, the objective of this exercise is to develop the class and the previous method, in such a way that it tells us the amount of "repeated" elements that are in the dynamic array.
When we speak of "repeated", we mean counting the number of numbers of the same value that are found in succession.
Example 1: The method receives a dynamic array ArrayList <Integer>, which internally has this data: [1,1,4,1,4,1,1]
The method returns 2 (since it found 2 sequences of equal numbers).
Example 2: the method receives a dynamic array ArrayList <Integer>, which internally has this data: [1,1,1,1,1]
The method returns 1 (since it found 1 sequence of equal numbers).
In: Computer Science
Java Ask the user to input a letter grade in either upper or lower case. You are to output a message depending on the grade. When the input is A or a, output the word "Excellent!" When the input is B or b, output "Very Good" When the input is C or c, output "Satisfactory" For any other input you must output the word "Fail".
In: Computer Science
For a homogenous surface ?0 is a constant and, therefore, it would be expected that the same value for ?0 would result for further measurements. However, in this measurement set-up different values of ?0 would be observed for different wind directions. Can you guess what might be the reason for that? Explain your thinking.
In: Mechanical Engineering
MINIMUM OF 200 WORDS PLEASE!
To answer the questions below, please watch the named TED Talk at
https://www.ted.com/talk/
alice_goffman_college_or_prison_two_destinies_one_blatant_injustice.
In Alice Goffman's TED Talk, How We're Priming Some Kids for College- And Others for Prison, she states that we are asking kids who live in the most disadvantaged neighborhoods, with the least amount of family resources, in the country's worst schools, facing the toughest time in the labor market, and who experience violence in their neighborhoods every day, "to walk the thinnest possible line." With regard to these issues, Goffman wonders if we can envision a criminal justice system that prioritizes recovery, prevention, and civic inclusion over punishment.
What does it mean to live in a 'disadvantaged neighborhood?' What
are some examples of lacking 'family resources?' What makes schools
the 'worst?' What makes the labor market 'tough'? As a society,
what do you think we can do about these shortcomings? What do you
think the criminal justice system can do to be just (fair) to those
experiencing these forms of social disorganization?
In: Psychology
SGX
In: Computer Science
1. What are three key areas in which we see social change? Summarize each, and give an example of how each can be demonstrated in your own lifetime or life experience. (150 word minimum)
In: Psychology
On the income statement, income from discontinued operations is shown: Multiple Choice without any income tax effect. as an accounting principle change. as a separate section of income from continuing operations. net of taxes after income from continuing operations.
In: Accounting
On January 1, 2021, the general ledger of 3D Family Fireworks includes the following account balances:
Accounts | Debit | Credit | |||||
Cash | $ | 27,300 | |||||
Accounts Receivable | 15,300 | ||||||
Allowance for Uncollectible Accounts | $ | 4,200 | |||||
Supplies | 4,200 | ||||||
Notes Receivable (6%, due in 2 years) | 21,000 | ||||||
Land | 80,600 | ||||||
Accounts Payable | 9,100 | ||||||
Common Stock | 101,000 | ||||||
Retained Earnings | 34,100 | ||||||
Totals | $ | 148,400 | $ | 148,400 | |||
During January 2021, the following transactions occur:
January | 2 | Provide services to customers for cash, $52,100. | ||
January | 6 | Provide services to customers on account, $89,400. | ||
January | 15 | Write off accounts receivable as uncollectible, $3,900. | ||
January | 20 | Pay cash for salaries, $33,100. | ||
January | 22 | Receive cash on accounts receivable, $87,000. | ||
January | 25 | Pay cash on accounts payable, $7,200. | ||
January | 30 | Pay cash for utilities during January, $15,400. |
The following information is available on January 31, 2021.
REQUIREMENT:
1. Record each of the transactions listed above in the 'General
Journal' tab (these are shown as items 1-7). Review the 'General
Ledger' and the 'Trial Balance' tabs to see the effect of the
transactions on the account balances.
2. Record the adjusting entries in the 'General Journal' tab (these
are shown as items 8-11).
3. Review the adjusted 'Trial Balance' as of January 31, 2021, in
the 'Trial Balance' tab.
4. Prepare an income statement for the period ended January 31,
2021, in the 'Income Statement' tab.
5. Prepare a classified balance sheet as of January 31, 2021 in the
'Balance Sheet' tab.
6. Record the closing entries in the 'General Journal' tab (these
are shown as items 12 and 13).
7. Using the information from the requirements above, complete the
'Analysis' tab.
In: Accounting