Answer:
1. 
2. 
Explanation:
1.
Given:
- height of the window pane,

- width of the window pane,

- thickness of the pane,

- thermal conductivity of the glass pane,

- temperature of the inner surface,

- temperature of the outer surface,

<u>According to the Fourier's law the rate of heat transfer is given as:</u>

here:
A = area through which the heat transfer occurs = 
dT = temperature difference across the thickness of the surface = 
dx = t = thickness normal to the surface = 


2.
- air spacing between two glass panes,

- area of each glass pane,

- thermal conductivity of air,

- temperature difference between the surfaces,

<u>Assuming layered transfer of heat through the air and the air between the glasses is always still:</u>



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:
a)
, b)
,
,
, c)
,
,
, 
Explanation:
a) The total number of users that can be accomodated in the system is:


b) The length of the side of each cell is:


Minimum time for traversing a cell is:



The maximum time for traversing a cell is:


The approximate time is giving by the average of minimum and maximum times:


c) The total number of users that can be accomodated in the system is:


The length of each side of the cell is:


Minimum time for traversing a cell is:



The maximum time for traversing a cell is:


The approximate time is giving by the average of minimum and maximum times:


Answer:
bts biot bts biot jungkukkk
jungkukkkbiot
Explanation:
bts biot bts biot jungkukkk
jungkukkkbiot
Answer:
a) P = 86720 N
b) L = 131.2983 mm
Explanation:
σ = 271 MPa = 271*10⁶ Pa
E = 119 GPa = 119*10⁹ Pa
A = 320 mm² = (320 mm²)(1 m² / 10⁶ mm²) = 3.2*10⁻⁴ m²
a) P = ?
We can apply the equation
σ = P / A ⇒ P = σ*A = (271*10⁶ Pa)(3.2*10⁻⁴ m²) = 86720 N
b) L₀ = 131 mm = 0.131 m
We can get ΔL applying the following formula (Hooke's Law):
ΔL = (P*L₀) / (A*E) ⇒ ΔL = (86720 N*0.131 m) / (3.2*10⁻⁴ m²*119*10⁹ Pa)
⇒ ΔL = 2.9832*10⁻⁴ m = 0.2983 mm
Finally we obtain
L = L₀ + ΔL = 131 mm + 0.2983 mm = 131.2983 mm