swa8.jacad.com.br
Home
Search
Login
Search
Engineering
Engineering
College
Implement a Random Queue to randomly remove the books. This is an Implementation of the Queue interface in which the remove() operation removes an element that is chosen unl- formly at random among all the elements currently in the queue. The add(x) and remove() operations in a Random Queue should run in amortized constant time per operation You have to modify the file RandomQueue.py. Learning objectives: CLO 3 Hint: Use the random method randint from the module random to return random numbers. Test your Random Queue using the following tests. Remove one element from an empty Random Queue Add 5 elements and remove all, check that the remove operation return random values
Engineering
College
Q-1 For the gear train given below, the driver gears gear-2, gear-4, and gear-8, each have 14-T, gear-6 has 22-T, gear-3 and gear-7 both have 30-T, gear-5 and gear-9 each have 38 teeth. The input gear-2 has an angular speed of 490 rev/min (c.w.).a) Write the gear train values R29 and R92 in terms of gear tooth numbers, expressing the value of k (number of external gear-pairs. [24 pts.]b) Determine the magnitude and direction of the speed (n9) of the gear-9. [24 pts.]c) Determine the pitch diameters of gears in mm, [12 pts.]Rji=1/Rij
Engineering
College
When should an additional vertical cable support a structure to make it more rigid? Can you give an example
Engineering
College
A 5.3-ft3 rigid tank contains a saturated mixture of refrigerant-134a at 50 psia. If the saturated liquid occupies 20 percent of the volume, determine the quality and the total mass of the refrigerant in the tank. Use data from the tables. The total mass is lbm. The quality is
Engineering
High School
Which of the following is thebest option to secure to awall surface made with lathand plaster?A. Using a stud finder and securingdirectly to the studB. A toggle boltC. A one hole strap
Engineering
College
Technician A says that Detroit ACR injectors will amplify injectionpressure under heavy loads as needed by the engine. Technician Bsays that injection amplification in the ACR injector takes place atengine speeds just above idle. Who is correct?
Engineering
College
What type of DTCs are set by non-emission related diagnostic tests?
Engineering
College
The bonus rates for each salesperson are determined by sales amounts using the following scale: Sales greater than $35,000 earn a bonus rate of 5%, sales greater than $25,000 earn a bonus rate of 4%. All other sales (any amount greater than 0) earn a bonus rate of 2%. With the sheets still grouped, in cell C5 use an IFS function to determine the commission rate for the first salesperson whose sales are in cell B5. Fill the formula down through cell C8.
Engineering
College
Write a program that prompts the user to enter two points (x1, y1) and (x2, y2) and displays their distance between them. The formula for computing the distance is:Square root of ((x2 - x1) squared + (y2 - y1) squared) Note that you can use pow(a, 0.5) to compute square root of a.Sample Run:Enter x1 and y1: 1.5 -3.4Enter x2 and y2: 4 5The distance between the two points is 8.764131445842194C++ Please
Engineering
College
A cordless drill is best used for which of the following?Drilling holes in wall studsInstalling devices into boxesAttaching connectors to EMTAttaching boxes to wall studs
Engineering
High School
What is an article critique
Engineering
High School
2x2x 1/4 square tubing weighs 108.2lbs per 20. How many lbs. does one foot of the material weigh?
Engineering
College
In cases where the a motor vehicle (with an A/C system) is being scraped or junked, the refrigerant is being sent off-site to a reclaiming facility, then the refrigerant must be recovered to a minimum vacuum of _____ inches of mercury.
Engineering
College
the following question will reference the box.h file attached to this test. below is a prototype for an increment function for the box class
Engineering
College
Suppose that a rocket is launched straight up from the surface of the earth with initial velocity Vo = 2gR, where R is the radius of the earth. Neglect air resistance. (a) Find an expression for the velocity V in terms of the distance x from the surface of the earth. (b) Find the time required for the rocket to go 240,000 miles (the approximate distance from the earth to the moon). Assume that R = 4000 miles.
Engineering
College
Why should designers take a mobile-first approach when designing solutions for new potential users?
Engineering
High School
All of these are part of a repair blueprinting process, EXCEPT:A) determining total repair cost.B)straightening damaged parts.C) removing parts from the vehicle.D) taking initial measurements.
Engineering
College
Technician A says that fluorescent light bulbs may be hazardous waste.Technician B says that used spraybooth filters may be hazardous waste.Who is right?A)A onlyB)B onlyC)Both A and BD) Neither A nor B
Engineering
College
A Pelton wheel has a mean bucket speed of 35 m/s with a jet of water flowing at the rate of 1 m3/s under a head of 270m. The buckets deflect the jet through an angle of 170. Calculate the power delivered to the runner and the hydraulic efficiency of the turbine. Assume co-efficient of velocity as 0.98.
Engineering
College
The rigid block has a weight of 80 kips and is to be supported equally by steel posts (E 29,000 ksi, = 6. 60-1047F) (1) and (3), and brass post (2) (Ehr-14. 600 ksi, ,-9. 80-10-1F). All three posts have the same original length and cross-sectional area of S in- a) Write the equilibrium and compatibility equation(s) needed to solve the problem along with supporting sketches. Determine the normal stress in members (1), (2), and (3) in ksi after brass post (2) is heated by 20 b) 'F
Engineering
College
compare and contrast workshop technology and workshop practice
Engineering
College
Can you please help me with question 1?
Engineering
College
All of the following affect friction EXCEPT Humidity Surface finish Material Temperature
Engineering
College
Output range with increment of 10 Write a program whose input is two integers. Output the first integer and subsequent increments of 10 as long as the value is less than or equal to the second integer. Ex: If the input is: -15 30 the output is: -15 -5 5 15 25 Ex: If the second integer is less than the first as in: 20 5 the output is: Second integer can't be less than the first.
« Previous
Page 25
Next »