

InterviewSolution
Saved Bookmarks
1. |
For the given process :- `{:("Column-I","Column-II"),((A)Process " "JtoK,(P) Wgt0),((B)Process" "KtoL ,(q) Wlt0),((C)Process " "LtoM,(r)Qgt0),((D)Process" "MtoJ,(s)Qlt0):}` |
Answer» Correct Answer - A::B::C::D Process `J rarr K` (isochoric) : `W= 0 , DeltaU lt 0 implies Q lt 0 ` Process `K rarr L` (isochoric) : `Wgt 0 , DeltaU gt 0 implies Q gt 0 ` Process `L rarr M` (isochoric) : `W= 0 , DeltaU gt 0 implies Q gt 0 ` Process `M rarr J` (isochoric) : `Wlt 0 , DeltaU lt 0 implies Q lt 0 ` |
|