Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
michael roy

michael r.

Divider

Questions asked

BEST MATCH

Task 1: ARP Cache Poisoning The objective of this task is to use packet spoofing to launch an ARP cache poisoning attack on a target, such that when two victim machines VM02 and VM03 try to communicate with each other, their packets will be intercepted by the attacker machine VM01, who can make changes to the packets, and can, thus, become the man in the middle between VM02 and VM03. code is not updating VM02 cache

View Answer
divider
BEST MATCH

13. The Accounting Dept. at Queens College (not subject to income taxes) is considering replacing a copy machine with a better one. The cost of the new copy machine will be $6,000 and it will have a useful life of 3 years. Using a hurdle rate of 10%, The Accounting Dept. calculates a net present value for the new copy machine of $964. Working backwards, how much is the annual uniform cash income from students who pay to use the new copy machine? A. $3,000 B. $2,900 C. $2,800 D. $2,700

View Answer
divider
BEST MATCH

escribe how a steroid hormone regulates the transcription of a gene

View Answer
divider
BEST MATCH

If we want to create a class of planets, we could use the following (base) class:

View Answer
divider
BEST MATCH

Text: Acme is a monopolist for a good and has constant marginal costs of MC = 30. They are currently charging a price of $50 and estimate that the elasticity of demand at the current price is 𝜀Q,P = -2. Is Acme maximizing profits, or could they do better by charging a lower or higher price? (Hint: Use the inverse elasticity pricing rule.)

View Answer
divider
BEST MATCH

Lift Device Using Acme Screws Design a device similar to that sketched in Figure 174. An electric motor drives the worm at a speed of 1750 rpm. The two Acme screws rotate and lift the yoke, which in turn lifts the hatch. See Example Problem 171 for additional details. Complete the entire unit, including the worm gear set, the chain drive, the Acme screws, the bearings, and their mountings. The hatch is 48 inches wide and 155 inches long, and its weight is 25,000 lbs. The screws in Example Problem 17-1 Figure 174. The total weight of the hatch is 25,000 lbs, divided equally between the two screws. Select a satisfactory screw from Table 171 based on tensile strength, limiting the tensile stress in the threads to 5000 psi. For the screw thus designed, compute the lead angle and the motion of the yoke, which will be 24 inches to be completed in 15.0 seconds or less. Use a coefficient of friction of 0.15. Solution: The load to be lifted places each screw in direct tension. Therefore, the required tensile stress area is F/A = 12,500 lbs / 10,000 lbs/in^2 = 1.25 in^2. From Table 171, a 1-inch diameter Acme thread screw with four threads per inch would provide a tensile stress area of 1.266 in^2. For this screw, each inch of length of a nut would provide 2.341 in^2 of shear stress area in the threads. The required shear area is then 12,500 lbs / 5000 lbs/in^2 = 2.50 in^2. Then the required length of the yoke would be h = 2.5 in^2 / 1.25 in = 2.0 inches. For convenience, let's specify h = 1.25 inches. The lead angle is (remember that L = p = 1/n = 1/4 = 0.250 inches) 0.250 = tan^(-1) = tan^(-1)(3.39) = 1.3429 degrees. The torque required to raise the load can be computed from Equation (17-10): FDp[(cosθtanφ) + f] = (1809 lbs-in)[0.968(0.15)(0.0592)] = 1809 lbs-in. The efficiency can be computed from Equation (17-7): η = 2τu / (FDp[(cosθtanφ) + f]) = 2(1809 lbs-in) / (1809 lbs-in) = 1. The torque required to lower the load can be computed from Equation (17-11): FD[(fcosθtanφ) + f] = (12,500 lbs)(1.3429 in)[0.15(0.968)(0.0592)] = 796 lbs-in.

View Answer
divider
BEST MATCH

There is a suspicion that human remains have been found at a Surface Burial site. • What specific steps should be taken processing that site and recovering the remains to maximize evidence preservation and determining identity and cause and manner of death?

View Answer
divider
BEST MATCH

Given the following chemical reaction and standard thermodynamic quantities in the table, FeO(s) + Fe(s) + O2(g) ? Fe2O3(s) FeO(s) Fe(s) O2(g) Fe2O3(s) ?H° (kJ/mol) -271.9 0 0 -822.16 ?S° (J/mol·K) 60.75 27.15 205.0 89.96 at 298 K, ?G° for this reaction is [Select] , and the reaction is [Select]

View Answer
divider
BEST MATCH

SQL COMPUTING NEW VALUES Sometimes your work requires data that does not yet exist so it must be calculated. SQL permits this and the next example demonstrates how to calculate new values. The table "order details" has columns including the UnitPrice of an item and the Quantity of that item purchased. If you wanted to know the extended cost (UnitPrice times Quantity) of each item sold then calculate it this way: select unitprice, quantity, unitprice * quantity from 'order details'Âą Since the table name, order details, has a space, it must be surrounded by ' when used in a query. REMINDER UNITPRICE QUANTITY UNITPRICE * QUANTITY 14 12 168 9.8 10 98 34.8 5 174 18.6 9 167.4 42.4 40 1696 7.7 10 77 Notice the heading for the computed column "UNITPRICE * QUANTITY". The next page describes how to make it more descriptive. CHECKPOINT Click and try CHECKPOINT Project the salary then bonus amount for each employee. Bonus is calculated as salary times .1 Do not name the calculated column. Use the employee table and the salary column. There is no bonus column so do not use it. select salary, salary * .1, salary * salary * .1 from employee CHECK MY ANSWER Did you use the correct table name: employee? Did you use the correct columns: salary? Did you perform the correct calculation? Remember: project two columns: salary and the bonus amount. Do not rename the calculated column. If CHECKPOINT button does not respond click yelllow circle in upper right of this page.

View Answer
divider
BEST MATCH

Computed Tomography: Assume a first-generation type of CT scanner (i.e parallel X-ray beam). Match the objects in the left column with the CT sinograms in the right column. A=? B= ? C=? D=?

View Answer
divider