the left rear brake drum is scored, but the right rear drum looks as good as new. technician a says the left-side drum should be resurfaced and the right-side drum should be reinstalled without resurfacing. technician b says both sides should be remachined to a similar diameter. who is correct?

Answers

Answer 1

Technician b is correct because the left rear brake drum is scored, but the right rear drum looks as good as new then both sides should be remachined to a similar diameter.

A brake drum is a revolving cylinder-shaped component that is friction-activated by a set of shoes or pads pressing outward against it. Drum brakes are brakes where shoes are pressed against the inner surface of the drum. Drum brakes are frequently used at the rear. Compared to disc brakes, these brakes have more parts and are more difficult to maintain, but they cost less to make and are simple to add an emergency braking mechanism. The front and rear brakes are standard equipment on all automobiles. Your car may have a "disc brake" system on all four wheels, a "drum brake" system on all four wheels, or a combination of the two. Typically, the front brakes of your car have a disc system, and the rear brakes have a drum system.

Learn more about brake drum here:

https://brainly.com/question/14937026

#SPJ4


Related Questions


Physical entry into the rotor hub is not typically permitted below -10°F (-23°C) for
any purpose.

Answers

Because a single movable pulley's effectiveness is not 100%, physical access to the rotor hub is normally prohibited below -10°F (-23°C).Typically, the rotor hub is the part that secures the blades and attaches them to the wind turbine's main shaft.

Describe the rotor hub.The part that typically supports the blades and links them to the main shaft of the wind turbine is called the rotor hub. It is an essential part not only because it rotates to power the generator but also because it keeps the blades in the ideal position for optimal aerodynamic efficiency.The rotor is squeezed by the pads as they are pressed against it by powerful hydraulic pressure. We can stop the car by applying pressure to the brake pads against this surface. The component known as the hub contains the wheel bearing that the axle will rest on.The main rotor blades of a helicopter are moved by means of a mechanical device called a swashplate.The rotor hub is the part that secures the blades and attaches them     to the wind turbine's main shaft.

To learn more about Rotor hub refer to:

https://brainly.com/question/15022835

#SPJ1

create a style rule for the fieldset and input elements that sets the bottom margin to 2%. create a style rule for the fieldset legend that sets the font-size to 1.25em and makes the font bold. create a style rule for the label that sets the display to block and sets padding-top to 3%. create a style rule for the btn class selector that removes the border, sets the top and bottom margin to zero and the left and right margin to auto, sets the display to a block, sets the padding to 5%, sets the background-color to 003399, sets the font-size to 1.25em, sets the border-radius to 10px, and sets the color to white (fff).

Answers

Body's background color is specified by the following style: linear-gradient(to top right, 0%, 100%) body font family: Geneva, Arial, sans-serif; no-repeat fixed center;.

/* Style for body specifies background color */ body background: linear-gradient (to top right, 0%, 100%); no-repeat fixed center; font-family: Geneva, Arial, sans-serif;

/* The container element's style/

width of #container is 90%.

margin: 0 auto; fieldset legend's font-size and weight are bold; label's display is block; padding-top is 3%; input's margin-bottom is 2%; and fieldset legend's margin-bottom is 2%.

.btn displays as a block with the following properties: background color of #003399, foreground color of #fff, font size of 1.25em, margin of 0 auto, padding of 5%, border of none, and border-radius of 10px.

/* The footer element's style /*

footer.9em font size, middle text alignment.

To know more about font click here:

https://brainly.com/question/14934409

#SPJ4

a run chart is a bar graph that depicts data points and their order of occurrence.
a. true
b. false

Answers

Answer:

False

Explanation:

A run chart displays the history and pattern of variation of a process over time. It is a line chart that shows data points plotted in the order of occurrence.

Hope this helps!!! :)

a service conductor without an overall jacket must have a clearance of not less than above a window that can be opened.

Answers

A service conductor without an overall jacket must have a clearance of not less than three feet above a window that can be opened.

The standards for the installation of service conductors, devices for controlling and safeguarding services, as well as related equipment are addressed in Article 230.

Service conductor installed as open conductors or multiconductor cables outside of an entire outer jacket should be at least three feet away from any windows that can be opened, doorways, terraces, balconies, ladders, steps, fire exits, and other similar areas.

Nevertheless, conductors that traverse over a window's top tier may also be closer to the window than 914 mm (3.0 ft).

Final spans must maintain a vertical clearance of 914 mm (3.0 ft) or so with respect to platforms, projecting, or elevations from which they'll be accessed.

Learn more about service conductor here: https://brainly.com/question/28298618

#SPJ4

this program will input an undetermined number of student names // and a number of grades for each student. the number of grades is // given by the user. the grades are stored in an array. // two functions are called for each student. // one function will give the numerical average of their grade

Answers

This program will input an undetermined

#include <iostream>
#include <string>
#include <iomanip>
using namespace std;

// function prototypes
void getData(string [], int [][5], int);
void average(int [][5], int);

What is program?
A computer utilises a set of instructions called a program to carry out a particular task. A program is like the recipe for a computer, to use an analogy. It includes a list of components and a collection of instructions that explain to the computer how to carry out a certain task. Specific program languages, such C++, Python, and Ruby, are used to construct programmes. These are high level, writable, and readable programming languages. The computer system's compilers, interpreters, or assemblers subsequently convert these languages into low level machine languages. Although it is typically far more cryptic and challenging to grasp, assembly language is a form of low level language that really is one step beyond machine language. Technically, a human could write assembly language.

To learn more about program
https://brainly.com/question/28717367
#SPJ4

7. the hlsm below shows an alarm system that sets a single-bit output alarm to 1 when the average temperature of four consecutive samples meets or exceeds a user-defined threshold value. the system has a 32-bit unsigned input ct, which is the current temperature, and a 32-bit unsigned input wt, which is the warning threshold. a single-bit input clr when 1 disables the alarm and the sampling process. fill in the blanks with tmp0, tmp1, tmp2, tmp3 and avg for the components in the datapath. (answers are case sensitive)

Answers

Shift register components can be found in the data route as A, B, C, and D. Take tmp0, tmp1, tmp2, and tmp3 as the outputs of the flip-flops A, B, C, and D, respectively. After the initial shift, when tmp ld is set to 1, the following occurs:

tmp0 (o/p of A) = CT

similarly, tmp1 (o/p of B) = tmp0

tmp2 (o/p of C) = tmp1

tmp3 (o/p of D) = tmp2.

Now, the output of A, B, C, and D would all be zero because tmp0, tmp1, and tmp2 were all initialised to zero. Flip flop A alone has the output, which is CT. These outputs are added in two stages: first, A is added to B (i.e., CT+tmp0), then C is added to D (i.e., tmp1+tmp2), and finally, the outputs of the first stage are added in the second stage before being shifted right by two bits, or divided by four. As a result, E flipflop stores the average of all the outputs, which is (CT + tmp0 + tmp1 + tmp2) /4.

So, A= tmp0 which eventually gets CT,

B=tmp1 which eventually gets tmp0 (=0),

C=tmp2 which eventually gets tmp1 (=0),

D=tmp3 which eventually gets tmp2 (=0),

E= avg of tmp0,tmp1,tmp2,tmp3 (=CT/4).

What is tmp?

A temporary file, or tmp is one that has been created to hold data temporarily, either for a program's interim needs or for later transfer to a permanent file. Computer programmes may produce it for a variety of reasons, including as when they are unable to allot enough memory for their duties, when they are working with data that is larger than the architecture's address space, or as a crude kind of inter-process communication.

To learn more about tmp

https://brainly.com/question/2456631

#SPJ4

EMISSIONS ASSESSMENT
What is the best recommendation you can make to your
customers to prevent emissions systems failure?
Running only ethanol-free gas in their vehicle
Wait until the gas light comes one before filling the car up
Regular maintenance of the fuel and emissions system
Regularly grease tie rod ends
Select Submit

Answers

Answer:

The best recommendation to prevent emissions systems failure is to regularly maintain the fuel and emissions system.

Explanation:

write a function in c++ , that would read contents of file student.dat and display the details of those students whose percentage is above 75.

Answers

A function in C++, that would read contents of file student.

#include <iostream>
#include <fstream>
using namespace std;

int main () {
  // local variable declaration:
  int percentage;
  string name;

   // open a file in read mode.
  ifstream infile;
  infile.open ("student.dat");

   cout << "Reading from the file" << endl;
  infile >> name >> percentage;

   // write inputted data into the file.
  while (!infile.eof()) {
     if(percentage>75)
     {
     cout << "Name of the Student : " << name << endl;
     cout << "Percentage :" << percentage << endl;
     }
     infile >> name >> percentage;
  }
   // close the opened file.
  infile.close();
   return 0;
}

What is C++?
The programming language C++ (sometimes known as "C-plus-plus") is used to create software. It is an object-oriented language which puts objects—data fields with distinctive attributes—instead of logic or functions as its primary concern. A user account on the a website is a typical illustration of an object. Each time a brand-new account is created, the basic components of a user account—which normally include information like first and surname names, email addresses, etc.—can be readily copied. Bjarne Stroustrup created C++ in 1979 as an extension to the procedural programming language C to provide developers more control over memory other system resources. Since its introduction, C++ has established itself as the go-to language for creating dependable and quick software.

To learn more about C++
https://brainly.com/question/14426536
#SPJ4

If given an array A consisting of N integers, how can I return the size of the largest possible subset of A such that its AND product is greater than 0???

I've been at this all day and still cant get the desired result.

Are you guys able to see what's wrong with my code?

I am inputting an array of N size = {13,7,2,8,3}, output should be 3, and I get 5...

Any help is appreciated. thanks!!

Answers

The answer of the array will be:

You should set the <code>maxSubsetSize</code> to <code>1</code> initially. Otherwise, the <code>maxSubsetSize</code> would be bigger than the size of the actual subset.

<code>int size = A.size();
int maxSubsetSize = 1;
int subsetSize = 1;
int andProduct = A[0];

for (int i = 1; i &lt; size; ++i) {
   if (andProduct &amp; A[i] == 0) { // if AND product is 0, reset the subset
size
       subsetSize = 1;
       andProduct = A[i];
   } else {
       ++subsetSize;
       andProduct &amp;= A[i];
       if (subsetSize &gt; maxSubsetSize) {
           maxSubsetSize = subsetSize;
       }
   }
}
return maxSubsetSize;
</code>

What is array?
An array is a type of data structure used in computer science that contains a set of elements (values and variables), each of which is identified by an array index or key. An array is stored in a way that allows a mathematical formula to determine each element's position given its index tuple. A linear array, sometimes referred to as a one-dimensional array, is the most basic sort of data structure. For instance, ten words with memory addresses 2000, 2004, 2008,..., 2036 (or 0x7D0, 0x7D4, 0x7D8,..., 0x7F4) may be used to store an array with ten 32-bit (4-byte) integer variables with indices 0 through 9. This would give the element with index I the address 2000 + I 4). First address refers to the memory location of the array's first element.

To learn more about array
https://brainly.com/question/28087779
#SPJ4

the 0.55 in. -diameter shaft is subjected to the loading shown. the journal bearing at c can exert only force components cy and cz on the shaft, and the thrust bearing at d can exert force components dx, dy, and dz on the shaft.

Answers

The journal bearing at c can exert force components cy and cz on the shaft, and the thrust bearing at d can exert force components dx, dy, and dz on the shaft.

What is component?
A functionally independent component is a portion of any system. It performs a certain function and could call for input or give off output. Classes are frequently used in software to represent a component. A component is a logical task or set of logical duties. Take an automobile, for instance. Given that it enables individuals to sit, which is an input, it can be regarded as a component. Its purpose is to move a person from one location to another. Its qualities are shown by the amount of gasoline it needs to run and the top speed it can travel at. It is made up of an air conditioner, brake system, engine, and other small parts. Each of these supporting elements performs a unique purpose.

To learn more about component
https://brainly.com/question/20049627
#SPJ4

Which mode specifier will open a file but not let you change the file or write to it?

A. 'e
B.'a'
C. 'r'
D. 'w'

Answers

The mode specifier that will open a file but not let you change the file or write to it is: "r" (Option C)

What is a mode specifier?

A mode specifier is a one-word value that specifies the screen mode. It is dealt with as follows: It is presumed to be a mode number if it is a value between 0 and 255.

A mode specifier is a one-word value that specifies the screen mode. It is dealt with as follows: It is presumed to be a mode number if it is a value between 0 and 255. Otherwise, it is presumed to be a Sprite Mode Word if the bottom bit is set (describing a RISC OS 3.5 or RISC OS 5 format sprite).

Learn more about Mode Specifier:
https://brainly.com/question/29214254?
#SPJ1

fourier descriptors example hand calculations determine if shape are same despite variation in translation, rotation,scaling

Answers

Yes, the shapes are the same despite variation in translation, rotation, and scaling.

What is variation?
Variation
is defined as a departure from the usual, such as the diversity of colours found in nature. A deviation from a recognised norm may be crucial. A doctor may be alerted to the possibility of a heart attack by a change in the pattern of the patient's heartbeat, for instance. Temperature variations from expected ranges show that global warming is causing a change in our climate. However, not all variation is unfavourable. One characteristic that makes each puppy individually appealing is the enormous variance in coloration of dogs, even between breeds.

To learn more about variation
https://brainly.com/question/14722489
#SPJ4

is the language composed of all strings over the alphabet {a,b} that contain an odd number of a's a regular language? if so, show why. note, again, that you may use any line of argument from the slides on regular languages, e.g., by (a) using the properties on slide 4

Answers

Yes,  {a,b},L is {w|w contains more 1s than 0s}. Idea: this is similar to the language where the ... a's and b's differ, unioned with all strings not of the form aibj.

What is the regular expression for a language that at least has two A's in it?

This language requires at least two a's in a string. Given that any string of b's can be positioned in front of the first a, behind the second a, or in between the two a's, and given that the regular expression b* can be used to represent any string of b's, b*a b*a b* is a regular expression for this language.

The regular phrase (a + b)* (aa + ba + bb)b)(a + b)* (aa + ba + bb) + a + b + c)b* ab* ad)b* aa b* corresponds to the language of all strings over the alphabet "a, b."

The expression "a,b" =,L i="w|w has more 1s than 0s" Idea: Unioning any strings that are not of the form aibj, this is akin to the language where the... a's and b's differ.      

To learn more about String refer to:

brainly.com/question/25324400

#SPJ4

problem 7-9 the beam ab will fail if the maximum internal moment at d reaches 800 n.m or the normal force in member bc becomes 1500 n. determine the largest load w it can support. given:

Answers

The largest load w it can support w Is 100 N/m

What is the w?

Where the shear force is zero, the bending moment reaches its maximum or minimum iii. Where the radius of curvature is zero iv, the bending moment reaches its maximum or least value. The section where the maximum bending moment and shear force occur.

Assume maximum moment occurs at D;;

↺+∑M D =0;M D − 8w /2(4)+ 4w (2) = 0

800=8 w

w=100 N/m

↺+∑M A =0;−800(4)+T BC (0.6)(8)=0

T  BC =666.7 N  < 1500 N

T BC =666.7 N<1 500 N

w =100 N/m

The largest load w it can support w Is 100 N/m.

To learn more about maximum bending moment refer to:

https://brainly.com/question/18724171

#SPJ4

Construct a regular expression corresponding to the following set: {binary strings such that every odd position is a 1}. You may assume that the even positions can be a 0 or 1.

Answers

Regex for every odd position is 1 and even position has 0 or 1 is (1(0+1))*(ϵ+1).

What is odd and even?
Whole numbers in mathematics can also be divided into even odd numbers. There isn't a single number that is both even odd, making odd and even numbers distinct sets of numbers. A number can be either even or odd. Odd numbers are ones that are not entirely divisible by two, whereas even numbers are entirely divisible by two. A number that can be split into 2 equal groups is referred to as an even number. An odd number, on the other hand, is one that cannot be split into two equal groups.
Additionally, even and odd numbers can be described as:

Even Number: A number is considered even if it can be divided by 2 with 0 remaining as the residual.

Odd Number: A number is considered odd if it cannot be divided by 2, leaving one as the remainder.

To learn more about odd and even
https://brainly.com/question/23270211
#SPJ4

What part moves in the brake caliper to push the brake pads against the brake rotor?

Answers

The component that moves in the brake caliper to push the brake pads up against the brake rotor is called the brake piston.

What is Brake Pistons?

The ability of the brake pads to make contact with the braking rotor and stop a vehicle is provided by the pistons. The master cylinder releases braking fluid into the brake caliper when the brake pedal is depressed, and the pistons can be found in both floating and fixed brake calipers.

On the inboard side of the braking rotor, a floating caliper typically has one or two large diameter pistons. The piston(s) pull both pads toward the brake disc when they are engaged. Behind the brake pads, pistons are forced outward.

The brake pedal and master cylinder of the car generate hydraulic pressure in the braking fluid that engages the caliper. In this assembly, friction is produced by pressing the brake pads up against the disc rotor surface.

To learn more about Brake Pistons refer to:

https://brainly.com/question/5438877

#SPJ9

there is a course with a certain number of students. in this course the only evaluation are certain number of quizzes, graded from 1 to 100. make a program that: 1) ask user for the number of students and the number of quizzes in the course 2) use nested loops to ask for each student quizzes' grades, 3) calculates the quiz average numerical grade of the course. 4) print the result on the screen.

Answers

There is a course with a certain number of students, make a program that

#include <iostream>
using namespace std;
int main()
{
int num_students; //Number of students in the class
int num_quizzes;  //Number of quizzes for each student
int quiz_grade;   //Quiz grade
int quiz_sum = 0; //Sum of quiz grades
float quiz_avg;   //Average of quiz grades

//Get number of students and number of quizzes
cout << "Enter the number of students in your class: ";
cin >> num_students;
cout << "Enter the number of quizzes for each student: ";
cin >> num_quizzes;

//Get quiz grades for each student
for(int i = 0; i < num_students; i++)
{
 for(int j = 0; j < num_quizzes; j++)
 {
  cout << "Enter grade for quiz " << j << " for student " << i <<": ";
  cin >> quiz_grade;
  //

What is program?
A computer program is a collection of instructions, and the term "computer program" can be used both as a verb and a noun. It is used as a verb to describe the act of writing software using a programming language. To accomplish a certain operation on the computer, an application, program, and application software is used as a noun. For instance, Microsoft PowerPoint is indeed an application that offers a way to produce presentation-related documents. In addition, a browser is a software program that enables us to view any website.

To learn more about program
https://brainly.com/question/28717367
#SPJ4

when a consequence is provided contingent upon a learner engaging in appropriate behavior and that appropriate behavior is more likely to occur in the future is best described by which of the following?

Answers

When a consequence is provided contingent upon a learner engaging in appropriate behavior and that appropriate behavior is more likely to occur in the future is best described by reinforcement.

When a certain antecedent stimulus precedes a behavior, an organism's future behavior will be strengthened through the application of reinforcement. This strengthening effect may be quantified as increased behavior (e.g., drawing a lever more frequently), increased duration (e.g., pushing a lever for an extended period of time), increased magnitude (e.g., pulling a lever more firmly), or decreased latency (e.g., pulling a lever more quickly following the antecedent stimulus).

Self-awareness, self-reflection, and self-regulation are the three key tenets of the self-regulation paradigm of human behavior. Historically, rewards have correlated with self-regulation. Although the result may have an impact on the behavior, behavior also requires antecedents. Positive reinforcement, negative reinforcement, extinction, and punishment are the four different types of reinforcement.

To know more about reinforcement click here:

https://brainly.com/question/14442069

#SPJ4

to prevent cables from being damaged by drywall screws or nails, a _____ is installed. select one: a. wire tie b. steel plate c. mud ring d. sleeve

Answers

It is to be noted that to prevent cables from being damaged by drywall screws or nails, a sleeve is installed.  (Option D)

What is a sleeve in wiring?

An electrical sleeve is defined as "a braided, knitted, woven, or extruded tube used to slide over poorly insulated wires in an electric assembly."

Cable sleeving, like heat shrink tubing, is used to preserve wires and is seen in cable management systems. It protects wires against damage caused by temperature extremes and abrasion, yet it does not require the use of heat to be placed.

When a cable is torn or worn away, the wires within become exposed. This increases your chances of coming into touch with the wires, which might result in an electric shock.

Learn more about steel plate:
https://brainly.com/question/29350697
#SPJ1

Find the exact value of cosine (startfraction 5 pi over 6 endfraction) cosine (startfraction pi over 12 endfraction) + sine (startfraction 5 pi over 6 endfraction) sine (startfraction pi over 12 endfraction) startfraction startroot 2 endroot over 2 endfraction negative startfraction startroot 2 endroot over 2 endfraction negative startfraction startroot 3 endroot over 2 endfraction startfraction startroot 3 endroot over 2 endfraction.

Answers

Exact value of given equation cos(5π/6)*cos(π/12)+sin(5π/6)*sin(π/12) is -√2/2

cos(5π/6)*cos(π/12)+sin(5π/6)*sin(π/12)

0.8660*0.9659+0.2588*0.5=-√2/2

The trigonometric functions of an angle in mathematics are sine and cosine. An acute angle's sine and cosine are defined in terms of a right triangle: for the given angle, the sine is the. We'll refer to the ratio of a right triangle's opposing side to hypotenuse as the sine and assign it the symbol sin. The cosine, denoted by the symbol cos, is the proportion of a right triangle's neighboring side to its hypotenuse. The word "sine" in trigonometry is derived from a Sanskrit word that means "chord" through the use of Latin. The AB chord, which is half a chord of the unit circle in the illustration below, has length sin. Complementary angles serve as the basis for the co-functions.

Learn more about cos here:

https://brainly.com/question/2437614

#SPJ4

Answer:

A on edge

Explanation:

m = StartFraction StartRoot 3 EndRoot Over 2 EndFraction, Theta = StartFraction Pi Over 6 EndFraction

9.6 lab: find student with highest gpa complete the course class by implementing the find student highest gpa() instance method, which returns the student object with the highest gpa in the course. assume that no two students have the same highest gpa.

Answers

Java is a network-centric, object-oriented, and multi-platform language. One of the most popular programming languages is this one. Another platform for computers is Java.

What is Different Types of Java Platforms?

1. Java Platform, Standard Edition (Java SE): The Java SE API provides the fundamental features of the Java programming language. It outlines every type and object's fundamentals for high-level classes. It is utilised for graphical user interface (GUI) development, networking, security, database access, and XML parsing.

2. Java Platform, Enterprise Edition (Java EE): The Java EE platform provides an API and runtime environment for creating and utilising massively scalable, multi-tiered, dependable, and secure network applications.

3. Java Programming Language Platform, Micro Edition (Java ME): Java ME is a platform for executing Java programmes on mobile phones and other small devices. It includes an API and a small-footprint virtual machine.

4. Java FX: Using a simple user-interface API, JavaFX provides a platform for creating sophisticated internet applications. In order to benefit from higher-performance clients, a contemporary look and feel, and high-level APIs for connecting to networked data sources, Java uses hardware-accelerated graphics and media engines.

To Learn more About Java refer to:

https://brainly.com/question/25458754

#SPJ4

You are given a string S containing lowercase English letters. Your task is to calculate the minimum number of letters that need to be removed in order to make it possible to build a palindrome from the remaining letters. When building the palindrome, you can rearrange the remaining letters in any way. A palindrome is a string that reads the same both forwards and backwards. Some examples of palindromes are: "kayak", "radar", "mom". Write a function: def solution(5) which, given a string of length
N
, returns the minimum number of letters that need to be removed. Examples: 1. Given
S
= "ervervige", your function should return 2. After removing the letter "
g
" and one "e", we may create a word "reviver", which is a palindrome. 2. Given
S
= "aaabab", your function should return 0 . We may create a word "aabbaa", which is a palindrome and uses all of the letters. delete any letter. Write an efficient algorithm for the following assumptions: -
N
is an integer within the range [1..200,000]: - S contains only lowercase English letters.

Answers

A straightforward fix is to eliminate each subsequence one at a time and determine whether the remaining string is a palindrome or not. This solution has exponential time complexity.

What is palindrome?A palindrome is a word, phrase, or sentence that reads the same both forward and backward. Palindrome is a combination of the Greek words for "again" (palin) and "to run" (drom).Finding the length of the longest palindromic subsequence of a given sequence is a useful strategy.Reverse a Word using Stack is the subject of this series of Data Structures & Algorithms Multiple Choice Questions & Answers (MCQs). 1. A word can be reversed using stack to determine whether or not it is a palindrome.having the function in / If a palindromic string of at least three characters can be made by eliminating one or two characters, it can be created using the PalindromeCreator(str) function. 

To learn more about palindrome refer to:

https://brainly.com/question/24183115

#SPJ4

Q15
List any four (4) new technologies applicable to the material engineering and
application of induction motors.
a) List two under material engineering.
b) List two under applications.

Answers

(a) Two new technologies applicable to material engineerings are Nanotechnology, Additive Manufacturing.

(b)Two new technologies application of induction motor are Pumps,

Compressors.

What do you understand by material engineering?

Math, physics, and chemistry are the instruments that materials engineers employ to investigate, comprehend, and regulate the behavior of materials. We use that information to create new materials, determine the best ways to use already-existing materials and processing methods, and provide reasons why some materials failed.

What do you understand by Induction motor?

An induction motor, also known as an asynchronous motor, is an AC electric motor in which the magnetic field of the stator winding is used to electromagnetically induct the electric current into the rotor necessary to produce torque. Therefore, it is possible to construct an induction motor without electrical connections to the rotor.

A structure, device, or system that is created, produced, or used by manipulating atoms and molecules at the nanoscale, or having one or more dimensions of the order of 100 nanometers (100 millionth of a millimeter) or less, is referred to as nanotechnology.

The method of producing an object layer by layer is known as additive manufacturing. It is the reverse of subtractive manufacturing, which involves removing small amounts of a solid block of material at a time until the finished item is produced.

For commercial and industrial pumping applications, three-phase alternating current (AC) induction motors are more typical than single-phase motors. Among the causes are: A three-phase motor's individual phase current is less than 60% of that of a comparable single-phase motor.

A pneumatic device known as an air compressor transforms power (from an electric motor, diesel or gasoline engine, etc.) into potential energy stored in pressurized air. An air compressor raises the pressure in a storage tank by using one of several techniques to push more and more air into the container.

Learn more about material engineering and induction motor click here:

https://brainly.com/question/23454118

#SPJ1

when designing roads, buildings, and bridges in a floodplain, engineers consider the statistical probability of a flood of a given size happening in a given year. a 50-year flood has a blank probability of occurring in a given year. multiple choice question.

Answers

When designing roads, buildings, and bridges in a floodplain, engineers consider the statistical probability of a flood of a given size happening in a given year. A 50-year flood has a 2 percent probability  (1/50) of occurring in a given year.

What is a floodplain?

A floodplain, also known as a flood plain or bottomlands, is an area of land next to a river that extends from the banks of its course to the foot of the valley walls and suffers flooding during high discharge times.

Floodplains help wildlife by providing a range of habitats for fish and other creatures. Furthermore, floodplains are crucial for water storage and conveyance, water quality preservation, and groundwater recharge.

Note that the options the above question are not available hence the general answer.

Learn mroe about floodplain:
https://brainly.com/question/17366465
#SPJ1

How does the Center of Gravity of a Robot Relate to the Translational, Rotational, or Oscillatory Motion Associated with it?

Answers

The center of gravity, also known as the balance point or point of rotation when an object is permitted to freely rotate, is the average location of an object's weight.

Explain about the Gravity?

All objects with mass are attracted to one another by the gravitational attraction, which has a magnitude that is directly proportional to the masses of the two objects and inversely proportional to the square of their distance from one another.

By means of gravity, a planet or other body pulls items toward its core. All the planets are maintained in their orbits around the sun by the force of gravity.

Any particle of matter in the universe will gravitate toward any other with a force that varies directly as the product of the masses and inversely as the square of the distance between them, according to Newton's law of gravity.

To learn more about Gravity refer to:

https://brainly.com/question/940770

#SPJ9

What is Otto cycle explain?

Answers

Answer:

Explanation:

The first successful engine working on this cycle was built by

A. Otto.

These days, many gas, petroland many of the oil engines run on this cycle. It is also known as constant volume cycle, as the heatis received and rejected at a constant volume

This cycle is taken as a standard of comparisonfor internal combustion engines. For the purposeof comparison with other cycles, the air isassumed to be the working substance.•

The ideal Otto cycle consists of two constantvolume and two reversible adiabatic orisentropic processes as shown fig:Otto Cycle•

Processes of Otto Cycle:•

Process 1-2: Isentropic compression•

Process 2-3: Constant-volume heat additiont

Process 3-4: Isentropic expansion• Process 4-1: Constant-volume heat rejection

According to the Otto Cycle, heat engines use gasoline to propel themselves. This cycle also converts chemical energy into thermal energy, which is ultimately converted into motion. The Otto cycle explains the operation of internal combustion engines (which use gasoline), such as those found in cars and lawnmowers.

The Otto Cycle was crucial to the development of the modern world and supplies the energy for the majority of transportation. Specifically, the Otto Cycle is used by the great majority of vehicles on the road today to turn gasoline into motion.

Explain the Internal Combustion Engine.

An internal combustion engine is a type of heat engine in which fuel and an oxidizer burn together in a combustion chamber which is a crucial component of the working fluid flow circuit. The power-generating technologies that are currently most commonly utilized and used are internal combustion engines. An example is diesel and gasoline engine.

To learn more about internal combustion engines, use the given link
https://brainly.com/question/831466
#SPJ4

machine operations, inc. (mo), employs four hundred workers at three locations in three states. workers who lose their jobs with mo have a right to continued health-care coverage under mo's group plan unless they

Answers

Workers of machine operations, inc. (mo), who lose their jobs with mo have a right to continued health-care coverage under mo's group plan unless they have their hours decreased from full-time to part-time.

How Employee Benefits from Company-Sponsored Health Insurance Plans?

One of the most significant advantages of full-time employment these days is eligibility for the employer's group health insurance plan. And, as healthcare reform evolves and affects the lives and finances of individuals and families, group health coverage through an employer becomes an increasingly valuable perk.

It can be quite reassuring to have a significant portion of medical expenses covered by an employer's benefit package. After all, with the exception of the extremely wealthy, an individual without health insurance is literally just one major injury or illness away from financial ruin.

To learn more about Health Care in Enginerring field, visit: https://brainly.com/question/14017920

#SPJ4

8. When the accessory service tool is used for system checkout, the service tool C and D
terminals are connected to:
it terminal board.

Answers

The service tool C and D terminals are connected to the IT terminal board.

What is terminal?

A terminal is the endpoint of a conductor from a component, device, or network. Terminal may also refer to an electrical connector at this endpoint that serves as a reusable interface to a conductor and provides a point for external circuits to be attached. A termination can be as simple as the end of a wire or as complex as a connection or fastener. In network analysis, a terminal is a theoretical location at which connections to a network can be created and does not necessarily refer to any real item. It is sometimes referred to as a pole in this context, particularly in older publications. Terminals for external connections are represented on circuit diagrams by empty circles.

To learn more about terminal
https://brainly.com/question/4455094

#SPJ9

A-List the information contained in the SaleItem table plus the product name and category concerning the sales of sneakers and the sales of casual shoes (categories) whose sale price is equal to $100. (Categories are not capitalized in the database.) Note: Your answer should dynamically include all current columns in SaleItem and any future changes to columns, plus the product name and category.

B-List Salaried employees whos salary is greater than $40,000. Show Employee first name, last name, hiredate and salary. Sort the data by hire date.

Answers

The answer of the following program is given below:

<code>SELECT
 si.id,
 si.product_id,
 si.price,
 p.name,
 c.category
FROM SaleItem si
JOIN Product p ON si.product_id = p.id
JOIN Category c ON p.category_id = c.id
WHERE
 c.category IN ('sneakers', 'casual shoes') AND
 si.price = 100
</code>

What is program?
A computer utilises a set of instructions called a program to carry out a particular task. A program is like the recipe for a computer, to use an analogy. It includes a list of components (called variables, which can stand for text, graphics, or numeric data) and a list of instructions (called statements), which instruct the computer on how to carry out a certain activity.

Specific programming languages, such C++, Python, and Ruby, are used to construct programmes. These are high level, writable, and readable programming languages. The computer system's compilers, interpreters, or assemblers subsequently convert these languages into low level machine languages.

To learn more about program
https://brainly.com/question/28717367
#SPJ4

which of the following questions do data analysts ask to make sure they will engage their audience? select all that apply.

Answers

The questions which data analysts ask to make sure they will engage their audience include the following:

A. What roles do the people in this audience play?

B. What does the audience hope to do with the data insights?

C. What is the audience’s stake in the project?

What is data?

In Computer technology, data simply refers to any representation of factual instructions or information in a formalized and structured manner, especially as a series of binary digits (bits), symbols, characters, quantities, or strings that are used on computer systems in a company.

Who is a data analyst?

A data analyst can be defined as an expert or professional who is saddled with the responsibility of inspecting, transforming, analyzing, and modelling data with the sole aim of discovering useful information, providing insights, and creating informed conclusions, in order to support decision-making and create a completed report.

In conclusion, all of the aforementioned questions must be answered by a data analyst in order to ensure that he or she gets quality engagement with the audience.

Read more on data analyst here: brainly.com/question/27853454

#SPJ1

Complete Question:

Which of the following questions do data analysts ask to make sure they will engage their audience? select all that apply.

A. What roles do the people in this audience play?

B. What does the audience hope to do with the data insights?

C. What is the audience’s stake in the project?

D. What information will convince the audience that my opinion is correct?

Other Questions
There are four consecutive odd integers such that five times the second number minus twice the fourth number is the third number subtracted by 252 lauren buys groceries every month from walmart and rarely does much research on the products she buys. what is the marketing term for this type of consumer behavior? Evaluate how a reduction in the number of condensation nuclei in the troposphere would affect precipitation. Explain your reasoning. the basic functional unit of the liver is the 2 1/2x + 1/4 + 3/4x = 1/8 evaluate the relative importance of causes of reform activity in the united states in the period from 1800-1850. a.true b.false Write the EXPLICT equation for the arithmetic sequence below: 12, 10, 8, 6 Trumps creation of the presidential advisory commission on election integrity was an example of which authoritarian strategy for consolidating power? In The Banana Tree, how does Gustus feel about his father? who sacrificed himself so that 1000 of his people could remain in the north carolina mountains during indian removal. group of answer choices Which of the following selections is most closely true?A. Harrison was locked up as a baby because the government immediatelydetected he was abnormal.B. Everybody living in 2081 is actively seeking their own way to rebel.C. No one in 2081 is able to recognize certain people as being more intelligentor more attractive than anyone else.D. The new systems in 2081 are designed to lower the standards of what isconsidered average. In some small organizations (less than 5 computers), the document filing process usually occurs locally. In other words, each computer locally owns the documents that are produced, since these are not regularly required by more than one person. A copy of these is made manually to keep them and prevent them from being lost or altered. However, as the number of computers grows, the document management process requires a solution that allows, among other things, availability, access, the most recent version, being stored in a central location and being trustworthy. Knowing the solutions studied for it, indicate: What aspects should be taken into consideration before establishing a file management system in a medium or large operation? for lunch three days ago, i had four tacos , each with a different kind of filling. Three of my tacos contained a green salsa. My friend clara had three burritos on the same day, each with a different kind of filling. Clara is vegetarian so none of her burritos had meat. together, how many tacos and burritos did we have? An employee opens a credit union account and deposits$90 at the end of each month. After two years, the accountcontains $2,177.48. What annual nominal rate compoundedmonthly has the account earned? A dressmaker sells a shirt for $75 she makes a 25% profit how much did it cost her to make the shirt? Which of the functions is represented by the graphO f(x)=2x+3O f(x) = -x + 3O f(x) =1/2x + 3O f(x) = -1/2x +3 Which detail from part 2 of "For the Win" should the reader use to check the prediction that Jake will look for Dean? The tendency to save marginal income (or the percentage of the extra income that is saved) is called the ___________ .a) APCb) APSc) MPCd) MPS diminishing marginal returns begin with the addition of the ________ worker. Solve for y3+3(2y-3)=-3(3y-4)+y