Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
jes-s payne

jes-s p.

Divider

Questions asked

BEST MATCH

Question 22 1 pts Maya does not drive through red lights, follows similar fashion to her peers, and does not drink alcohol as she follows the beliefs of the religious group to which she belongs. All these things control her social life and are examples of: Sociology Theory Social Controls Social Facts

View Answer
divider
BEST MATCH

You are tasked with creating a program that collects snowfall data at the Taos Ski Area for a specific period and then sorts it using a sorting algorithm. The program should allow the user to input the snowfall data, store it in a structure array, sort it, and display the results. Instructions: Using the program language C++: Define a structure called SnowfallData with the following members: date (a string to store the date in MM/DD format) inches (a floating-point value to store the snowfall inches) The main function should accept the entry from the user of an integer for number of days to be collected. It should define the structure object and call the additional functions. In addition to the main function, write the following functions: inputSnowfallData: Is passed the array and integer n from main (the number of snowfall data entries) and prompts the user to input the data (date and snowfall inches) for each entry. Store the data in the array. sortSnowfallData: Implements a sorting algorithm to sort the snowfall data based on the date. displaySortedData: Displays the sorted data (dates and corresponding snowfall inches) in ascending order by date. Sample Dialog: Suppose the user enters the following data: Enter the number of snowfall data entries: 5 Enter date (MM/DD): 01/15 Enter snowfall inches: 3.5 Enter date (MM/DD): 01/16 Enter snowfall inches: 2.0 Enter date (MM/DD): 01/14 Enter snowfall inches: 1.8 Enter date (MM/DD): 01/17 Enter snowfall inches: 4.2 Enter date (MM/DD): 01/13 Enter snowfall inches: 2.5 5. Your program should output: Sorted Snowfall Data at the Taos Ski Area ----------------------------------------------------------- 01/13: 2.5 inches 01/14: 1.8 inches 01/15: 3.5 inches 01/16: 2.0 inches 01/17: 4.2 inches Validations: The number of data entries (n) should be at most 100. Snowfall inches should be positive floating-point values. Date can be an unvalidated string

View Answer
divider
BEST MATCH

The release factors binding to the stop codons UAG, UAA, and UGA terminates ___________

View Answer
divider
BEST MATCH

You are to administer a pre-op antibiotic to your pediatric patient (14.8 kg). The order reads Vancomycin 148 mg IV over 2 hr q6h. The safe dose is: 40 mg/kg/day. This ordered dose is safe. True or False? O True O False Question 47 1pts Order: Ticar 4 g IV q6h. Client weighs 175 lb. Recommended dose is 200 to 300 mg per kg per day given in divided doses every 4 to 6 hr. Round off weight to the nearest tenth. This dosage is safe. True or False? O True O False

View Answer
divider
BEST MATCH

2. You have a system where the open loop transfer function is given by: $G(s) = \frac{50 \cdot (s - 2)^2}{(s^2 + 4s + 8)(s + 5)^2}$ (a) Sketch the Nyquist plot for this system. (10 pts) (b) Is the system stable? (why or why not?) (2 pts) (c) Is the system minimum phase? (why or why not?) (2 pts) (d) What are the system's phase and gain margins? (6 pts)

View Answer
divider
BEST MATCH

Table 10.1 Quantity Price ($) Total Revenue ($) Marginal Revenue ($) Total Cost ($) Marginal Cost ($) Average Total Cost($) 0 25 0 25 30 --- --- 2 24 48 23 35 2.5 17.5 4 23 92 21 45 5 11.25 6 22 132 19 60 7.5 10 8 21 168 17 77 8.5 9.63 10 20 200 15 100 11.5 10 12 19 228 13 126 13 10.5 14 18 252 11 165 19.5 11.79 16 17 272 9 210 22.5 13.13 18 16 288 7 260 25 14.44 20 15 300 5 320 30 16 Table 10.1 shows information about cost and demand for a monopolistic competitor If this industry was monopolistic competitive, what profit (or loss) would the firm earn? ? $102 ? $105 ? $300 ? $30

View Answer
divider
BEST MATCH

A Y-connected balanced three-phase source has a line-to-neutral voltage of phase A as 240 V. This is connected to a balanced three-phase Delta-connected load with an impedance of each phase of (28+j10). Calculate: (b) Reactive power consumed by the load (c) Phase current in the load (d) Line current of the load (e) Power factor, state if it is leading or lagging

View Answer
divider
BEST MATCH

Problem Statement 2 [35, CO3] The motion of a damped vertical spring system with a sudden inclusion of the mass is described by the following ordinary differential equation: $m\frac{d^2y(t)}{dt^2} + c\frac{dy(t)}{dt} + ky(t) = mg; \quad t \ge 0$ where $y(t)$ = displacement of the mass from the equilibrium position, $t$ = time (s), $m$ = 5kg mass, and $c$ = the damping coefficient (Ns/m). Assume, the damping coefficient $c$ takes on three values of 2.5 (under-damped), 20 (critically damped), and 100 (over-damped). The spring constant $k$ = 20 N/m and the acceleration due to gravity, $g$ = 9.81 ms$^2$. The initial displacement and the initial velocity both are zero (the spring was at rest before the inclusion of the 'mg' weight on it). Solve this equation using RK-4 method over the time period $0 \le t \le 40s$. Plot the displacement versus time curves for each of the three values of the damping coefficient on the same curve. Also plot the velocity versus time curves in the similar manner. Estimate the peak value, peak time, rise time, overshoot and the final value of the displacement curves for each values of $c$. [Hints: If there is no oscillation found in the curve, overshoot will be zero, and the peak value and peak time will be undefined. However, by definition, the overshoot is, Overshoot $= \frac{Peak \quad Value - Final \quad Value}{Final \quad Value} \times 100%$ However, rise time is defined as the time required for the curve to reach the 90% of its final value from the 10% of its final value.]

View Answer
divider
BEST MATCH

6. Draw the preferred starting alcohol and alkyl halide to prepare the below ether. (3 pts) Alcohol 7. Show all the steps and reagents necessary to complete the synthesis. (6 pts) OH OH Na Br Alkyl Halide HO

View Answer
divider
BEST MATCH

value 10.00 points A pump is used to transport water to a higher reservoir. If the water temperature is 50°C, determine the lowest pressure that can exist in the pump without cavitation. kPa Hints References Hint #1 Check my work Show all X HW01_5_FluidIntro....pdf IMG_1263.jpg hp

View Answer
divider