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); } }
Location of the class depends on satiation
Given:
Temperature of water,
=
=273 +(-6) =267 K
Temperature surrounding refrigerator,
=
=273 + 21 =294 K
Specific heat given for water,
= 4.19 KJ/kg/K
Specific heat given for ice,
= 2.1 KJ/kg/K
Latent heat of fusion,
= 335KJ/kg
Solution:
Coefficient of Performance (COP) for refrigerator is given by:
Max
= 
=
= 9.89
Coefficient of Performance (COP) for heat pump is given by:
Max
= 
= 10.89
Answer:All of the above
Explanation:
9.62 psi means 497.49 mm of Hg pressure
for (a)19.58 inches is equals to 497.49 mm of Hg
(b)atmospheric pressure is 14.69 psi
vaccum gauge is 9.62psi
absolute pressure is=14.69-9.62=5.07
(c)vaccum means air is sucked and there is negative pressure so it tells about below atmospheric pressure.
thus all are correct
I am not sure I am stuck on this and I have been for 45 min someone please help me and this girl or boy!!