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
Nostrana [21]
3 years ago
10

Tech a says that only a certain few people will find jobs in the automotive industry. Tech b says the automotive industry offers

numerous career choices . Who's correct?
Engineering
2 answers:
finlep [7]3 years ago
7 0

Answer: Tech B

Explanation:

From the question above, tech B saying the automotive industry offers numerous career choices is the correct answer. Pursuing a career in automotive industry is challenging and rewarding as one works with both vehicles and technology.

Examples of career choices in the automotive industry are car detailer, tire technician, car rental agent, auto mecahnic, vehicle inspector, auto electrician, auto engineer etc.

Crazy boy [7]3 years ago
4 0

Answer: Technician B

Explanation: Technician B is correct the Automotive industry offers a wide Range of numerous career opportunities and growth. the Automotive industry compromises of every aspect of automobile from construction to assemblying to aesthetics to sales and promotion. as a result of it been so wide there is always career opportunities in every sectors.

You might be interested in
A heat pump cycle whose coefficient of performance is 2.5 delivers energy by heat transfer to a dwelling at a rate of 20kW.
12345 [234]

Answer:

a) 8kW

b) $128

Explanation:

Given the coefficient of performance of the heat pump cycle to be 2.5

Energy delivered by the heat pump = 20kW

a) net power required to operate the heat pump = Energy delivered / coefficient of performance

Net power required = 20/2.5

= 8kW

b) Given the cost of electricity is $0.08 for 1kWhour

Since net power required to operate heat pump = 8kW

If the heat pump operate for 200hours, total power required for a month = 8kW×200hours = 1600kWhour

since 1kWh of electricity costs $0.08, cost of electricity used in a month when the pump operates for 200hour will be 1600kWh×$0.08 which is equivalent to $128

8 0
3 years ago
For a project in C++ we are supposed toDesign a class named Month. The class should have the following private members:-name: a
mart [117]

Answer:

include <iostream>

using namespace std;

 

class Month

{

public:

 Month (char firstLetter, char secondLetter, char thirdLetter);

 

 Month (int monthNum);

.

 

 Month();

 void outputMonth_num();

 

 

 void outputMonthLetters();

private:

 int month;

};

 

 

int main ()

{

 //

 // Variable declarations

 //

 int monthNum;

 char firstLetter, secondLetter, thirdLetter;    

 char testAgain;              

 

 do {

 

   cout << endl;

   cout << "Testing the default constructor ..." << endl;

   Month defaultMonth;

   defaultMonth.outputMonth_num();

   defaultMonth.outputMonthLetters();

 

   //

   // Construct a month using the constructor with one integer argument

   //

   cout << endl;

   cout << "Testing the constructor with one integer argument..." << endl;

   cout << "Enter a month number: ";

   cin >> monthNum;

 

   Month testMonth1(monthNum);

   testMonth1.outputMonth_num();

   testMonth1.outputMonthLetters();

 

   //

   // Construct a month using the constructor with three letters as arguments

   //

   cout << endl;

   cout << "Testing the constructor with 3 letters as arguments ..." << endl;

   cout << "Enter the first three letters of a month (lowercase): ";

   cin >> firstLetter >> secondLetter >> thirdLetter;

   cout << endl;

 

   Month testMonth2(firstLetter, secondLetter, thirdLetter);

   testMonth2.outputMonth_num();

   testMonth2.outputMonthLetters();

 

   //

   // See if user wants to try another month

   //

   cout << endl;

   cout << "Do you want to test again? (y or n) ";

   cin >> testAgain;

 }

 while (testAgain == 'y' || testAgain == 'Y');

 

 return 0;

}

 

 

Month::Month(char firstLetter, char secondLetter, char thirdLetter)

{

if ((firstLetter == 'j')&&(secondLetter == 'a')&&(thirdLetter == 'n'))

  outputMonth_num = 1;

if ((firstLetter == 'f')&&(secondLetter == 'e')&&(thirdLetter == 'b'))

  outputMonth_num = 2;

if ((firstLetter == 'm')&&(secondLetter == 'a')&&(thirdLetter == 'r'))

  outputMonth_num = 3;

if ((firstLetter = 'a')&&(secondLetter == 'p')&&(thirdLetter == 'r'))

  outputMonth_num = 4;

if ((firstLetter == 'm')&&(secondLetter == 'a')&&(thirdLetter == 'y'))

  outputMonth_num = 5;

if ((firstLetter == 'j')&&(secondLetter == 'u')&&(thirdLetter == 'n'))

  outputMonth_num = 6;

if ((firstLetter == 'j')&&(secondLetter == 'u')&&(.thirdLetter == 'l'))

  outputMonth_num = 7;

if ((firstLetter == 'a')&&(secondLetter == 'u')&&(thirdLetter == 'g'))

  outputMonth_num = 8;

if ((firstLetter == 's')&&(secondLetter == 'e')&&(thirdLetter == 'p'))

  outputMonth_num = 9;

if ((firstLetter == 'o')&&(secondLetter == 'c')&&(thirdLetter == 't'))

  outputMonth_num = 10;

if ((firstLetter == 'n')&&(secondLetter == 'o')&&(thirdLetter == 'v'))

 outputMonth_num = 11;

if ((firstLetter == 'd')&&(secondLetter == 'e')&&(thirdLetter == 'c'))

 outputMonth_num = 12;

}

 

Month::inputMonthByNumber

{

if (Month_num > 12 && Month_num < 1)

cout << "Invalid number for Month, please choose 1-12)\n";

}

 

void Month::outputMonth_num()

{

 if (month >= 1 && month <= 12)

   cout ><< "Month: " << month << endl;

 else

   cout << "Error - The month is not a valid!" << endl;

}

 

void Month::outputMonthLetters()

{

 switch (month)

   {

   case 1:

     cout << "Jan" << endl;

     break;

   case 2:

     cout << "Feb" << endl;

     break;

   case 3:

     cout << "Mar" << endl;

     break;

   case 4:

     cout << "Apr" << endl;

     break;

   case 5:

     cout << "May" << endl;

     break;

   case 6:

     cout << "Jun" << endl;

     break;

   case 7:

     cout << "Jul" << endl;

     break;

   case 8:

     cout << "Aug" << endl;

     break;

   case 9:  

     cout << "Sep" << endl;

     break;

   case 10:

     cout << "Oct" << endl;

     break;

   case 11:

     cout << "Nov" << endl;

     break;

   case 12:

     cout << "Dec" << endl;

     break;

   default:

     cout << "Error - the month is not a valid!" << endl;

   }

}

7 0
3 years ago
The article provides information by using a list. What does it list? A. Thanksgiving food B. places where clams can be found C.
Gelneren [198K]

Answer:

C

Explanation:

7 0
3 years ago
Using a pressure transducer and lab scope is a similar process to using a pressure gauge- true/false
MariettaO [177]

Answer:

true

Explanation:

4 0
3 years ago
A(n) _____ is done to test each individual component (often a program) to ensure that it is as defect-free as possible.
lyudmila [28]

Answer:

Unit test

Explanation:

Defintion: A test of each individual component (often a program) to ensure that it is as defect-free as possible.

6 0
2 years ago
Other questions:
  • Five bolts are used in the connection between the axial member and the support. The ultimate shear strength of the bolts is 320
    5·1 answer
  • Consider laminar, fully developed flow in a channel of constant surface temperature Ts. For a given mass flow rate and channel l
    15·1 answer
  • In highways the far left lane is usually the _____
    11·2 answers
  • The part of a circuit that carries the flow of electrons is referred to as the?
    11·1 answer
  • The present worth of income from an investment that follows an arithmetic gradient is projected to be $475,000. The income in ye
    9·1 answer
  • What did Congress do in 1787 to settle land disputes among the settlers?
    11·1 answer
  • Which apparatus is likely to carry a ladder? (There may be more than one answer.)
    8·1 answer
  • Running ropes must be taken out of service if they have _____ broken wires in one strad in one lay
    15·2 answers
  • Explain the purpose of wrench plzzz
    5·2 answers
  • The section of the area to be examined is shown circumscribed by broken lines with circles at
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!