Measure the longest circuit and add 50% for fittings and terminal units.
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.
Answer:
I know ship has stream line body
Answer:
Explanation:
ADT for an 2-D array:
struct array{
int arr[10];
}arrmain[10];
An application that stores an array with 1000 rows and 1000 columns, where less than 10,000 of the array values are non-zero. The two different implementations for such arrays that would be more space efficient than a standard two-dimensional array implementation requiring one million positions are :
1) struct array{
int *p;
}arr[1000];
2) struct array{
int *p;
}arr[1000];
Answer:
capacity = 0.555 mAh
capacity = 3600 mAh
Explanation:
given data
battery = 1800 mAh
OCV = 3.9 V
solution
we get here capacity when it is in series
so here Q = 2C
capacity = 2 × ampere × second ...............1
put here value and we get
and 1 Ah = 3600 C
capacity =
capacity = 0.555 mAh
and
when it is in parallel than capacity will be
capacity = Q1 +Q2 ...............2
capacity = 1800 + 1800
capacity = 3600 mAh