Answer:A
Explanation:
Those who want to save money and will use the product for only a few years
The project or the site manager is responsible for monitoring or verifying the aspects of the construction process.
The site or the project manager is the individual that is responsible for the adherence to quality and guidance on the construction site.
The site or project manager has the following tasks
- ensuring safety on the site
- Monitoring the progress or the work that is being done
- Sourcing materials
- Solving problems
In conclusion, the project manager monitors and verifies aspects of the construction process.
Read more on brainly.com/question/24887827?referrer=searchResults
Answer:
The code is given below in Python with appropriate comments
Explanation:
# convert list to set
male_names = set(['Oliver','Declan','Henry'])
# get remove and add name from user
remove_name = input("Enter remove name: ")
add_name = input("Enter add name: ")
# remove name from set
male_names.remove(remove_name)
# add new name ij set
male_names.add(add_name)
# sort the set
a = sorted(male_names)
# print the set
print(a)
Answer:
Explanation:
Fractional distillation is the separation of a mixture into its component parts, or fractions. Chemical compounds are separated by heating them to a temperature at which one or more fractions of the mixture will vaporize. It uses distillation to fractionate
it is the separation of a liquid mixture into fractions differing in boiling point (and hence chemical composition) by means of distillation, typically using a fractionating column.
cracking allows large hydrocarbon molecules to be broken down into smaller, more useful hydrocarbon molecules. Fractions containing large hydrocarbon molecules are heated to vaporise them. They are then either: heated to 600-700°C.
I hope this was helpful