Answer: D. All of the choice A, B and C are correct.
Answer and Explanation:
There four events or stages of reversible nature in a Carnot cycle are:
1. Isothermal expansion of gas
2. Adiabatic expansion
3. Isothermal compression of gas
4.Adiabatic compression of gas
All these 4 processes are reversible processes.
1. A reversible Isothermal expansion of gas takes place in Carnot cycle where an ideal gas absorbs or intake certain quantity of heat from a heat reservoir or source at an elevated temperature which results in the expansion of gas and work is done on the surroundings.
2. A reversible expansion of gas adiabatically takes place in Carnot cycle in an environment with thermal insulation where the gas expand and work is done on the surrounding which results in the lowering of the temperature of the system.
3. A reversible compression of gas isothermally takes place such that the work is done on the system by the surrounding resulting in heat loss.
4. A reversible compression of gas adiabatically, takes place in an environment with thermal insulation and the work is done continuously on the system by the surroundings resulting in the rise in temperature.
Answer:
# Initialize a dictionary with the keys
contestants = {"Darci Lynne":0, "Angelica Hale":0, "Angelina Green":0};
# Repeatedly prompt the user for a contestant name to vote for
while True:
# Prompting user for contestant name
cName = input("Enter contestant name to vote: ");
# Checking for Done
if cName.lower() == "done":
break;
# Checking in dictionary
if cName in contestants.keys():
# Updating vote value
contestants[cName] += 1
# New entry
else:
contestants[cName] = 1
# Printing header
print("\n%-20s %-15s\n" %("Contestant Name", "Votes Casted"))
# Printing results
for contestant in contestants:
print("%-23s %-15d" %(contestant, contestants[contestant]))
Answer:
The correct answer is option 'a': Black
Explanation:
As we know that for an object which is black in color it absorbs all the electromagnetic radiation's that are incident on it. Thus if we need to transfer energy to an object by radiation the most suitable color for the process is black.
In contrast to black color white color is an excellent reflector, reflecting all the incident radiation that may be incident on it hence is the least suitable material for radiative heat transfer.
Font of the slide can be edited in the presentations :-
Explanation
By following these steps Su can change the presentation font of her second slide.
1. Edit- As Su open her second slide , there will be a option of "Edit" on the top right corner of the screen.
2. Font- As the various options are available on the screen such as font size , add image etc ,click on the option "Font"
3. Drop Down- As you click on font option , it will be followed by a drop down option with various type of fonts. Su can select the font she wishes to add in her presentation and look it more precise by adjusting the Font Size.
4 Save- Save the changes made in the slide for future.