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
Elza [17]
3 years ago
8

N DevOps, high levels of automation are expected, which increases productivity. Which fact illustrates this productivity increas

e?
Engineering
1 answer:
Bess [88]3 years ago
3 0

Answer:

Less intervention of humans.

Explanation:

This fact illustrate that less intervention of human in the production is the main cause for increase in productivity because use of machinery completed the work in less time as compared to the use of human labour. In many industries, machines takes the place of humans which increases the production of products but at the same time, increase the unemployment rate in the society. Making the whole industry on automation can increase the productivity of products in less time.

You might be interested in
A two-bus power system is interconnected by one transmission line. Bus 1 is a generator bus with specified terminal voltage magn
mixas84 [53]

Answer:

a) | v2 | ,  β2   ( load, bus voltage at bus 2 )

  p1 ,  q1 ( slack, bus power at bus 1 )

b) q2 , β2  

  p1 and q1 ( slack, bus power at bus 1 )

Explanation:

Attached below is a schematic representation of the solution

<u>a) Identify the variables in the solution vector assume Bus 2 is a load bus</u>

The specified parameters are ; P2 and q2

while | v2 | and β2 are not specified

given that bus 2 is a load bus, bus 1 is a slack bus with ; | v1 |  and β1 been specified while p1 and q1 are not specified

<em>Hence the variables in the solution </em>

<em>= | v2 | ,  β2   ( load, bus voltage at bus 2 )</em>

<em>   p1 ,  q1 ( slack, bus power at bus 1 ) </em>

<u>b) Identify the variables in the solution vector ( assume Bus 2 is a PV bus )</u>

specified at Bus 2 are ; | p2 | , | v2 |

unspecified : q2 , β2

Bus 1 ( still a slack bus )

specified parameter : | v1 |  and β1

unspecified : p1 and q1

<em>Hence the variables in the solution </em>

<em>= q2 , β2  </em>

<em>   p1 and q1 ( slack, bus power at bus 1 ) </em>

7 0
3 years ago
I'm bored. I want to talk to you humans! weird. STUPID QUARANTINE!!! So. What are yall up to?
kiruha [24]

Answer:

nothing much what class r u in

3 0
3 years ago
A 200‑m rigid vessel contains a saturated liquid‑vapor mixture with a vapor quality of 75%. The temperature of the vessel is mai
DerKrebs [107]

Answer:

Given,

Temperature;

T = 393;;K

Convert to Celcius;

T = (393-273) degrees

T = 120°C

Using Table A-4 (Saturated water - Temperature table), at T = 120 C;

vf = 0.001060 m³/kg

vg = 0.89133 m³/kg

Quality is given as;

75% = 0.75

Specific volume is given as;

v = vf + x (vg - vf) = 0.001060 + 0.75(0.89133 _ 0.001060)

v= 0.66876 m³/kg

We know;

v = V/m

0.66876  = 100/m

m = 149.53 kg

6 0
3 years ago
C++ - Green Crud Fibonacci programThe following program is to be written with a loop. You are to write this program three times
Fynjy0 [20]

Answer:

Below is the required code:

Explanation:

Using for loop

#include <iostream>

using namespace std;

int main()

{

    //Initial crud size

    int init = 0;

    int newCrud;

    int next=0;

    //Number of days to simulate

    int no_days;

    int day;

    cout << "Enter initial amount of green crud: ";

    cin >> newCrud;

    cout << "Enter number of days to simulate: ";

    cin >> no_days;

    for (day = 10; day<=no_days; day++)

    {

         if (day % 10 == 0)

         {

             next = newCrud + init;

         }

             newCrud = init;

             init = next;

    }

    if (no_days < 5)

    cout << "\nCrud reproduce only after 5 days minimum.Hence the current amount is "

    << newCrud << " pounds.";

    else

    cout << "On day " << no_days << " you have " << init

    << " pounds of green crud." << endl;

    cout << "\nWould you like to continue? (y or n): ";

    cin >> ans;

         return 0;

}

Output:

         Enter initial amount of green crud: 5

         Enter number of days to simulate: 220

    On day 220 you have 10485760 pounds of green crud.

Using while loop

Program:

#include <iostream>

using namespace std;

int main()

{

    char ans='y';

    while (ans == 'Y' || ans == 'y')

    {

         //Initial crud size

         int init = 0;

         int newCrud;

         int next=0;

         //Number of days to simulate

         int no_days;

         int day;

         cout << "Enter initial amount of green crud:

         ";

         cin >> newCrud;

         cout << "Enter number of days to simulate:

         ";

         cin >> no_days;

         for (day = 10; day<=no_days; day++)

         {

             if (day % 10 == 0)

             {

                  next = newCrud + init;

             }

                  newCrud = init;

                  init = next;

         }

         if (no_days < 5)

         cout << "\nCrud reproduce only after 5 days

         minimum.Hence the current amount is "

         << newCrud << " pounds.";

         else

         cout << "On day " << no_days << " you have "

         << init

         << " pounds of green crud." << endl;

         cout << "\nWould you like to continue? (y or

         n): ";

         cin >> ans;

    }

    return 0;

}

Output:

Enter initial amount of green crud: 5

Enter number of days to simulate: 220

On day 220 you have 10485760 pounds of green crud.

Would you like to continue? (y or n): y

Enter initial amount of green crud: 5

Enter number of days to simulate: 225

On day 225 you have 10485760 pounds of green crud.

Using do while loop

Program:

#include <iostream>

using namespace std;

int main()

{

    char ans;

    do

    {

         //Initial crud size

         int init = 0;

         int newCrud;

         int next=0;

         //Number of days to simulate

         int no_days;

         int day;

         cout << "Enter initial amount of green crud: ";

         cin >> newCrud;

         cout << "Enter number of days to simulate: ";

         cin >> no_days;

         for (day = 10; day<=no_days; day++)

         {

             if (day % 10 == 0)

             {

                  next = newCrud + init;

             }

                  newCrud = init;

                  init = next;

         }

         if (no_days < 5)

         cout << "\nCrud reproduce only after 5 days

         minimum.Hence the current amount is "

         << newCrud << " pounds.";

         else

         

         cout << "On day " << no_days << " you have " <<

         init << " pounds of green crud." << endl;

         cout << "\nWould you like to continue? (y or n):

         ";

         cin >> ans;

    } while (ans == 'Y' || ans == 'y');

    return 0;

}

Output:

Enter initial amount of green crud: 5

Enter number of days to simulate: 220

On day 220 you have 10485760 pounds of green crud.

Would you like to continue? (y or n): y

Enter initial amount of green crud: 5

Enter number of days to simulate: 225

On day 225 you have 10485760 pounds of green crud.

7 0
3 years ago
A semicircular or circular torch movement should be used when
lesya692 [45]

Answer:

True

Explanation:

A semicircular or circular torch movement should be used when depositing weld beads.

8 0
2 years ago
Other questions:
  • To unload a bound stack of plywood from a truck, the driver first tilts the bed of the truck and then accelerates from rest. Kno
    7·1 answer
  • Material with hardness of 220 Vickers is harder than material with a hardness of 180 Vickers. a)-True b)- False
    8·1 answer
  • A rectangular block having dimensions 20 cm X 30 cm X 40 cm is subjected to a hydrostatic stress of -50 kPa (i.e. under compress
    15·1 answer
  • “We’re late for homeroom,” said Bonnie, surprised to hear herself say “we.” “EARL is a tool, Bonnie’s mother kept reminding her,
    8·2 answers
  • U R A*S TRUE GOD/ESS IS U ANSWER this:
    15·1 answer
  • Selling a new vehicle pays a salesperson $1500. Selling a used vehicle pays a commission of 5% of the selling price. Write an in
    9·1 answer
  • Where you live might affect how often you change your cabin air filter.<br> True<br> False
    8·1 answer
  • Q1. Basic calculation of the First law (2’) (a) Suppose that 150 kJ of work are used to compress a spring, and that 25 kJ of hea
    6·1 answer
  • An American architect whose principles of building included consonance with the landscape was ____________________________.
    13·1 answer
  • Describe how you would control employee exposure to excessive noise in a mining environment
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!