left[0]=a[0];
for(int i=1;i<=n-1;i++)
    left[i]=(left[i-1]*a[i])%M;
right[n-1]=a[n-1];
for(int i=n-2;i>=0;i--)
    right[i]=(right[i-1]*a[i])%M;
for query q
    if(q==0)
        return right[1]%M;
    if(q==n-1)
        return left[n-2]%M;
    return (left[q-1]*right[q+1])%M;
 
        
             
        
        
        
Answer:
Explanation:
Enthalpy is the measure of total heat present in the thermodynamic system where the pressure is constant. Entropy is the measure of disorder in a thermodynamic system. 
 
        
             
        
        
        
The answer would be the TCP/IP Application Layer.
        
             
        
        
        
Answer: CPUs
Hope it helps :) and let me know if you want me to elaborate.