Questions
What specifically do you need to be aware of when you are using or referring to...

What specifically do you need to be aware of when you are using or referring to student development theory?

In: Psychology

Market Efficiency – Write a paper about market efficiency. How is the concept of market efficiency...

Market Efficiency – Write a paper about market efficiency. How is the concept of market efficiency an important part of shareholder wealth maximization?
Requirements:
500 words,

In: Finance

Select two PaaS cloud service providers and  Analyze each service provider’s capability to provide big-data cloud services...

Select two PaaS cloud service providers and  Analyze each service provider’s capability to provide big-data cloud services using the following framework

Preprocessing of unstructured data: Describe the solution. Does the capability exist within the offering or is the capability the customer’s responsibility?

Social graphs, API, and visualization tools: What tools exist within the offering, if any?

Data Analytics software tools: What tools exist? And what are their capabilities?

Machine learning: What capabilities exist, if any?

Data governance and security: What processes and tools are embedded in the offering? How are responsibilities identified between vendor and customer?

In: Computer Science

Loop Introduction Assignment Please write a program in c# Using the conditions below, write one program...

Loop Introduction Assignment

Please write a program in c#

Using the conditions below, write one program that calculates a person’s BMI. Your main() function will call functions 1, 2, and 3.

Your program will contain three functions:

Function #1:

Will ask the user for their weight in pounds and their height in inches.   Your function will convert the weight and height into Body Mass Index (BMI). The formula for converting weight into BMI is as follows:

BMI = Weight * 703 / Height2

Your function will do this using a for loop and must display the BMI for 3 people, one at a time. In other words, display the BMI for person

before asking for the next person’s information.

Function #2:

This function will do the exact same thing as function #1, except you will use a do-while loop.                        

Function #3:

Using a while loop, write the same steps as function #1, but as an indefinite loop where we continue to ask the user if they would like to calculate the BMI again. Continue to do so until the user replies with either an ‘N’ or an ‘n’

Reserve Point Opportunity!!

Complete the above program calling a fourth function that will calculate and return the BMI.  

In: Computer Science

A unit of welding machine costs P48,500 with an estimated life of 5 years. Its salvage...

A unit of welding machine costs P48,500 with an estimated life of 5 years. Its salvage value is P2.000.00. Find its book value after 2 years by sinking fund method if the
rate is 8% annually.
*CASH FLOW Diagram Needed

In: Accounting

Find out whether or not the integer pairs are relatively prime: (8, 15), (6, 50), (3,...

  1. Find out whether or not the integer pairs are relatively prime: (8, 15), (6, 50), (3, 31) and (3, 21).

  2. Is the set of all real numbers under the arithmetic addition and multiplication a field? Justify your answer.

  3. Consider a set S={a,b} with addition and multiplication defined by: a+a=a, a+b=b, b+a=b, b+b=a, axa=a, axb=a, bxa=a, bxb=b. Is S a ring? Justify your answer.

In: Computer Science

Compute additive and multiplicative inverses of 7 and 9 in Z11 (mod 11). Find out whether...

  1. Compute additive and multiplicative inverses of 7 and 9 in Z11 (mod 11).

  2. Find out whether or not 4 and 7 have multiplicative inverse in Z14 (mod 14).

  3. Let S be the set of even integers under the operations of addition and multiplication. Is S a ring? Is it commutative? Is it a field? Justify your answer.

  4. Compute the multiplicative inverse of 9 under modulo 31 using the extended Euclid’s algorithm.

In: Computer Science

IN C++ PLEASE. Use ONLY: exception handling, read and write files, arrays, vectors, functions, headers and...

IN C++ PLEASE. Use ONLY: exception handling, read and write files, arrays, vectors, functions, headers and other files, loops, conditionals, data types, assignment.  

  1. Calculating fuel economy. This program will use exceptions and stream errors to make a robust application that gets the number of miles and gallons each time the user fuels their car. It will put those values into vectors. Once the user wants to quit enter values, it will calculate the fuel economy.
    1. Create GetMiles() function that returns double.
      1. If there is a stream error, then throw a runtime_error with the message Invalid input received, you must enter a decimal number. Don’t forget to clear the error and ignore all characters until the end of the stream.
      2. If the value is less then or equal to zero, then throw a runtime_error with the message. Miles cannot be less than 0.
      3. Otherwise, return the miles the user entered
    2. Create GetGallons() function that returns double.
      1. If there is a stream error, then throw a runtime_error with the message Invalid input received, you must enter a decimal number. Don’t forget to clear the error and ignore all characters until the end of the stream.
      2. If the value is less than or equal to zero, then throw a runtime_error with the message. Gallons cannot be less than 0.
      3. Otherwise, return the miles the user entered
    3. Create GetMPG(vector<double miles, vector<double> gallons) function that returns a double.
      1. If the size of the vectors is 0, then throw a runtime_error with the message No values recorded MPG is nan
      2. Otherwise, total the miles and gallons and return the miles per gallon.
    4. The main program should loop and get the Gallons and Miles catching any exceptions that were thrown. Then ask if they want to enter another tank. If they enter gallons and miles put the values into the vectors given. When the user is done the program should calculate the MPG by calling GetMPG, catching the exception if the user did not enter any values. Then it should show the result.

Stream Errors

   cout << "Enter a number: " << endl;

   cin >> number;

  

   if (cin.fail()) {

      // Clear error state

      cin.clear();

      // Ignore characters in stream until newline

      cin.ignore(numeric_limits<streamsize>::max(), '\n');

      cout << "There was an error: " << endl;

     

   }

Throwing Errors

        throw runtime_error("Invalid value.");

Catching Errors

      try {
         // Code to try
      }
      catch (runtime_error &excpt) {
         // Prints the error message passed by throw statement
         cout << excpt.what() << endl;
      }

Make sure you include stdexcept and vector as well as the other standard modules.

In: Computer Science

4. Bond yields Coupon payments are fixed, but the percentage return that investors receive varies based...

4. Bond yields

Coupon payments are fixed, but the percentage return that investors receive varies based on market conditions. This percentage return is referred to as the bond’s yield.

Yield to maturity (YTM) is the rate of return expected from a bond held until its maturity date. However, the YTM equals the expected rate of return under certain assumptions. Which of the following is one of those assumptions?

The bond has an early redemption feature.

The bond will not be called.

Consider the case of Badger Corp.:

Badger Corp. has 9% annual coupon bonds that are callable and have 18 years left until maturity. The bonds have a par value of $1,000, and their current market price is $1,040.35. However, Badger Corp. may call the bonds in eight years at a call price of $1,060. What are the YTM and the yield to call (YTC) on Badger Corp.’s bonds?

Value

YTM   
YTC   

If interest rates are expected to remain constant, what is the best estimate of the remaining life left for Badger Corp.’s bonds?

5 years

18 years

10 years

8 years

If Badger Corp. issued new bonds today, what coupon rate must the bonds have to be issued at par?

In: Finance

1) An electron has a kinetic energy that is 50% larger than its classical kinetic energy....

1) An electron has a kinetic energy that is 50% larger than its classical kinetic energy. Electron mass is 0.511 MeV/c^2.

a. What is the speed of the electron expressed in the unit of speed of light c?

b. What is the total energy of the electron expressed in the unit of MeV?

c. What is the kinetic energy of the electron expressed in the unit of MeV?

In: Physics

Write in C Language Write all these code in one program and upload. Consider this array...

Write in C Language

Write all these code in one program and upload.

Consider this array

char address1 [ ] = "12330 Washington Blvd, suite 300, Sacramento, CA 94560-2341" ;

(NOTE: The constant string on the RHS gets copied into the array address1 on the LHS)

1. Write a piece of code to count only letters in the string address1 using the function isAlpha  

2. Convert to all Upper Case

Write a program to convert address1 to all uppercase letters using toupper function

3. Write a program to count only the digists in the address1 array.

4. Declare

char address2 [ 100 ];  

Copy only letters and digits (use isalnum function) from Address1 to address2 .

In: Computer Science

1. When comparing the future value of two investments: one that earns 6% p.a. simple interest...

1.

When comparing the future value of two investments: one that earns 6% p.a. simple interest and the other that earns 6% p.a interest compounding annually, the difference can best be described as:

Select one:

A. the time value of money

B. a pricing convention in money markets

C. compound interest

D. interest on interest

2.The concept that a unit of currency today is not worth the same as a unit of currency in another time period is best described as the:

Select one:

A. rate of money.

B. capital use rate.

C. time value of money.

D. economic measure of money.

3.

Investment banks perform an important role in:

Select one:

A. Providing commercial loans to business

B. Providing a range of products including options, futures and general insurance to the general public

C. Originating, underwriting and distributing new securities for issuer companies

D. Networking clients to over-the-counter markets.

4.

A monetary strategy which involves negative interest rates, is likely to:

Select one:

A. Increase the funds that households save/lend

B. Increase the demand for funds by borrowers/spenders

C. Increase the rate of inflation

D. All of the above

5.

Which of the following option(s) represent the correct formula to multiply two values located in cells B1 and B2, by each other?

Select one:

a. Entering the formula: =B1*B2

b. Entering the formula: =MULTIPLY(B1:B2)

c. Entering the formula: =SUM(B1:B2)

d. Entering the formula: =B1xB2

In: Finance

Consuelo​ Chua, Inc., is a disk drive manufacturer in need of an aggregate plan for July...

Consuelo​ Chua, Inc., is a disk drive manufacturer in need of an aggregate plan for July through December. The company has gathered the following data. There are 8 hours of production per day.

Costs

Holding cost

​$8/disk drive​/Month

Subcontracting

​$80/disk drive

​Regular-time labor

​$12/hour

Overtime labor

​$18/hour (above 8​ hours)

Hiring cost

​$40/worker

Layoff cost

​$80/worker

Other Data

Current workforce​ (June)

8 people

​Labor-hours/disk drive

4 hours

​Workdays/month

20 days

Beginning Inventory

150 disk drives*

Ending Inventory

​0 disk drives

​*Note that there is no holding cost for June.

What will each of the two following strategies​ cost?

​a) Vary the workforce so that production approximates demand. Chua had eight workers on board in June. (Enter all responses as whole numbers​).

Fill in the table below. ​(Enter all responses as whole numbers. In the​ hire/layoff column, use positive numbers for hires-plus signs​ omitted; negative numbers for​ layoffs.)

Month

Demand*

Beg. Inventory

Personnel on staff**

Units produced

Hire/ Layoff

0 June

150

8

1 July

400

?

?

?

?

2 August

500

?

?

?

?

3 September

550

?

?

?

?

4 October

700

?

?

?

?

5 November

800

?

?

?

?

6 December

700

?

?

?

?

​* No costs are incurred for unmet demand.

​**When computing​ "Personnel on​ Staff," if 0.5 or more of an employee is needed round up and hire one more​ employee; if less than​ 0.5, round down.

The total inventory cost​ = __. (Enter your response as a whole​ number.)

The total hiring cost​ =__. (Enter your response as a whole​ number.)

The total layoff cost =__. ​(Enter your response as a whole​ number.)

The total​ cost, excluding normal time labor​ costs, is​ = __. (Enter your response as a whole​ number.)

​b) Vary overtime only and use a constant workforce of eight.

Fill in the table below. ​(Enter all responses as whole​ numbers.)

Month

Demand*

Production (Regular)

Ending Inventory

Overtime Production

0 June

150

1 July

400

320

?

?

2 August

500

320

?

?

3 September

550

320

?

?

4 October

700

320

?

?

5 November

800

320

?

?

6 December

700

320

?

?

The total inventory carrying cost​ = __. ​(Enter your response as a whole​ number.)

The total overtime premium cost​ =__. (Enter your response as a whole​ number.)

The total​ cost, excluding normal time labor​ costs, is​ =__. (Enter your response as a whole​ number.)

In: Operations Management

Read the words in from the binary file and figure out how many times each word...

Read the words in from the binary file and figure out how many times each word appears in the file. Display the results to the user.

Use ObjectInputStream to read binary file

Use a HashMap with the word as a key (String) and an Integer as the value. For each word, first check to see if it already exists in the Map. If not, add the word as key with a value of 1 for the Integer value. If it does, get the current value and increment by 1 – replace the old key,value with the new key, value. After all the words are processed and the HashMap is complete. Iterate through the Hash map and display the results in a user -friendly fashion.

Create an easy to read table and print to the console. Hint: Use tabs (/t) (values are not from file)

Example:

Word                     Count

A                             190

Apple                        6

Etc

In: Computer Science

In their attempt to leverage data on their users, firms are using a variety of techniques...

In their attempt to leverage data on their users, firms are using a variety of techniques to best target their products/services to prospective customers. Such initiatives could impact the privacy of customers by being too intrusive. What can customers do about such intrusions? What can firms do to alleviate such concerns?

In: Computer Science