Answer:
The sum of all currents entering a junction is 0
Explanation:
Current cannot disappear, so the currents leaving a junction have to equal the currents entering a junction. If you would give the currents leaving the junction an opposite sign (e.g., negative) it implies that the sum of all these currents is exactly 0.
The three previous manufacturing revolutions that Mr. Scalabre mentioned and their year of occurrence are:
- The steam engine in the mid-19th Century
- The mass-production model in the early 20th Century
- The first automation wave in the 1970s
<h3>What is a Manufacturing Revolution?</h3>
This refers to the process of change from a handicraft economy to industry production-based production.
Hence, we can see that Mr. Scalabre believes we are not growing in productivity because there has not been enough automation to perform the tasks needed.
The effect of robotics is making an impact on productivity because a lot of complex, difficult tasks are done by machines.
3D printing has made an impact on productivity because there is a reduction in the pressing cycle and errors due to negligence are reduced.
The role the engineers have to play in the next revolution is that they would have to produce mathematical model that can be used to produce better AIs
Read more about manufacturing revolutions here:
brainly.com/question/14316656
#SPJ1
Answer:
see explaination
Explanation:
import java.util.InputMismatchException;
import java.util.Scanner;
public class calculate {
static float a=0,b=0;
double cal()
{
if(a==0||b==0)
{
System.out.println("no values found in a or b");
start();
}
double x=(a*a)+(b*b);
double h=Math.sqrt(x);
a=0;
b=0;
return h;
}
float enter()
{
float val=0;
try
{
System.out.println("Enter side");
Scanner sc1 = new Scanner(System.in);
val = sc1.nextFloat();
return val;
}
catch(InputMismatchException e)
{
System.out.println("Enter correct value");
}
return val;
}
void start()
{
calculate c=new calculate();
while(true)
{
System.out.println("Enter Command");
Scanner sc = new Scanner(System.in);
String input = sc.nextLine();
switch(input)
{
case "A":
a=c.enter();
break;
case "B":
b=c.enter();
break;
case "C":
double res=c.cal();
System.out.println("Hypotenuse is : "+res);
break;
case "Q":
System.exit(0);
default:System.out.println("wrong command");
}
}
}
public static void main(String[] args) {
calculate c=new calculate();
c.start();
}
}
Answer:
Hook's law holds good up to. A elastic limit. B. plastic limit. C.yield point. D.Breaking point
Answer:
5.328Ibm/hr
Explanation:
Through laboratory tests, thermodynamic tables were developed, these allow to know all the thermodynamic properties of a substance (entropy, enthalpy, pressure, specific volume, internal energy etc ..)
through prior knowledge of two other properties such as pressure and temperature.
for this case we can define the following equation for mass flow using the first law of thermodynamics

where
Q=capacity of the radiator =5000btu/hr
m = mass flow
then using thermodynamic tables we found entalpy in state 1 and 2
h1(x=0.97, p=16psia)=1123btu/lbm
h2(x=0, p=16psia)=184.5btu/lbm
solving
