1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
VARVARA [1.3K]
3 years ago
7

Identify factors that can cause a process to become out of control. Give several examples of such factors.

Engineering
1 answer:
Oliga [24]3 years ago
4 0

Answer:

Explained

Explanation:

This situation can occur because of various factors such as:

  • Gradual deterioration of lubrication and coolant.
  • change of environmental condition such as temperature, humidity, moisture, etc.
  • Change in the properties of incoming raw material
  • An increase or decrease in the temperature of the heat treating operation
  • Debris interfering with the manufacturing process.
You might be interested in
1. Examine the following circuit. Find RT, I3, R1, R2, R3, V1, V2 and V3. Show all of your work clearly below.
Mkey [24]

Explanation:

Ohm's law is used here. V = IR, and variations. The voltage across all elements is the same in this parallel circuit. (V1 =V2 =V3)

The total supply current is the sum of the currents in each of the branches. (It = I1 +I2 +I3)

Rt = (8 V)/(8 A) = 1 Ω . . . . supply voltage divided by supply current

I3 = 8A -3A -4A = 1 A . . . . supply current not flowing through other branches

R1 = (8 V)/(3 A) = 8/3 Ω

R2 = (8 V)/(4 A) = 2 Ω

R3 = (8 V)/(I3) = (8 V)/(1 A) = 8 Ω

V1 = V2 = V3 = 8 V

6 0
2 years ago
Tensile testing provides engineers with the ability to verify and establish material properties related to a specific material.
Sedbober [7]

Answer:

True

Explanation:

Tensile testing which is also referred to as tension testing is a process which materials are subjected to so as to know how well it can be stretched before it reaches breaking point. Hence, the statement in the question is true

7 0
3 years ago
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 w
sergiy2304 [10]

Answer:

(a)

(i) pseudo code :-

current = i

// assuming parent of root is -1

while A[parent] < A[current] && parent != -1 do,

if A[parent] < A[current] // if current element is bigger than parent then shift it up

swap(A[current],A[parent])

current = parent

(ii) In heap we create a complete binary tree which has height of log(n). In shift up we will take maximum steps equal to the height of tree so number of comparison will be in term of O(log(n))

(b)

(i) There are two cases while comparing with grandparent. If grandparent is less than current node then surely parent node also will be less than current node so swap current node with parent and then swap parent node with grandparent.

If above condition is not true then we will check for parent node and if it is less than current node then swap these.

pseudo code :-

current = i

// assuming parent of root is -1

parent is parent node of current node

while A[parent] < A[current] && parent != -1 do,

if A[grandparent] < A[current] // if current element is bigger than parent then shift it up

swap(A[current],A[parent])

swap(A[grandparent],A[parent])

current = grandparent

else if A[parent] < A[current]

swap(A[parent],A[current])

current = parent

(ii) Here we are skipping the one level so max we can make our comparison half from last approach, that would be (height/2)

so order would be log(n)/2

(iii) C++ code :-

#include<bits/stdc++.h>

using namespace std;

// function to return index of parent node

int parent(int i)

{

if(i == 0)

return -1;

return (i-1)/2;

}

// function to return index of grandparent node

int grandparent(int i)

{

int p = parent(i);

if(p == -1)

return -1;

else

return parent(p);

}

void shift_up(int A[], int n, int ind)

{

int curr = ind-1; // because array is 0-indexed

while(parent(curr) != -1 && A[parent(curr)] < A[curr])

{

int g = grandparent(curr);

int p = parent(curr);

if(g != -1 && A[g] < A[curr])

{

swap(A[curr],A[p]);

swap(A[p],A[g]);

curr = g;

}

else if(A[p] < A[curr])

{

swap(A[p],A[curr]);

curr = p;

}

}

}

int main()

{

int n;

cout<<"enter the number of elements :-\n";

cin>>n;

int A[n];

cout<<"enter the elements of array :-\n";

for(int i=0;i<n;i++)

cin>>A[i];

int ind;

cout<<"enter the index value :- \n";

cin>>ind;

shift_up(A,n,ind);

cout<<"array after shift up :-\n";

for(int i=0;i<n;i++)

cout<<A[i]<<" ";

cout<<endl;

}

Explanation:

8 0
3 years ago
A point in the x-y plane is represented by its x-coordinate and y-coordinate. Design the class Point that can store and process
Black_prince [1.1K]

Answer:

#include <iostream>

#include <iomanip>

using namespace std;

class pointType

{

public:

pointType()

{

x=0;

y=0;

}

pointType::pointType(double x,double y)

{

this->x = x;

this->y = y;

}          

void pointType::setPoint(double x,double y)

{

this->x=x;

this->y=y;

}

void pointType::print()

{

cout<<"("<<x<<","<<y<<")\n";

}

double pointType::getX()

{return x;

}

double pointType::getY()

{return y;

}

private:

   double x,y;

};

int main()

{

pointType p2;

double x,y;

cout<<"Enter an x Coordinate for point ";

cin>>x;

cout<<"Enter an y Coordinate for point ";

cin>>y;

p2.setPoint(x,y);

p2.print();

system("pause");    

return 0;

}

5 0
3 years ago
The water in a large lake is to be used to generate electricity by the installation of a hydraulic turbine-generator. The elevat
ankoles [38]

Answer:

a) 75%

b) 82%

Explanation:

Assumptions:

\text{The mechanical energy for water at turbine exit is negligible.} \\ \\ \text{The elevation of the lake remains constant.}

Properties: The density of water \delta = 1000 kg/m^3

Conversions:

165 \  ft \  to \  meters  = 50 m  \\ \\7000 \ lbm/s \  to  \ kilogram/sec = 3175 kg/s \\ \\1564 \ hp \  to \  kilowatt = 1166 kw \\ \\

Analysis:

Note that the bottom of the lake is the reference level. The potential energy of water at the surface becomes gh. Consider that kinetic energy of water at the lake surface & the turbine exit is negligible and the pressure at both locations is the atmospheric pressure and change in the mechanical energy of water between lake surface & turbine exit are:

e_{mech_{in}} - e_{mech_{out}} = gh - 0

Then;

gh = (9.8 m/s^2) (50 m) \times \dfrac{1 \ kJ/kg}{1000 m^2/s^2}

gh = 0.491 kJ/kg

\Delta E_{mech \ fluid} = m(e_{mech_{in}} - e_{mech_{out}} ) \\ \\ = 3175 kg/s \times 0.491 kJ/kg

= 1559 kW

Therefore; the overall efficiency is:

\eta _{overall} = \eta_{turbine- generator} = \dfrac{W_{elect\ out}}{\Delta E_{mech \fluid}}

= \dfrac{1166 \ kW}{1559 \ kW}

= 0.75

= 75%

b) mechanical efficiency of the turbine:

\eta_{turbine- generator} = \eta_{turbine}\times   \eta_{generator}

thus;

\eta_{turbine} = \dfrac{\eta_{[turbine- generator]} }{\eta_{generator}} \\ \\ \eta_{turbine} = \dfrac{0.75}{0.92} \\ \\ \eta_{turbine} = 0.82 \\ \\ \eta_{turbine} = 82\%

6 0
3 years ago
Other questions:
  • The human body gets its energy via the combustion of blood sugar (glucose). if all of the chemical bond energy in 10 g of glucos
    9·1 answer
  • Which factors influence changes in consumer demands? check all that apply
    8·2 answers
  • An analog baseband audio signal with a bandwidth of 4kHz is transmitted through a transmission channel with additive white noise
    14·1 answer
  • First person to tell me what this car is gets 10 points
    10·2 answers
  • 4 Error-Correcting Polynomials (a) Alice has a length 8 message to Bob. There are 2 communication channels available. When n pac
    6·1 answer
  • PLEASE HELP!!! ILL GIVE BRANLIEST *EXTRA POINTS* dont skip :((
    14·2 answers
  • Ohm's law states that the current (I) in amps equals the voltage (E) in volts decided by the resistance (R) in ohm's. If you con
    15·1 answer
  • All of these are true about using adhesive EXCEPT:
    6·1 answer
  • Select the correct answer.
    11·1 answer
  • thanh thẳng AD có kích thước và chịu lực như hình.biết P1 = 10kn, p2=5kn,M=15kn*m,a=2m.Hãy xách định phản lực liên kết tại A,b
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!