Answer the following questions. Please type using a word processing program and bring a printed copy to class. Write as much or as little as you feel necessary to answer each question to the best of your ability. You may use all available resources to complete this case – e.g., lecture slides, notes, your book, and the Accounting Standards Codification. Collaboration with others in your group is allowed to the extent that it is helpful. How you work together is up to you – however, I encourage everyone in the group to take at least some part for every question. Please turn in only one finished assignment for each group. Use appropriate citations where relevant and according to your professional judgment. For questions requiring use of the codification, please use the following style: 1) Cite the ASC down to the Paragraph. For example, (ASC 330-10-05-01) 2) Copy-paste the paragraph you cite from the codification into the word document. 3) Interpret the codification paragraph into ‘plain English’ as best you can. In other words, how would you explain the appropriate accounting treatment to a colleague, boss, or business partner who has a basic understanding of accounting? You may (and are encouraged to) use debits and credits or t-accounts to illustrate the accounting if appropriate.
You are on a plane traveling to visit family (pre-Covid 19) and you scroll through some news headlines on your tablet. You end up reading an editorial that discusses the changing nature of the economy. Specifically, the writer speculates that new technology will make the accounting profession outdated, since computers will automatically track and compile all financial data and make it easy for anyone with an online connection to access any data about a company’s operations that they wish. How will this affect your career prospects, as an accountant-to-be?
In: Accounting
IN JAVA pls
Standard telephone keypads contain the digits zero through nine.
The numbers two through
nine each have 3~4 letters (case insensitive) associated with them.
Many people find it
difficult to memorize phone numbers, so they use the correspondence
between digits and
letters to develop seven-letter words that correspond to their
phone numbers. For example, a
person whose telephone number is 686-2377 might remember it as
"NUMBERS."
Digit Letters
2 A B C
3 D E F
4 G H I
5 J K L
6 M N O
7 P Q R S
8 T U V
9 W X Y Z
2. Each seven-letter word corresponds to exactly one seven-digit
telephone number, but a
seven-digit number corresponds to many seven-letter strings, most
of which are not words.
3. In this project you will develop a program which will find all
the corresponding English
words given any specific telephone number. Here are the detailed
requirements:
a. create a static void test() method.
b. The test method will first ask the user to type in through
keyboard a 7-digit telephone
number.
c. If the number typed in by the user is not 7 digits or the number
contains some number
of the digit ‘0’ or ‘1’, then your program reports an error and
asks to type in another
number.
d. If the number typed in by the user is a 7-digit telephone number
made up of the digits
‘2’ through ‘9’, then your program will print out all the English
words corresponding
to the telephone number (and the total number of them), using the
given English
word library in the EnglishWordList.txt”.
EnglishWordList.txt contains the following words
abalone
abandon
abasers
abashes
ablates
caffein
In: Computer Science
Essay Topic: Using specific examples of cultural productions from three cultures we have studied -Sumerians, Archaic Greeks (800-480 BCE), Classical Greeks (480-323 BCE)- explain how cultural values and ideals are reflected in the creation and style of cultural productions. For each culture you must discuss the literature AND one other cultural production of your choice (ex: sculpture, architecture, pottery). In discussing the literature, you are expected to examine the primary sources we have read for class (The Epic of Gilgamesh, The Iliad, and the works of Plato) and should utilize minimal plot summary.
Failure to meet the following requirements may result in the loss of points:
In: Other
Linux Scripting Exercises
Step 1: Using the nano text editor, enter the code below and save it as welcome.sh, change its permission to executable, run the script, and answer the questions below ( 1.1-1.5):
#!/bin/bash
#
echo ”Hello $user”
echo ”Today is `date` ”
echo ”I feel $argv[1]” today
echo ”The following users are logged in: `users`”
Explain and number your answers for 1.1-1.5 below:
1.1. $user does in line 3
1.2. `date` does in line 4
1.3. $argv[1] does in line 5
1.4. `users` does in line 6
1.5. What would happen if you tried to execute the script as follows?
./welcome.sh
Step 2: Using the nano text editor, enter the code shown below, save it as word.sh, change its permission to executable, run the script, and answer the questions below ( 2.1-2.4):
#!/bin/bash
#
set a1 = One two three
set a2 =”One two three”
set a3 = ’One two three’
set a4 = One two three)
set a5 = $a2
set a6 = $a2 $a3
set a7 = $a2 $a3
#
echo $a1 $#a1
echo $a2 $#a2
echo $a3 $#a3
echo $a4 $#a4
echo $a5 $#a5
echo $a6 $#a6
echo $a7 $#a7
echo $a7[2]
Explain and answer 2.1-2.4 below:
2.1. What does echo $a1 $#a1 do?
2.2. Which shell variable has the greatest number of words?
2.3. Which shell variables have one word and include spaces in the word?
2.4. What would happen if you tried to execute the script as follows?
./word.sh
In: Computer Science
HART NOTE-JOHN SMITH
S: This is a 54-year-old male who presents with fatigue. He also has headaches. Because of a history of some visual field deficits during his headaches, his ophthalmologist ordered an MRI of the brain. I reviewed the films and did not see anything but the expected post-surgical changes of the brain. Lab tests show that he does have some residual function of the pituitary gland, so his endocrinologist only placed him on testosterone patches and thyroid hormone replacement (Synthroid). He also has a history of depression, which could explain the fatigue and headache, or they could be due to low thyroid replacement levels.
O: HEENT: Normal. Lungs: Clear to auscultation. Cardiovascular: Regular rate and rhythm, without murmurs, rubs or gallops. Abdomen: Nondistended, nontender. Extremities: No edema.
A: 1. Fatigue. Possibly hypothyroidism. Will check T3, T4, and TSH levels.
2. Headache, possibly within the context of depression. He is on a rather low dose of an antidepressant drug at this time.
3. Hypopituitarism.
P: 1. Will obtain an FSH, LH, free and total testosterone, and baseline ACTH.
2. Follow up in 1 week
Edward Norton, MD
I need to answer these question please
1. Divide endocrinologist into its word parts and define each part.
2. Divide hypopituitarism into its word parts and define each part
3. What is the abbreviation for thyroid-stimulating hormone?
4. Besides the physician who dictated this report, what two physician specialists have recently seen this patient?
9. Why is the patient taking Synthroid?
10. The patient’s fatigue, headache, and visual field defect could be signs of a recurring tumor in the brain. What test has already been done to look for a tumor?
In: Nursing
You want to see if three different cafes yield different costs
for a lunch meal for a week. You randomly select five measurements
from trials on an automated driving machine for each cafe. At the
0.05 significance level, is there a difference among cafes in mean
lunch meal cost? Test this claim showing all calculation steps
clearly in the Ms World file (25P) and draw an ANOVA Table for the
solution (10P). You have to use the same steps which we used in the
lecture. You can find the steps from lecture slides or recorded
video. Also, you have to take in a consider the HOMEWORK -
PROJECT-PERFORMANCE EVALUATION FORM which is above. SEND IT IN MS
WORD FORMAT NOT SCREEN SHOT
Cafe 1 Cafe 2
35 22 23 26 35 21 33 32 38 19
Cafe 3
26 22 34 34 36You want to see if three different cafes yield
different costs for a lunch meal for a week. You randomly select
five measurements from trials on an automated driving machine for
each cafe. At the 0.05 significance level, is there a difference
among cafes in mean lunch meal cost? Test this claim showing all
calculation steps clearly in the Ms World file (25P) and draw an
ANOVA Table for the solution (10P). You have to use the same steps
which we used in the lecture. You can find the steps from lecture
slides or recorded video. Also, you have to take in a consider the
HOMEWORK - PROJECT-PERFORMANCE EVALUATION FORM which is above. SEND
IT IN MS WORD FORMAT NOT SCREEN SHOT
Cafe 1 Cafe 2
35 22 23 26 35 21 33 32 38 19
Cafe 3
26 22 34 34 36
In: Statistics and Probability
You have been hired by a home security company to design and implement a home alarm
system. The logic of the system is as follows: once the alarm system has been armed, it is to
sound if the front door is opened, the back door is opened or either of two windows is
opened (you can assume there are only two windows).
Design the necessary circuit to implement the situation described above.
Your circuit should have five inputs (A = alarm, F = front door, B = back door, W1 = window
1 and W2 = window 2). A = 1 means the system is armed; A = 0 means it is disarmed. F = 1
means the front door is open; F = 0 means it is closed. (Similarly for the back door and the
windows.) There should be one output, S. When S = 1 the alarm should sound; S = 0
means the alarm is silent. Please use these letters to indicate the inputs and the output
Be CAREFUL to get the correct function for your five inputs before simplifying and designing the circuit. You should minimize the circuit. Your inputs and output should be labeled.
please include the following:
In: Computer Science
Remaining Life Taylor Lewis Company has provided information on intangible assets as follows: a. During 2015, a patent was purchased from Craig Company for $4,000,000 on June 1, 2015. Lewis estimated the remaining useful life of the patent to be eight years. The patent was carried in Craig’s accounting records at a net book value of $3,500,000 when Craig sold it to Lewis. On January 1, 2016, because of recent events in the field, Lewis estimates that the remaining life of the patent purchased on June 1, 2015, is only five years from January 1, 2016. b. During 2016, a franchise was purchased from Faragher Company for $360,000. Lewis estimates the useful life of the franchise to be 12 years and takes a full year’s amortization in the year of purchase. In addition, 8% of revenue from the franchise must be paid to Faragher each year. Revenue from the franchise for 2016 was $1,950,000. c. Lewis incurred research and development costs in 2016 as follows: Materials and equipment $286,500 Personnel $153,700 Indirect costs $95,355 Total $535,555 Lewis estimates that these costs will be recouped by December 31, 2019. The materials and equipment purchases have no alternative uses. Required: 1. Prepare a partial balance sheet showing the intangible section only of Lewis’s balance sheet as of December 31, 2016. Show supporting computations in good form. 2. Prepare a partial income statement showing the income statement effect for the year ended December 31, 2016, as a result of the facts above. Show supporting computations in good form. Write a paper and format it according to the CSU-Global Guide to Writing and APA Requirements. The paper must show all calculations used to arrive at the answers. Insert any Excel spreadsheets into the Word document and submit only the Word document.
In: Accounting
Answer the following questions. Assume each question is independent from the last. Please type using a word processing program and bring a printed copy to class. Write as much or as little as you feel necessary to answer each question to the best of your ability. You may use all available resources to complete this case – e.g., lecture slides, notes, your book, and the Accounting Standards Codification. Collaboration with others in your group is allowed to the extent that it is helpful. How you work together is up to you – however, I encourage everyone in the group to take at least some part for every question. Please turn in only one finished assignment for each group. Use appropriate citations where relevant and according to your professional judgment. For questions requiring use of the codification, please use the following style:
1) Cite the ASC down to the paragraph. For example, (ASC 330-10-05-01)
2) Copy-paste the paragraph you cite from the codification into the word document. This is what I demonstrated in class.
3) Interpret the codification paragraph into ‘plain English’ as best you can. In other words, how would you explain the appropriate accounting treatment to a colleague, boss, or business partner who has a basic understanding of accounting? You may (and are encouraged to) use debits and credits or “T-accounts” to illustrate the accounting if appropriate.
You join the accounting department of a major tech firm after graduation and are asked to assist in preparing end of year adjusting entries to prepare the firm’s financial statements for the end of the fiscal year. One major item you discover is a large part of the firm’s compensation expense is for stock grants and restricted stock units (RSUs). You are unsure how to account for these and so turn to the codification for guidance. What is the accounting for these forms of compensation and how are they presented on the financial statements?
In: Accounting
Case:
Rent Relief Caravans4Hire Ltd1 provides short-term rental of caravans to tourists for camping holidays throughout Australia. Caravans4Hire Ltd leases several large properties in Adelaide, Perth and Sydney, which it needs to park its caravans when not in use. Due to border restrictions, travel restrictions, localised lockdowns and Government advice to stay home, Caravans4Hire Ltd has suffered a significant loss of revenue and cash flow. On 1 May 2020 the National Hotel and Tourism Industry Association which is a non-government, not-for-profit industry association. It supports its members, who are businesses operating in the hospitality and tourism industry awarded Caravans4Hire Ltd a grant of $360 000 in total for rent relief for the three months ended 31 July 2020. The grant was received in cash on 1 May 2020. Caravans4Hire Ltd is under no obligation to repay the money received. REQUIRED All questions should be answered from the perspective of Caravans4Hire Ltd. The word lengths are a suggestion only, i.e., they are NOT strict word limits for each part.
a) What is the main accounting policy issue(s) that need to be resolved to account for the grant from the National Hotel and Tourism Industry Association? (20%) (part a) 15 – 50 words)
b) i) Identify one principle that is relevant to the accounting policy issue that you identified in part a) by providing a reference for that principle (e.g., Conceptual Framework, Chapter X, para. x.xx) AND explain why you chose that principle. (20%)
ii) identify another principle that is relevant to the accounting policy issue that you identified in part a) by providing a reference for that principle.(10%) (part b) 50 – 100 words).
c) Describe an accounting policy to account for the grant from the National Hotel and Tourism Industry Association. Do not justify your policy. Just describe it. (50%) (part c) 20 - 80 words)
In: Accounting