Questions
Write a program in C that takes the length and the integers to be stored in...

Write a program in C that takes the length and the integers to be stored in an array and shifts array by N positions.

Example:

Input the number of elements to store in the array (max 10) : 5

Input 5 integers to be stored :

Index - 0 : 12

Index - 1 : 29

Index - 2 : 68

Index - 3 : 32

Index - 4 : 97

Input number of shifts : 2

Expected Output :

The given array is : 12 29 68 32 97

After 3 shifts the array becomes: 32 97 12 29 68

In: Computer Science

Prove that the rank of the Jacobian matrix does not depend on the choice of the...

Prove that the rank of the Jacobian matrix does not depend on the choice of the generators of the ideal.

In: Advanced Math

It is your job to determine your company’s marginal cost of capital schedule. The firm’s current...

It is your job to determine your company’s marginal cost of capital schedule. The firm’s current capital structure, which it considers optimal, consists of 30% debt, 20% preferred stock, and 50% common equity. The firm has determined that it can borrow up to $15 million in debt at a pre-tax cost of 7%, an additional $9 million at a pre-tax cost of 9%, and any additional debt funds at 11%. The firm expects to retain $25 million of its earnings; any additional income can be raised by issuing new common stock. The firm’s common stock currently trades at $30 per share, and it pays a $3.00 per share dividend. Dividends are expected to grow at a 5% annual rate over time. If the firm issues new common stock it will be sold to the public at a 10% discount. There will also be a $2.00 per share flotation cost. Preferred stock can be issued in unlimited quantities at a pre-tax cost of 12%. If the firm decides to raise more than $80m in capital, what is the cost of that capital? Assume a tax rate of 40%.

Question 12 options:

11.63%

12.38%

13.18%

14.01%

In: Finance

A manager receives a forecast for next year. Demand is projected to be 600 units for...

A manager receives a forecast for next year. Demand is projected to be 600 units for the first half of the year and 900 units for the second half. The monthly holding cost is $2 per unit, and it costs an estimated $55 to process an order.

a. Assuming that monthly demand will be level during each of the six-month periods covered by the forecast (e.g., 100 per month for each of the first six months), determine an order size that will minimize the sum of ordering and carrying costs for each of the six-month periods. (Round your answers to the nearest whole number.)

Period Order Size 1 – 6 months units

7 – 12 months units

b. If the vendor is willing to offer a discount of $10 per order for ordering in multiples of 50 units (e.g., 50, 100, 150), would you advise the manager to take advantage of the offer in either period? If so, what order size would you recommend? (Round intermediate calculations to 2 decimal places.)

Period Order Size

1 – 6 months units

7 – 12 months units

In: Operations Management

How many types of DNA ligases? and describe the (Weiss unit) used to determine the concentration...

How many types of DNA ligases? and describe the (Weiss unit) used to determine the concentration these DNA ligases?

In: Biology

A small copy center uses 6 600-sheet boxes of copy paper a week. Experience suggests that...

A small copy center uses 6 600-sheet boxes of copy paper a week. Experience suggests that usage can be well approximated by a normal distribution with a mean of 6 boxes per week and a standard deviation of .60 boxes per week. 2 weeks are required to fill an order for letterhead stationery. Ordering cost is $6, and annual holding cost is 35 cents per box.
Use Table.

a. Determine the economic order quantity, assuming a 52-week year. (Round your answer to the nearest whole number.)

EOQ             boxes

b. If the copy center reorders when the supply on hand is 13 boxes, compute the risk of a stockout. (Round "z" value to 2 decimal places and final answer to 4 decimal places.)

Risk            

c. If a fixed interval of 7 weeks is used for ordering instead of an ROP, how many boxes should be ordered if there are currently 28 boxes on hand, and an acceptable stockout risk for the order cycle is .0228? (Round "z" value to 2 decimal places and final answer to the nearest whole number.)

Q
0           

In: Operations Management

How does ones perception and/or ability change from studying "Networking Essentials and Security"?

How does ones perception and/or ability change from studying "Networking Essentials and Security"?

In: Computer Science

The 8 managerial tasks relevant to executing strategy effectively. Staffing, developing resources, developing competencies, developing capabilities,...

The 8 managerial tasks relevant to executing strategy effectively.

  1. Staffing, developing resources, developing competencies, developing capabilities, organizational structure (10)
  2. Steer resources to critical value chain activities (11)
  3. Ensure policies and procedures are in place (11)
  4. Adopt best practices and pushing for continuous improvement in how value chain activities are performed (11)
  5. Installing information and operating systems (11)
  6. Using rewards and incentives properly (11)
  7. Instilling a corporate culture (12)
  8. Exercise strong leadership, make corrective adjustments, move toward operating excellence. (12)

Choose at least one of these areas that relate to Netflix and specifically discuss how, as their strategic planner, you would implement the activities involved. You may choose more than one.

In: Operations Management

Sequoia Furniture Company’s sales over the past three months, half of which are for cash, were...

Sequoia Furniture Company’s sales over the past three months, half of which are for cash, were as follows:

March April May
$430,000 $680,000 $550,000

a. Assume that Sequoia’s collection period is 60 days. What would be its cash receipts in May? What would be its accounts receivable balance at the end of May?

Cash receipts

Accounts receivable balance

b. Now assume that Sequoia’s collection period is 45 days. What would be its cash receipts in May? What would be its accounts receivable balance at the end of May?

Cash receipts
Accounts receivable balance

In: Finance

Timer 0 in normal mode (AVR) MSYS LAB8 I'm lost on how to write this.. #include...

Timer 0 in normal mode (AVR) MSYS LAB8

I'm lost on how to write this..


#include <avr/io.h>
#include "led.h"

// Prototype
void T0Delay();

int main()
{
   unsigned char x = 0;
   //Ready the LED-port
   initLEDport();
       DDRA = 0x00; //port A as input
       DDRB = 0xFF; //port B as output

   while(1)
   {
       // Wait 1/125 seconds
       T0Delay();
       // Increment and show the variable x
       x++;
       writeAllLEDs(x);
   }
}

void T0Delay()
{
   //<----- Write this function so that T0Delay() uses timer 0 in normal mode,
   // in order to wait exactly 1/125 seconds.
   // Use a clock prescaler value of 1024.
}

In: Computer Science

Sales of​ Volkswagen's popular Beetle have grown steadily at auto dealerships in Nevada during the past...

Sales of​ Volkswagen's popular Beetle have grown steadily at auto dealerships in Nevada during the past 5 years​ (see table​ below).

                                                    

Year

Sales

1

460

2

495

3

516

4

555

5

590

​a) Forecasted sales for year 6 using the trend projection​ (linear regression) method are ____ sales ​(round your response to one decimal​ place).

​b) The MAD for a linear regression forecast is _____ sales ​(round your response to one decimal​ place)

​c) The MSE for the linear regression forecast is ______ sales ​(round your response to one decimal​ place).

In: Operations Management

Using ASP.NET create an Age Calculator; which can determine an age according to a given date...

Using ASP.NET create an Age Calculator; which can determine an age according to a given date of birth. The calculated age will be displayed in years, months, weeks, days, hours, minutes, and seconds. How old are you in years, or months, or weeks, or days, or minutes, or seconds. The only input parameter is the birth date then the user will know his age

In: Computer Science

Determine the mg of aspirin in a commercial aspirin tablet labeled to contain 5 grains using...

Determine the mg of aspirin in a commercial aspirin tablet labeled to contain 5 grains using the following data: 800.0 mg of pure aspirin was treated as the experiment called for and diluted to exactly 1000.0 mL. A reagent blank was prepared and set to read 0.00 absorbance. Exactly 10.00 and 5.00 mL of the standard aspirin solution were each treated with 10 mL of Fe 3+ solution, diluted to exactly 100.0 mL and found to have absorbances of 0.837 and 0.410 respectively. A 374.5 mg commercial aspirin tablet was treated as the experiment called for and diluted to exactly 500.0 mL. Exactly 10.00 and 5.00 mL of the sample solution were each treated with 10 mL of Fe 3+ solution, diluted to exactly 100.0 mL and found to have absorbances of 0.694 and 0.336 respectively. Comment

In: Chemistry

Your project sponsor is concerned about the duration of your project schedule and thinks that you...

Your project sponsor is concerned about the duration of your project schedule and thinks that you need to cut some time out of the schedule. He thinks that all of the testing that you have included in the plan is not necessary. How would you respond to this? What are the risks of removing the testing with regard to the overall project?

In: Computer Science

A 6.000 g bullet Is fired with a velocity of 600.0 m/s towards a 2.000 kg...

A 6.000 g bullet Is fired with a velocity of 600.0 m/s towards a 2.000 kg stationary target. The target has frictionless wheels and rest on a horizontal surface. When the bullet hits the target, it becomes lodged in it, and the target and bullet move forward at a common velocity. Find the velocity of the bullet and target combination after the collision.

In: Physics