GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

Author Archives: Anonymous

  All data must eventually be represented numerically for pr…

  All data must eventually be represented numerically for processing on a computer system.  For example, a picture is comprised of tiny squares of light, each with a color and a coordinate.  The color can be represented numerically using a scheme like RGB, which is featured in the graphic.    Given the graphic presented (which has been zoomed to see individual data elements), what is the exact coordinate of the square marked in black? ([x], [y])   Core content: Data Representation

Read Details

x = 5while x > 0:    x -= 1    print(x, end=”)   What is…

x = 5while x > 0:    x -= 1    print(x, end=”)   What is output by the program?   Core content: Programming – Control Structures (Repetition: While Loops)

Read Details

Which of the following hardware devices is primarily respons…

Which of the following hardware devices is primarily responsible for maintaining active data while the computer is powered on?   Core content: Computer Architecture – Components (CPU, Motherboard, RAM, Storage, Video Cards, I/O)

Read Details

dice1 = 3dice2 = 6 if dice1 + dice2 > 9:    if dice1 == dice…

dice1 = 3dice2 = 6 if dice1 + dice2 > 9:    if dice1 == dice2:        print(‘Double high’)    else:        print(‘Single high’)elif dice1 + dice2 > 5:    if dice1 == dice2:        print(‘Double med’)    else:        print(‘Single med’)else:    if dice1 == dice2:        print(‘Double low’)    else:        print(‘Single low’)   What is output by the program?   Core content: Programming – Control Structures (Selection: If/Else If)

Read Details

score = 3 if score >= 3:    print(‘Pass’)else:    print(‘Fai…

score = 3 if score >= 3:    print(‘Pass’)else:    print(‘Fail’)   What is output by the program?   Core content: Programming – Control Structures (Selection: If/Else)

Read Details

This table of values represents the path of a volleyball as…

This table of values represents the path of a volleyball as it travels from a player on one side of the court, over the net,  to a player on the other side of the court:  Distance (m) Height (m) 0 1.0 1 2.5 2 3.0 3 2.5 4 1.0 a)Enter the data above into the “Desmos” graphing calculator.  [1] b) Determine the equation (like we did in class) and insert the link, or a screen-shot of your graph here.  [3] Desmos Graphing Template (if needed)https://www.desmos.com/calculator/mniyjyafga c) State the equation of the line in the form y = ax2 +bx + c,  based on your results from above.  [2]

Read Details

Inthe Excel template, use the “Peter WACC” tab.   Peter Park…

Inthe Excel template, use the “Peter WACC” tab.   Peter Parker Industries manufactures a variety of superhero weapons. The company is considering introducing a new super-charged, solar-powered, disintegration ray gun.  The company’s CFO has collected the following information about the company for WACC calculation:  The company has a Beta of 1.4.  The risk free rate is 2.5% and the market risk premium is 8.5%.  The company has 100,000 shares outstanding with a current price of $12.  The company also has 10,000 shares of preferred stock outstanding with a dividend rate of 4% and a par value of $100.  It is currently trading for $75. The company’s debt has an average coupon rate of 4%, makes semi-annual payments, and has an average of 8 years to maturity.  The bonds currently trade at 110% of par with par of $1,000.  There are 2,000 bonds outstanding. The company’s tax rate is 21%. What is PP’s WACC?  Format:  XX.XX% with no leading 0’s.

Read Details

What volume of hydrogen at 304 K and 0.986 atm may be prepar…

What volume of hydrogen at 304 K and 0.986 atm may be prepared by the reaction of 8.98 g of gallium with an excess of hydrochloric acid? (R = 0.08206 L atm mol–1 K–1 , PV = nRT).  

Read Details

A patient taking fluoxetine (Prozac) presents with agitation…

A patient taking fluoxetine (Prozac) presents with agitation, diaphoresis, hyperreflexia, and confusion after starting tramadol. What is the most likely diagnosis?

Read Details

A sample of gas has a volume of 40.0 mL at a pressure of 6.5…

A sample of gas has a volume of 40.0 mL at a pressure of 6.5 psi. Determine the volume of the gas at a pressure of 8.5 psi.

Read Details

Posts pagination

Newer posts 1 … 35 36 37 38 39 … 82,664 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top