Answer / Explanation:
To proper understand the answers that is given to the question, we need to understand some basic terms that has been used in the question.
Energy: This can be refereed to as the quantitative property that is transferred to an object for the purpose of the object working or to heat up the object. It can also be referred to as conserved quantity that is energy can be converted from one form or state to another but cannot destroyed.
Power: This can be defined as the rate of doing work or transferring heat per unit time from one state to another. The SI Units of power is watt which is equal to one joule per second.
Hence, the formula that links energy and power is:
Energy = Power x Time
Now. referring back to the question (a) asking how much energy do we save if we execute at the current speed and turn off the system when the computation is complete: The answer is = 50%. That is 50% of the energy is saved.
(b) If we recall the formula for calculating energy,
we have:
Energy = 1 /2 Load x V²
Changing the frequency does not affect the energy.However, it affects the power.
So therefore, the new energy is 1 / 2 Load x ( 1/2 V)² ,
reducing it to about 1 /4 of the old energy.
Answer:
//This Program is written in C++
// Comments are used for explanatory purpose
#include <iostream>
using namespace std;
enum mailbox{open, close};
int box[149];
void closeAllBoxes();
void OpenClose();
void printAll();
int main()
{
closeAllBoxes();
OpenClose();
printAll();
return 0;
}
void closeAllBoxes()
{
for (int i = 0; i < 150; i++) //Iterate through from 0 to 149 which literarily means 1 to 150
{
box[i] = close; //Close all boxes
}
}
void OpenClose()
{
for(int i = 2; i < 150; i++) {
for(int j = i; j < 150; j += i) {
if (box[j] == close) //Open box if box is closed
box[j] = open;
else
box[j] = close; // Close box if box is opened
}
}
// At the end of this test, all boxes would be closed
}
void printAll()
{
for (int x = 0; x < 150; x++) //use this to test
{
if (box[x] = 1)
{
cout << "Mailbox #" << x+1 << " is closed" << endl;
// Print all close boxes
}
}
}
Explanation:
Answer:
Ensure that all material and energy inputs and outputs are as inherently safe and benign as possible. Minimize the depletion of natural resources. Prevent waste. Develop and apply engineering solutions while being cognizant of local geography, aspirations, and cultures.Green engineering is the design, commercialization, and use of processes and products that minimize pollution, promote sustainability, and protect human health without sacrificing economic viability and efficiency.The goal of environmental engineering is to ensure that societal development and the use of water, land and air resources are sustainable. This goal is achieved by managing these resources so that environmental pollution and degradation is minimized.
Explanation:i helped
Answer:
Hook's law holds good up to. A elastic limit. B. plastic limit. C.yield point. D.Breaking point
Answer:
k = 0.1118 per min
Explanation:
Assume;
Initial number of bacteria = N0
Number of bacteria IN 'T' time = Nt
So,
![Nt=N0e^{-kt}\\\\in\ 6.2 min\\\\\\frac{N0}{2}= N0e^{-k(6.2)}\\\\ln\frac{1}{2} = -k[6.2]](https://tex.z-dn.net/?f=Nt%3DN0e%5E%7B-kt%7D%5C%5C%5C%5Cin%5C%206.2%20min%5C%5C%5C%5C%5C%5Cfrac%7BN0%7D%7B2%7D%3D%20N0e%5E%7B-k%286.2%29%7D%5C%5C%5C%5Cln%5Cfrac%7B1%7D%7B2%7D%20%3D%20-k%5B6.2%5D)
k = 0.1118 per min