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
LuckyWell [14K]
3 years ago
7

Ldentiy three industries that often need the skills of mechanical engineers. Briefly explain the skills that mechanical engineer

s bring to these
industries.
Engineering
1 answer:
const2013 [10]3 years ago
4 0

Answer:

3 industries that often need the skills of mechanical engineers are:

  • Automotive industry
  • Construction industry
  • Aerospace industry

The key skills mechanical engineers bring to these industries are effective technical skills, the ability to work under pressure, problem-solving skills, creativity and teamwork.

Explanation:

Automotive industry: The skills mechanical engineers bring to automotive industry include designing new cars for development, conducting laboratory testing for performance safety, and troubleshooting design or manufacturing issues with recalled vehicles. Automotive engineers have:

  • good mathematical skills, for instance in calculating the stresses power trains and other parts have to withstand;  
  • understanding and application of principles of physics and chemistry to properly design engines, electrical systems and other car components;  
  • good computer skills, because 21st century engineers rely on computer-assisted design software;
  • knowledge of ergonomics, which is applied in the process of designing a car so that the driver and passengers have a comfortable and functional environment, is another skill mechanical; engineers need.

Construction industry: Mechanical engineers are responsible for designing, building, establishing, and maintaining all kinds of mechanical machinery, tools, and components in the construction industry.

Aerospace industry: Mechanical engineers in aerospace industry produce specifications for design, development, manufacture and installing of new or modified mechanical components or systems. They design more fuel-efficient aircraft that cut emissions and build the fleets of satellites that power modern GPS technology.

You might be interested in
"Write a statement that outputs variable numItems. End with a newline. Program will be tested with different input values."
kirill [66]

Answer:

The solution code is written in Java.

System.out.println(numItems);

Explanation:

Java <em>println() </em>method can be used to display any string on the console terminal. We can use <em>println()</em> method to output the value held by variable <em>numItems.</em> The <em>numItems </em>is passed as the input parameter to <em>println()</em> and this will output the value of <em>numItems</em> to console terminal and at the same time the output with be ended with a newline automatically.  

6 0
3 years ago
A gas flows through a one-inlet, one-exit control volume operating at steady state. Considering an adiabatic control volume with
Hunter-Best [27]

Answer:

b. equal to the specific entropy of the gas at the inlet.

Explanation:

Isentropic process is the process in which the entropy of the system remains unchanged. The word isentropic is formed from the combination of the prefix "iso" which means "equal" and the word entropy.

If a process is completely reversible, without the need to provide energy in the form of heat, then the process is isentropic.

3 0
3 years ago
(40 points) Program the following sorting algorithms: InsertionSort, MergeSort, and QuickSort. There are 9 test les uploaded for
babunello [35]

Answer:

Explanation:

MERGE SORT

#include<stdlib.h>

#include<stdio.h>

#include<string.h>

void merge(int arr[], int l, int m, int r)

{

int i, j, k;

int n1 = m - l + 1;

int n2 = r - m;

 

int L[n1], R[n2];

for (i = 0; i < n1; i++)

L[i] = arr[l + i];

for (j = 0; j < n2; j++)

R[j] = arr[m + 1+ j];

i = 0;

j = 0;

k = l;

while (i < n1 && j < n2)

{

if (L[i] <= R[j])

{

arr[k] = L[i];

i++;

}

else

{

arr[k] = R[j];

j++;

}

k++;

}

while (i < n1)

{

arr[k] = L[i];

i++;

k++;

}

while (j < n2)

{

arr[k] = R[j];

j++;

k++;

}

}

void mergeSort(int arr[], int l, int r)

{

if (l < r)

{

int m = l+(r-l)/2;

mergeSort(arr, l, m);

mergeSort(arr, m+1, r);

merge(arr, l, m, r);

}

}

void printArray(int A[], int size)

{

int i;

for (i=0; i < size; i++)

printf("%d ", A[i]);

printf("\n");

}

int main()

{

int arr[1000] = {0};

int arr_size =0;

int data;

char file1[20];

strcpy(file1,"data.txt");

FILE *fp;

fp = fopen(file1,"r+");

if (fp == NULL) // if file not opened return error

{

perror("Unable to open file");

return -1;

}

else

{

fscanf (fp, "%d", &data);    

arr[arr_size]=data;

arr_size++;

while (!feof (fp))

{  

fscanf (fp, "%d", &data);  

arr[arr_size]=data;

arr_size++;    

}

}

printf("Given array is \n");

printArray(arr, arr_size);

mergeSort(arr, 0, arr_size - 1);

printf("\nSorted array Using MERGE SORT is \n");

printArray(arr, arr_size);

return 0;

}

3 0
3 years ago
how are the construction steps for bisecting an angle similar to the steps you would have taken to construct and bisect a line s
GREYUIT [131]

Answer:

does the question entail anything else?

Explanation:

5 0
2 years ago
Consider a continuous-time LTI system whose frequency response is I x sin(4w) H(jw) = -x h(t)e-jwtdt = w If the input to this sy
Helga [31]

Answer:

I believe this is your question.

See the hand worked solution attached.

8 0
3 years ago
Other questions:
  • An inflatable structure has the shape of a half-circular cylinder with hemispherical ends. The structure has a radius of 40 ft w
    6·1 answer
  • Help me! Phone Phoebe on 07375410044.
    7·2 answers
  • The creation of designer drugs is outpacing the ability of society to enact laws to prohibit them. Many of these substances have
    11·1 answer
  • The densities of several materials are given in SI units. Convert these to densities in U.S. customary units (slug/ft3), and als
    12·1 answer
  • How far do you jog each morning? You prefer to jog in different locations each day and do not have a pedometer to measure your d
    14·1 answer
  • The amount of time an activity can be delayed and yet not delay the project is termed:_________
    14·1 answer
  • If the Zener diode is connected<br>wrong polarity the voltage<br>across the load is?​
    11·1 answer
  • A long rod of 60-mm diameter and thermophysical properties rho=8000 kg/m^3, c=500J/kgK, and k=50 W/mK is initally at a uniform t
    8·1 answer
  • Identify renewable energy sources you will propose. Explain the key elements to your solution and the basic technical principles
    5·1 answer
  • 7–2 Cooling of a Hot Block by Forced Air at High
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!