Engineering ethics is not without abstraction, but in contrast with computing, it is animated by a robust and active movement concerned with the seamless identification of ethics with practice.
<h3 /><h3>What is engineering?</h3>
This is a branch of science and technology concerned with the design, building, and use of engines, machines, and structures that uses scientific principles.
Comparing ethics in engineering and ethics in computing:
- Engineering ethics are a set of rules and guidelines. While computing ethics deals with procedures, values and practices.
- In engineering ethics, engineers must adhere to these rules as a moral obligation to their profession While in computing ethics, the ethics govern the process of consuming computer technology.
- Following these ethics for the two professions will NOT cause damage, but disobeying them causes damage.
Some practical examples in the computing field:
- Avoid using the computer to harm other people such as creating a bomb or destroying other people's work.
- Users also should not use a computer for stealing activities like breaking into a bank or company.
- Make sure a copy of the software had been paid for by the users before it is used.
Some practical examples in the engineering field:
- Integrity for oneself.
- Respect for one another.
- Pursuit of excellence and accountability.
Hence, Engineering ethics is the field of system of moral principles that apply to the practice of engineering and following them is important to the profession.
Read more about <em>engineering</em> here:
brainly.com/question/17169621
#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:
The force induced on the aircraft is 2.60 N
Solution:
As per the question:
Power transmitted, 
Now, the force, F is given by:
(1)
where
v = velocity
Now,
For a geo-stationary satellite, the centripetal force,
is provided by the gravitational force,
:


Thus from the above, velocity comes out to be:


where
R = 
R = 
where
G = Gravitational constant
T = Time period of rotation of Earth
R is calculated as 42166 km
Now, from eqn (1):

F = 2.60 N
Answer:
b)1.08 N
Explanation:
Given that
velocity of air V= 45 m/s
Diameter of pipe = 2 cm
Force exerted by fluid F

So force exerted in x-direction


F=0.763 N
So force exerted in y-direction


F=0.763 N
So the resultant force R


R=1.079
So the force required to hold the pipe is 1.08 N.
Answer:
A
Explanation:
He should get a job in engineering to see what it's like to work in the field.