Answer:
bts biot bts biot jungkukkk
jungkukkkbiot
Explanation:
bts biot bts biot jungkukkk
jungkukkkbiot
Answer: Electric current originates from positively charged protons negatively charged electrons of an atom.
Explanation:
The movement of ions (positive or negative) from one point to another is called electric current.
An atom has three sub-atomic particles. These are protons, neutrons and electrons.
Protons are positively charged, neutrons have no charge and electrons are negatively charged. Protons and neutrons reside inside the nucleus of an atom whereas electrons revolve around the nucleus.
So, protons and electrons are responsible for originating electric current form an atom as these are the charged particles.
Thus, we can conclude that electric current originates from positively charged protons negatively charged electrons of an atom.
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:
Otto engine
Explanation:
As we know that
Power = Torque x speed
So we can say that when speed of engine then power of engine also will increases.
The speed of Otto engine is more as compare to Diesel engine so the power of Otto engine is more.But on the other hand torque of Diesel engine is more as compare to Otto engine but the speed is low so the product of speed and torque is more for Otto engine .It means that when requires large amount of power then Otto engine should be use.