1. The co-efficient of performance (COP) of a refrigerating system, which is its index of performance, is defined as the ratio of useful refrigeration to the net work. The units of __________ and COP are the same.





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->P can do a work in 24 days. Q can do the same work in 9 days and R can do the same in 12 days. Q and R start the work and leave after 3 days. P finishes the remaining work in --- days.....
QA->P can do a work in the same time in which Q and R together can do it. If P and Q work together, the work can be completed in 10 days. R alone needs 50 days to complete the same work. then Q alone can do it in....
QA->P and Q can do a work in 30 days. Q and R can do the same work in 24 days and R and P in 20 days. They started the work together, but Q and R left after 10 days. How many days more will P take to finish the work?....
QA->P is 30% more efficient than Q. P can complete a work in 23 days. If P and Q work together, how much time will it take to complete the same work?....
QA->6 men and 8 women can complete a work in 10 days. 26 men and 48 women can finish the same work in 2 days. 15 men and 20 women can do the same work in - days.....
MCQ->The co-efficient of performance (COP) of a refrigerating system, which is its index of performance, is defined as the ratio of useful refrigeration to the net work. The units of __________ and COP are the same.....
MCQ->The thermal efficiency of a reversible heat engine operating between two given thermal reservoirs is 0.4. The device is used either as a refrigerator or as a heat pump between the same reservoirs. Then the coefficient of performance as a refrigerator (COP)R and the co-efficient of performance as a heat pump (COP)HP are....
MCQ->A refrigeration cycle is a reversed heat engine. Which of the following has the maximum value of the co-efficient of performance (COP) for a given refrigeration effect ?....
MCQ->In a refrigerating system,the ratio of refrigerating effect to work done is known as:....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication { class index { protected int count; public index() { count = 0; } } class index1: index { public void increment() { count = count +1; } } class MyProgram { static void Main(string[] args) { index1 i = new index1(); i.increment(); } } } count should be declared as public if it is to become available in the inheritance chain. count should be declared as protected if it is to become available in the inheritance chain. While constructing an object referred to by i firstly constructor of index class will be called followed by constructor of index1 class. Constructor of index class does not get inherited in index1 class. count should be declared as Friend if it is to become available in the inheritance chain.....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution