Answer:
# Program is written in python
# 22.1 Using the count method, find the number of occurrences of the character 's' in the string 'mississippi'.
# initializing string
Stringtocheck = "mississippi"
# using count() to get count of s
counter = Stringtocheck.count('s')
# printing result
print ("Count of s is : " + str(counter))
# 2.2 In the string 'mississippi', replace all occurrences of the substring 'iss' with 'ox
# Here, we'll make use of replace() method
# Prints the string by replacing iss by ox
print(Stringtocheck.replace("iss", "ox"))
#2.3 Find the index of the first occurrence of 'p' in 'mississippi'
# declare substring
substring = 'p'
# Find index
index = Stringtocheck.find(substring)
# Print index
print(index)
# End of program
Answer:
B. To accurately measure spark advance, use a timing light that incorporates an
ignition advance meter. The spark advance cannot be determined by listening to the way the engine sounds.
Answer:
the cycle is on the power just before the exhaust as both the valves are closed
Answer:
a) The rate of heat transfer will be 19.58 Watts.
b) The temperature drop of the hot water will be 0.024 Degree Celcius.
Explanation:
Answer:
The maximum power that can be generated is 127.788 kW
Explanation:
Using the steam table
Enthalpy at 20 bar = 2799 kJ/kg
Enthalpy at 2 bar = 2707 kJ/kg
Change in enthalpy = 2799 - 2707 = 92 kJ/kg
Mass flow rate of steam = 5000 kg/hr = 5000 kJ/hr × 1 hr/3600 s = 1.389 kg/s
Maximum power generated = change in enthalpy × mass flow rate = 92 kJ/kg × 1.389 kg/s = 127.788 kJ/s = 127.788 kW