swa8.jacad.com.br
Home
Search
Login
Search
Engineering
Engineering
College
An input gear has 55 teeth and the output gear has 25 teeth. What is the gear ratio of these gears? Which gear turns faster and how much faster is it compared to the other gear?
Engineering
College
Which of the following traversals would print all of the elements in the 2D array of integers nums in row-major order?a) for(int col = 0; col < nums.length; col++) { for(int row = 0; row < nums[col].length; row++) { System.out.println(nums[col][row]); } }b) for(int row = 0; row < nums.length; row++) { for(int col = 0; col < nums[0].length; col++) { System.out.println(nums[col][row]); } }c) for(int row = 0; row < nums[0].length; row++) { for(int col = 0; col < nums.length; col++) { System.out.println(nums[row][col]); } }d) for(int row = 0; col < nums[0].length; col++) { for(int row = 0; col < nums.length; row++) { System.out.println(nums[row][col]); } }
Engineering
College
Technician A says that individuals using hazardous materials for personal use are exempt from the final rule.Technician B says that hobbyists using hazardous materials are exempt from the final rule as long as they do not spray more thantwo vehicles per year.Who is right?A)B)C)D)B onlyBoth A and BA onlyNeither Anor B
Engineering
College
Define a function PrintVal() that takes two integer parameters and outputs the product of all positive integers starting with the first and ending with the second parameter. If no positive integers exist, product is 1. End with a newline. The function does not return any value. Ex: If the input is -2 5, then the output is: 120 Note: Positive numbers are greater than 0. What do I have wrong? Help look at my code below.#include using namespace std;void PrintVal(int numberA, int numberB) {int product;int i = 0;for(int i = numberA; i < numberB; i++) {if(numberA > 0) {product = product * i;cout numberA;cin>>numberB;PrintVal(numberA, numberB);return 0;}
Engineering
College
compare and contrast workshop technology and workshop practice
Engineering
College
What are the advantaged and disadvantages of a fire tower
Engineering
College
As a network engineer, you have been tasked to form a Gigabit Ethernet for connecting a data center with a data closet in an office building. Identify which of the following fiber Ethernet standards would you apply in this situation.a. 1000BASE-FXb.10GBASE-SRc.10GBASE-LRd. 1000BASE-LX
Engineering
College
In (Figure 1), F = 750 N. Determine the tension developed in cables AB, AC, and AD.
Engineering
College
Which of the following is the primary function of a circuit tester?To test a receptacle deviceTo test a toggle switchTo test a circuit breakerTo test amperage
Engineering
College
Can you help me answer these questions?
Engineering
College
Determine the dimension of a cylindrical riser to be used for the casting as aluminium cube of sides 15cm. The volume shrinkage of aluminium during the solidification is 6.5%.Hint: Volume of the riser = 3% (Shrinkage volume of the casting)
Engineering
College
Using the grammar in Example 3.4 [p.120]*, show a sentential form leftmost derivation for each of the four following statements. Write your derivations in the answer space below: Note: These are the same four statements as the previous questions. a. A = (A+B) *C b. A=B+C+A c. A = A * (B+C) d. A = B*C*(A + B)) * Sebesta, 11th ed. For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac).
Engineering
College
technician a says throttle body cleaner may be used to clean the iac motor internal components. technician b says on some vehicles, iac motor damage can occur if the pintle is cleaned with throttle body cleaner. who is correct?
Engineering
College
create a driver in a class called studentmain. use the student class you created in question 8 above to create two students called abby and brady. assign grade 83.9 to abby and grade 75.5 to brady. use the tostring method to display/ print these two students.
Engineering
College
Explain the difference between dimensioning standards for inches and the standards for millimeters
Engineering
College
In two dimensions, we can specify a line by the equation y=mx+h. Find an affine transformation to reflect two-dimensional points about this line. Extend your result to reflection about a plane in three dimensions
Engineering
College
Python bst codesIn a list
Engineering
College
What are the partial products of 2. 3 x 2. 6
Engineering
College
When you use a thick syringe to drive a thin syringe, you lose strength but gain distance or do gain both strength and distance
Engineering
College
An aircraft tow bar is positioned by means of a single hydrauliccylinder connected by a 25-mm-diameter steel rod to two identicalarm-and-wheel units DEF. The mass of the entire tow bar is 200 kg,and its center of gravity is located at G. For the position shown,determine the normal stress in the rod.
Engineering
College
What are 4 different telescopes that are used to see radio waves?
Engineering
College
Find the value of the variable resistor R, in the circuit in Fig. P4. 85 that will result in maximum power dissipation in the 62 resistor. (Hint: Hasty conclusions could be hazardous to your career. ) What is the maximum power that can be delivered to the 6 12 resistor?
Engineering
College
Cable ABC has a length of 5 m. Determine the position x and the tension developed in ABC required for equilibrium of the 100-kg sack. Neglect the size of the pulley at B. Ans. : x = 1. 38 m, T = 687 N -3. 5 m 0. 75 m
Engineering
College
just giving away poings bc i feel like it :) have a good day
« Previous
Page 26
Next »