Answer:
i think yes it could make the color go lighter
Explanation:
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:
maximum value of the power delivered to the circuit =3.75W
energy delivered to the element = 3750e^{ -IOOOt} - 7000e ^{-2OOOt} -3750
Explanation:
V =75 - 75e-1000t V
l = 50e -IOOOt mA
power = IV = 50 * 10^-3 e -IOOOt * (75 - 75e-1000t)
=50 * 10^-3 e -IOOOt *75 (1 - e-1000t)
=
maximum value of the power delivered to the circuit =3.75W
the total energy delivered to the element = 

Answer:
Stratification is the process of arranging the different elements classification in a specific manner.
In the storage tank, hot water and cold water create a specific layer and coexist between them for the process of stratification. Thermal storage and heat storage exchanger are the types of storage tank, in which the stratification process take place.
The density of the cold water is more as compared to hot water. Then, due to this the cold water sink to the bottom and hot ware rises up in the storage vessel. In this way, the water gets heated and the stratification process take place in the tank.