Answer: double click at the top of the page. Or you can also go to home file and click add heading.
Explanation:
Answer:
Made of Silicon.
Explanation:
A diode is a semiconductor device use in mostly electronic appliances. It is two terminals device consisting of a P-N junction formed either in Germanium or silicon crystal.
Diode can be forward biased or reverse biased.
When a diode is forward biased and the applied voltage is increased from zero, hardly any current flows through the device in the beginning.
It is so because the external voltage is being opposed by the internal barrier voltage whose value is 0.7v for silicon and 0.3v for germanium.
If you measure 0.7 V across a diode, the diode is probably therefore made of Silicon.
Answer:
insert (array[] , value , currentsize , maxsize )
{
if maxsize <=currentsize
{
return -1
}
index = currentsize-1
while (i>=0 && array[index] > value)
{
array[index+1]=array[index]
i=i-1
}
array[i+1]=value
return 0
}
Explanation:
1: Check if array is already full, if it's full then no component may be inserted.
2: if array isn't full:
- Check parts of the array ranging from last position of range towards initial range and determine position of that initial range that is smaller than the worth to be inserted.
- Right shift every component of the array once ranging from last position up to the position larger than the position at that smaller range was known.
- assign new worth to the position that is next to the known position of initial smaller component.
Answer:
Attached below is the Radial power circuit arrangement
Explanation:
Radial power circuit arrangement is done in a way that a single cable starts from the fuse box and connects to all the outlet socket contained in the circuit also the cable contains wires ( live , neutral and earth )
The advantage of a radial power circuit arrangement is that it enables easy identification of electrical faults on the circuit.
Answer:
![Q=7.3\times 10^{-3} m^3/s](https://tex.z-dn.net/?f=Q%3D7.3%5Ctimes%2010%5E%7B-3%7D%20m%5E3%2Fs)
Explanation:
Given that
At top![d_2=30 mm,P_2=860 KPa ,P_1=1000 KPa,d_1=85 mm](https://tex.z-dn.net/?f=d_2%3D30%20mm%2CP_2%3D860%20KPa%20%2CP_1%3D1000%20KPa%2Cd_1%3D85%20mm)
![\rho =900\dfrac{Kg}{m^3}](https://tex.z-dn.net/?f=%5Crho%20%3D900%5Cdfrac%7BKg%7D%7Bm%5E3%7D)
We know that
![\dfrac{P_1}{\rho g}+\dfrac{V_1^2}{2g}+Z_1=\dfrac{P_2}{\rho g}+\dfrac{V_2^2}{2g}+Z_2](https://tex.z-dn.net/?f=%5Cdfrac%7BP_1%7D%7B%5Crho%20g%7D%2B%5Cdfrac%7BV_1%5E2%7D%7B2g%7D%2BZ_1%3D%5Cdfrac%7BP_2%7D%7B%5Crho%20g%7D%2B%5Cdfrac%7BV_2%5E2%7D%7B2g%7D%2BZ_2)
![A_1V_1=A_2V_2](https://tex.z-dn.net/?f=A_1V_1%3DA_2V_2)
![\frac{V_1}{V_2}=\left(\dfrac{d_2}{d_1}\right)^2](https://tex.z-dn.net/?f=%5Cfrac%7BV_1%7D%7BV_2%7D%3D%5Cleft%28%5Cdfrac%7Bd_2%7D%7Bd_1%7D%5Cright%29%5E2)
![\frac{V_1}{V_2}=\left(\dfrac{30}{85}\right)^2](https://tex.z-dn.net/?f=%5Cfrac%7BV_1%7D%7BV_2%7D%3D%5Cleft%28%5Cdfrac%7B30%7D%7B85%7D%5Cright%29%5E2)
![V_2=8.02V_1](https://tex.z-dn.net/?f=V_2%3D8.02V_1)
![Z_2=12 sin60^{\circ}](https://tex.z-dn.net/?f=Z_2%3D12%20sin60%5E%7B%5Ccirc%7D)
![\dfrac{1000\times 1000}{900\times 9.81}+\dfrac{V_1^2}{2\times 9.81}+0=\dfrac{860\times 1000}{900\times 9.81 }+\dfrac{V_2^2}{2\times 9.81}+12 sin60^{\circ}](https://tex.z-dn.net/?f=%5Cdfrac%7B1000%5Ctimes%201000%7D%7B900%5Ctimes%209.81%7D%2B%5Cdfrac%7BV_1%5E2%7D%7B2%5Ctimes%209.81%7D%2B0%3D%5Cdfrac%7B860%5Ctimes%201000%7D%7B900%5Ctimes%209.81%20%7D%2B%5Cdfrac%7BV_2%5E2%7D%7B2%5Ctimes%209.81%7D%2B12%20sin60%5E%7B%5Ccirc%7D)
So
m/s
We know that flow rate Q=AV
![Q=A_1V_1](https://tex.z-dn.net/?f=Q%3DA_1V_1)
By putting the values
![A_1=\dfrac{\pi}{4}d^2](https://tex.z-dn.net/?f=A_1%3D%5Cdfrac%7B%5Cpi%7D%7B4%7Dd%5E2)
![Q=7.3\times 10^{-3} m^3/s](https://tex.z-dn.net/?f=Q%3D7.3%5Ctimes%2010%5E%7B-3%7D%20m%5E3%2Fs)
To find the flow rate we do not need the direction of flow,because we are just doing balancing of energy at inlet and at the exits of pipe.