Answer:
See explaination
Explanation:
int RED=10; int BLUE=11; int GREEN=12; int BUTTON1=8; int BUTTON2=9; void setup() { pinMode(RED, OUTPUT); pinMode(BLUE, OUTPUT); pinMode(GREEN, OUTPUT); pinMode(BUTTON1, INPUT); pinMode(BUTTON2, OUTPUT); } void loop() { int BTN1_STATE=digitalRead(BUTTON1); int BTN2_STATE=digitalRead(BUTTON2); if(BTN1_STATE==HIGH) { digitalWrite(BLUE, HIGH); delay(1000); // Wait for 1 second digitalWrite(BLUE, LOW); } if(BTN2_STATE==HIGH) { digitalWrite(RED, HIGH); delay(4000); // Wait for 4 seconds digitalWrite(RED, LOW); } if(BTN1_STATE==HIGH && BTN2_STATE==HIGH) { digitalWrite(GREEN, HIGH); delay(2000); // Wait for 2 second digitalWrite(GREEN, LOW); } }
Answer:
q=39.15 W/m²
Explanation:
We know that
Thermal resistance due to conductivity given as
R=L/KA
Thermal resistance due to heat transfer coefficient given as
R=1/hA
Total thermal resistance

Now by putting the values


We know that
Q=ΔT/R


So heat transfer per unit volume is 39.15 W/m²
q=39.15 W/m²
Answer:
<em><u>1</u></em>
<em><u>1What is the output of 2 Input XNOR gate if both the inputs are same? Explanation: The output of 2 Input XNOR gate is 1 if both the inputs are same. The output of the XNOR gate is 1 if both the inputs are logic 0 or logic 1. This is why they are called as equality detector.</u></em>
Answer:
What's the purpose of tracks going in the red? Having tracks go into the red is surely redundant, I don't see any purpose in having tracks distort ... It just seems like a hang on from the old days of tape, it's something that people who ... be in daws and I'm trying to assemble an alternative I understand the current mixing system. The Dow Jones Industrial Average (DJIA) is a stock index of 30 blue-chip industrial ... Today, the DJIA is a benchmark that tracks American stocks that are ... To calculate the DJIA, the current prices of the 30 stocks that make up the ... the longevity of the Dow serves this purpose better than all other indices.
Explanation:
Answer:
Change in entropy S = 0.061
Second law of thermodynamics is satisfied since there is an increase in entropy
Explanation:
Heat Q = 300 kW
T2 = 24°C = 297 K
T1 = 7°C = 280 K
Change in entropy =
S = Q(1/T1 - 1/T2)
= 300(1/280 - 1/297) = 0.061
There is a positive increase in entropy so the second law is satisfied.