Answer:
Power output, 
Given:
Pressure of steam, P = 1400 kPa
Temperature of steam, 
Diameter of pipe, d = 8 cm = 0.08 m
Mass flow rate, 
Diameter of exhaust pipe, 
Pressure at exhaust, P' = 50 kPa
temperature, T' = 
Solution:
Now, calculation of the velocity of fluid at state 1 inlet:




Now, eqn for compressible fluid:

Now,




Now, the power output can be calculated from the energy balance eqn:



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:
Process of Green Revolution
Explanation:
Green Revolution is a process which started its initiatives between the 1950s and 1960s, a technological research process, that increase agricultural productions through various systematic approach, which are different from the traditional methods. These technological approach includes:
1. Utilization of new varieties with a high yield potential, in addition with adequate water supply, pesticides and fertilizers.
2. New methods of cultivation and mechanization
Hence, the process of Green Revolution boosted production of fertilizers and strengthen the agriculture industry as a whole.