AssignmentAssist
Home
Search
Login
Search
Engineering
Engineering
Middle School
Just getting to your class is enough for showing up.A) TrueB) False
Engineering
College
What are the molar volumes(cm3/mole) for the physically realistic stable root of ethylene gas at the given conditions? Note: Some mathematical solutions to the cubic may not be physically realistic.
Engineering
College
We would like to measure the density (p) of an ideal gas. We know the ideal gas law provides p= , where P represents pressure, R is a constant equal to 287.058 J/kg-K and I represents temperature. We use a pressure transducer to take 15 measurements, all under the same conditions. The sample mean and standard deviation obtained from these 15 pressure measurements are 120,300 Pa and 6,600 Pa respectively. The pressure transducer specifications sheet reports an accuracy of 0.6% of the full-scale output (FSO) and a sensitivity error of 0.3% of the FSO. The FSO for this instrument is 180,000 Pa. In addition, we use a thermocouple to measure the gas temperature. We take 20 temperature measurements and obtain a sample mean and standard deviation of 340 K and 8 K, respectively. The accuracy of the thermocouple is 0.25% of the reading and its hysteresis uncertainty is + 2 K. Calculate the density of the ideal gas and its total uncertainty for a 95% probability. (Sol: 1.2325 +0.1578 kg/m3)
Engineering
College
In C++ the declaration of floating point variables starts with the type name float or double, followed by the name of the variable, and terminates with a semicolon. It is possible to declare multiple variables separated by commas in one statement. The following statements present examples, float z; double z, w; The following partial grammar represents the specification for C++ style variable declaration. In this grammar, the letters z and w are terminals that represent two variable names. The non-terminal S is the start symbol. S=TV; V=CX X = , VIE T = float double C = z w 1 - Determine Nullable values for the LHS and RHS of all rules. Please note, your answer includes all Nullable functions for LHS and RHS, in addition to the resulting values. (25 points)
Engineering
College
Steam enters an adiabatic nozzle at 2.5 MPa and 450oC with a velocity of 55 m/s and exits at 1 MPa and 390 m/s. If the nozzle has an inlet area of 6 cm2 , determine (a) the exit temperature. (b) the rate of entropy generation for this process.
Engineering
College
Consider the following set of processes, with the length of the CPU burst given in milliseconds:Process Burst Time PriorityP1 2 2P2 1 1P3 8 4P4 4 2P5 5 3The processes are assumed to have arrived in the order P1, P2, P3, P4, P5, all at time 0.(a) Draw four Gantt charts that illustrate the execution of these processes using the following scheduling algorithms: FCFS, SJF, nonpreemptive priority (a larger priority number implies a higher priority), and RR (quantum = 2).
Engineering
College
Some Tiny College staff employees i s are information technology (IT) personnel. Some IT personnel provide technology support for academic programs. Some IT personnel provide technology infrastructure s programs and technology infrastructure support. IT personnel are not professors. IT personne are required to take periodic training to retain their technical expertise. Tiny College tracks a IT personnel training by date, type, and results (completed vs. not completed). Given that information, create the complete ERD containing all primary keys, foreign keys, and main attributes.
Engineering
College
Base course aggregate has a target density of 121.8 lb/ft3 in place It will be laid down and compacted in a rectangular street repair area of 1000 ft x 60 ft x 6 in. The aggregate in the stockpile contains 3.5% moisture. If the required compaction is 95% of the target, how many pounds of aggregate will be needed?
Engineering
Middle School
When your car is broken down on the side of the road, you should make your vehicle as _____ as possible. A. visible B. comfortable C. cooled D. loud
Engineering
College
Air at 620 kPa and 500 K enters an adiabatic nozzle that has an inlet-to-exit area ratio of 2:1 with a velocity of 120 m/s and leaves with a velocity of 380 m/s. The enthalpy of air at the inlet temperature of 500 K is h1 = 503.02 kJ/kg
Engineering
College
A process involves the removal of oil and other liquid contaminants from metal parts using a heat-treat oven, which has a volume of 15,000 ft3. The oven is free of solvent vapors. The ventilation rate of the oven is 2,100 cfm, and the safety factor (K) is 3. The solvent used in the process evaporates at a rate of 0.6 cfm (cubic feet per minute). The operator would like to know how long it would take the concentration to reach 425 ppm.
Engineering
College
When the compression process is non-quasi-equilibrium, the molecules before the piston face cannot escape fast enough, forming a high-pressure region in front of the piston. It takes more work to move the piston against this high-pressure region. Hence, a non-quasi-equilibrium compression process requires a larger work input than the corresponding quasi-equilibrium one.a. trueb. false
Engineering
College
Define a function PyramidVolume with double parameters baseLength, baseWidth, and pyramidHeight, that returns as a double the volume of a pyramid with a rectangular base. Relevant geometry equations:Volume = base area x height x 1/3Base area = base length x base width.(Watch out for integer division).#include /* Your solution goes here */int main(void) {printf("Volume for 1.0, 1.0, 1.0 is: %.2f\n", PyramidVolume(1.0, 1.0, 1.0) );return 0;}
Engineering
College
Two bodies have heat capacities (at constant volume) c, = a and c2 = bT and are thermally isolated from the rest of the universe. Initial temperatures of the bodies are T_10 and T_20, with T_20, > T_10. The two bodies are brought into thermal equilibrium (keeping the volume constant) while delivering as much work as possible to a reversible work source. (a) What is the final temperature T_f of the two bodies? (In case you are unable to solve for an explicit value of T_i, you will still get full credit if you explain in detail how to obtain the value). (b) What is the maximum work delivered to the reversible work source? (You may express the answer in terms of T_e without having to explicitly solve for it).
Engineering
College
If the specific surface energy for magnesium oxide is 1.0 J/m2 and its modulus of elasticity is (225 GPa), compute the critical stress required for the propagation of an internal crack of length 0.8 mm.
Engineering
College
Janelle Heinke, the owner of HaPeppas!, is considering a new oven in which to bake the firms signature dish, vegetarian pizza. Oven type A can handle 20 pizzas an hour. The fixed costs associated with oven A are $20,000 and the variable costs are $2.00 per pizza. Oven B is larger and can handle 40 pizzas an hour. The fixed costs associated with oven B are $30,000 and the variable costs are $1.25 per pizza. The pizzas sell for $14 each.a) What is the break-even point for each oven?b) If the owner expects to sell 9,000 pizzas, which oven should she purchase?c) If the owner expects to sell 12,000 pizzas, which oven should she purchase?d) At what volume should Janelle switch ovens?
Engineering
College
A rectangular channel 6 m wide with a depth of flow of 3 m has a mean velocity of 1.5 m/s. The channel undergoes a smooth, gradual contraction to a width of 4.5 m. (a) Calculate the depth and velocity in the contracted section. (b) Calculate the net fluid force on the walls and floor of the contraction in the flow direction. In each case, identify any assumptions made.
Engineering
College
The value read at an analog input pin using analogRead() is returned as a binary number between 0 and the maximum value that can be stored in [X] bits. 1. This binary number is directly linearly proportional to the input voltage at the analog pin, with the smallest and largest numbers returned corresponding to the minimum and maximum ADC input values, respectively. At a Vcc of 3.3 V, analogRead(A0) returns a value of 1023. Approximately what voltage is present at the pin A0 on the MSP430F5529?
Engineering
College
The pressure distribution over a section of a two-dimensional wing at 4 degrees of incidence may be approximated as follows: Upper surface: Cp constant at 0.8 from the leading edge to 60% chord, then increasing linearly to +0.1 at the trailing edge. Lower surface: Cp constant at 0.4 from the leading edge to 60% chord, then increasing linearly to + 0.1 at the trailing edge. Estimate the lift coefficient and the pitching moment coefficient about the leading edge due to lift.
Engineering
College
For this problem, you may not look at any other code or pseudo-code (even if it is on the internet), other than what is on our website or in our book. You may discuss general ideas with other people. Assume A[1. . . n] is a heap, except that the element at index i might be too large. For the following parts, you should create a method that inputs A, n, and i, and makes A into a heap.
Engineering
College
Assume that a specific hard disk drive has an average access time of 16ms (i.e. the seek and rotational delay sums to 16ms) and a throughput or transfer rate of 185MBytes/s, where a megabyte is measured as 1024.Required:What is the average access time for a hard disk spinning at 360 revolutions per second with a seek time of 10 milliseconds?
Engineering
College
A cylindrical specimen of a metal alloy 10 mm (0.4 in.) in diameter is stressed elastically in tension. A force of 15,000 N (3370 lbf) produces a reduction in specimen diameter of 7 * 10-3 mm (2.8 * 10-4 in.). Compute Poissons ratio for this material if its elastic modulus is 100 GPa (14.5 * 106 psi).
Engineering
College
If, for a particular junction, the acceptor concentration is 1017/cm3 and the donor concentration is 1016/cm3 , find the junction built-in voltage. Assume ni = 1.5 1010/cm3 . Also, find the width of the depletion region (W) and its extent in each of the p and n regions when the junction terminals are left open. Calculate the magnitude of the charge stored on either side of the junction. Assume that the junction area is 100 m2 .
Engineering
College
Blocks A and B are able to slide on a smooth surface. Block A has a mass of 30 kg. Block B has a mass of 60 kg. At a given instant, block A is moving to the right at 0.5 m/s, block B is moving to the left at 0.3 m/s, and the spring connected between them is stretched 1.5 m. Determine the speed of both blocks at the instant the spring becomes unstretched. 9.
« Previous
Page 22
Next »