Questions
Complete the following assignment in C programming language. Get the user’s first name and store it...

Complete the following assignment in C programming language.

  1. Get the user’s first name and store it to a char array
    • Declare a character array to hold at least 20 characters.
    • Ask for the user’s first name and store the name into your char array.
    • Hint: Use %s for scanf. %s will only scan one word and cannot scan a name with spaces.
  2. Get 3 exam scores from the user:
    • Declare an array of 3 integers
    • Assume the scores are out of 100, and use a for loop to get user’s input
    • Your prompts should print out which exam score you are asking for:
      1. Example: “What is the score of Exam #1?” … “What is the score of Exam #3?”
    • Warning: Be careful of your array indexes!
  3. Find out the average exam score:
    • Use a for loop to calculate the sum of all exams.
    • Divide the sum by 3 to get the average and store the is data in a variable.
  4. Print out the summary for the use similar to:
    • “Hello NAME, based on your exam score of 80, 90, and 100, your average is 90.0 with a letter of an ‘A.’”

In: Computer Science

Sam Hill has worked for Dr Lee Chang for several years in the administration of Dr...

Sam Hill has worked for Dr Lee Chang for several years in the administration of Dr Chang’s medical practice. Sam demonstrates a loyalty that is rare among employees. He hasn't taken a holiday in the last three years. One of Sam's primary duties at the medical office is to open the mail and list the cheques received. He also takes cash from patients when they leave. At times it is so hectic that Sam doesn't bother with giving patients a receipt for the cash paid on their accounts. He assures them he will see to it that they receive the proper credit. When the traffic is slow in the office Sam offers to help Mary post the payments to the patients' accounts receivable. She is always happy to receive his help, because he is a very conscientious worker.

Review the internal control environment in this medical office situation by reference to five principles of internal control.

(Type your response directly into the text box below. Alternatively, you may draft your response in Word and upload as an attachment into the Files section underneath.)

In: Accounting

Hello. I am running into difficulty solving the problem below and would greatly appreciate a step-by-step...

Hello. I am running into difficulty solving the problem below and would greatly appreciate a step-by-step explanation on how to arrive at the correct answer:

NATLA Company manufactures consumer products and provided the following information for the month of February:

  • Units produced 131,000
  • Standard direct labor hours per unit 0.20
  • Standard variable overhead rate (per direct labor hour) $3.40
  • Actual variable overhead costs $88,670
  • Actual hours worked 26,350

1. Calculate the variable overhead spending variance and variable overhead efficiency variance using the three-pronged graphical approach.

2. What if 26,100 direct labor hours were actually worked in February? What impact would that have had on the variable overhead spending variance? On the variable overhead efficiency variance?

Note: please try to give your calculations and explanations on Word or excel sheet as handwriting is sometimes difficult to read.

Also, I would appreciate detailed calculations as possible so I can better understand how to arrive at the correct answer. Thank you.

In: Accounting

1. Calculate how much life insurance you need? Male 28, $50,000 Income, 200,000 Home Loan. Married,...

1. Calculate how much life insurance you need?

Male 28, $50,000 Income, 200,000 Home Loan. Married, no kids yet. Healthy.

2. Choose the best life insurance policy for your needs at the lowest price.

3. Explain the concept of risk and the basics of insurance underwriting.

4. Discuss the importance and basic principles of property insurance including the types of exposure, indemnity and co-insurance.

5. Will the Republicans repeal and replace "the Affordable Care Act?"

6. Even if you don't live in "Flood Plain Area", would you still recommend flood insurance?

7. Your opinion. Is is better to obtain a "whole Life Insurance Policy " as a savings instrument of invest that money is a mutual fund?

Grading rubric for assignments.

A-a scholarly response, which addresses the questions.   Paragraph format with in-depth explanations with examples;

B-fully developed answers addressing the issues in a paragraph format, no grammar and/or spelling problems, explanations and examples;

C- complete sentences addressing the question;

D-one word bullet answers;

In: Accounting

Instructions: Each student will write a fictitious memo to an elected leader or governmental official on...

Instructions: Each student will write a fictitious memo to an elected leader or governmental official on a specific policy issue topic or institutional design idea of his/her choosing. The idea with this minimum 1000 word assignment will be to identify a specific policy problem in society OR institutional feature of American government that needs fixing and to consider different ways to fix the problem. Typically a student’s memo will be stronger and have more punch if the topic is very specific. For example, the topic of “public health” is too broad to get your arms around, so to speak, but “childhood obesity” is a specific niche within that topic for which a memo would work well. Similarly, “reform of elections” is too broad, while “Electoral College reform” is more specific. Your policy memo must have the following sections: (1) identify the policy/institutional problem that needs solving and establish the degree of the problem; (2) consider at least 3 alternatives to fixing the problem; (3) compare and contrast those alternatives to the problem; and, (4) pick the best alternative and explain carefully why you did.

In: Economics

A recent survey asked: Is it morally wrong for corporations to use tax havens? Its results:...

A recent survey asked: Is it morally wrong for corporations to use tax havens? Its results: Most said yes. See http://environicsresearch.com/insights/nine-ten-canadians-think-morally-wrong-canadian-corporations-use-tax-havens-new-poll/.

Delving deeper into the issue of tax avoidance, you will go beyond the news release. You will examine the polling data, not just the news release. You will round up the news coverage of the survey results. You will gain a sense of the public debates of tax avoidance in Canada. You will learn from relevant studies on tax justice in civil society by think tanks, governments and academics around the world.

Making good use of your research, you will write a 100-word note starting with the following:

It’s morally wrong for Canadian corporations to use tax havens because ….

That is, you will start by completing the sentence and then you will make your most compelling argument in your submission. You only have 100 words so make one compelling argument and make it well.

In: Accounting

In Python Please Samwell Tarly knows that in the world of Westeros, some names are better...

In Python Please
Samwell Tarly knows that in the world of Westeros, some names are better than others. Some like Aegon Targaryen and Tyrion Lannister. He and Citadel believe that a correct name should have the same number of capital letters as words, for example: Bran Stark is correct. Whereas Brienne of Tarth is not. Your task is to help read the books and determine the correct names. Each name is strictly composed of letters and names separated by single spaces. Input Format Several test cases, one per line, each containing the name of a person. No name contains more than 20 words and each word does not contain more than 30 characters. (End of file loop) Constraints (End of file loop)

Output Format For each name, you must print “Correct” if the name is approved, otherwise you must print “No”. Sample Input 0

Robert Baratheon

Daenerys Targaryen

Cersei lannister

Theon Greyjoy

Brienne of Tarth

Arya Stark

Melisandre

Gray worm

Jon snow

Daario NaHaris

In: Computer Science

In the lesson, you were introduced to the difference between data, information, and knowledge. Think of...

  1. In the lesson, you were introduced to the difference between data, information, and knowledge. Think of an example in your life where a number could be described as data, information, and knowledge.
  2. A file won’t open on your friend’s computer, which leads to the inevitable question: “Why do there even need to be different file types, anyway?” How would you respond?
  3. Think about the last business that you purchased a product or a service from. What three types of software might they need? Why would they need them?
  4. If virtual reality becomes commonly used, what are some problems and concerns that might arise?
  5. A family member who hasn’t worked with computers before has decided to change jobs. You’ve been asked to explain some of the basics. You begin by explaining the basic idea of word processing software, spreadsheets, databases, and presentation software. You sense that the following question is coming: “Why so many different things? Why can’t there just be one software that you could use for everything?” How would you answer?

In: Computer Science

13. Describe the basic sequence of events that occurs as an action potential arrives at the...

13. Describe the basic sequence of events that occurs as an action potential arrives at the neuromuscular junction and is transmitted to the muscle cell and leads to a contraction. Explain at the end how relaxation of the muscle takes place (include what happens at the neuromuscular junction and in the muscle fiber. You may use some words multiple times. Fill in the blanks with a complete word or words (no abbreviations) of each step.

1. An action potential arrives at the synaptic bulb of a motor neuron causing the exocytosis of vesicles containing ___

2. ____ diffuses across the synaptic cleft to bind to a receptor on the ___ allowing sodium to influx resulting in an action potential.

3. The action potential will spread down the ___ into the center of the muscle fiber.

4. The excitation cause the release of _____ from the ____ into the sarcoplasm.

5. ____ will bind to ___ causing a conformational change.

6. ____ will move___ off the____ of the protein .

7. The ____ will bind to the ____ forming a ____ .

8. The ____ will ___ pulling the ___ . This is called the___ .

9. ____ will attach to the ___causing it to ___from the____ .

10. __ of__ provides the energy to cause the___ of the ___.

11. _____- write out the whole step

Relaxation.

___ cleaves ___

The ___ re-uptakes the ___

___ recovers the so that ___ can no longer bind.

In: Anatomy and Physiology

How does Wireless Ethernet architecture, prevents the hidden node problem? Ding real time transmission Handshaking after...

  1. How does Wireless Ethernet architecture, prevents the hidden node problem?
    1. Ding real time transmission
    2. Handshaking after transmission of data
    3. Handshaking before transmission of data
    4. Acknowledgement of every packet transmitted

  1. What is the purpose of the Network Address Translation (NAT)?
  1. To divide the network into subnet works
  2. To receive all data sent to private networks
  3. Allow private IP addresses to work
  4. Convert private IP addresses to public IP addresses

  1. The binary number 1011111 is equivalent to which decimal number below
  1. 125
  2. 65
  3. 128
  4. 95

  1. Which word or phrase below best describes a subnet mask
  1. A thing you put on your face
  2. A filter
  3. Creates the IP address for the network
  4. Determines the path of data to the sub-network

  1. The packet by which data is transmitted on ethernet architecture is called a frame. How many bytes is the length of that frame?
    1. 47 – 1500 bytes
    2. 46 – 1500 bits
    3. 46 – 1500 bytes
    4. Too many bytes to count

  1. In ethernet architecture the most common topology used is
    1. Bus
    2. Extended star
    3. Wireless
    4. star

In: Electrical Engineering