Answer:
import pandas pd
def read_prices(tickers):
price_dict = {}
# Read ingthe ticker data for all the tickers
for ticker in tickers:
# Read data for one ticker using pandas.read_csv
# We assume no column names in csv file
ticker_data = pd.read_csv("./" + ticker + ".csv", names=['date', 'price', 'volume'])
# ticker_data is now a panda data frame
# Creating dictionary
# for the ticker
price_dict[ticker] = {}
for i in range(len(ticker_data)):
# Use pandas.iloc to access data
date = ticker_data.iloc[i]['date']
price = ticker_data.iloc[i]['price']
price_dict[ticker][date] = price
return price_dict
Answer:
a)
, b)
, c) 
Explanation:
A turbine is a steady-state devices which transforms fluid energy into mechanical energy and is modelled after the Principle of Mass Conservation and First Law of Thermodynamics, whose expressions are described hereafter:
Mass Balance

Energy Balance

Specific volumes and enthalpies are obtained from property tables for steam:
Inlet (Superheated Steam)


Outlet (Liquid-Vapor Mix)


a) The mass flow rate of the steam is:



b) The exit velocity of steam is:




c) The power output of the steam turbine is:



Explanation:
Engineering is science in practical terms. It is the application of scientific findings in problem solving and creating a better world.
How does technological advancements create more problems for engineers?
- Loss of job to automation: the world is driving at automating work processes through the use of specially designed and crafted machinery. Work is now properly being done using machines with little to no human input in the whole process. This is a huge let off for engineers. Engineers have to compete with machines which are their own inventions for jobs now.
- Fast paced work environment: machines can handle work more efficiently and faster than the people making them. There is an increasing race between engineers and their own inventions today for better product delivery. Unless a machine is faulty, they are more productive and efficient than man. This can cause engineers to want to catch up with their own inventions leading to a work life of stress.
- Environmental problems they cannot solve: most inventions use components from the environment. They release effluents that are very difficult to be properly disposed or stored. This is a huge problem for engineers and can lead to ethical calls from the government and the populace. In short, they can create problems they are expected to solve but cannot solve.
- Social problems: engineers can be portrayed as terrible beings for their own inventions. This leads to psychological problems on a good and creative invention. For example, rare earth metals in DR Congo are instrumental in making solar panels, but mining of these metals have forced several thousands of people into hard and intense labor on mines; there is a call on technological firms to stop exploiting people this way for their own gains.
- Misuse of technology: any good technology can be put into the wrong use. A nuclear reaction can be packaged into a bomb and also, it can be the center of electricity generation on a commercial scale. How can engineers solve this kind of problem? Technological inventions are subjective in their usage.
Learn more:
New technology brainly.com/question/5768621
#learnwithBrainly
Answer: D
Explanation: When you change your transmission fluid you change your filter. When you do that you clean where the filter was. Then you can put the new filter on and the new fluid.
Answer:
C. Low viscosity for Maine in the winter and high viscosity for Florida in the summer.
Explanation:
The choice of motor oil or engine oil depends on the type of engine and also on the type of climate on which the engine runs.
In winter climates, we should use oil with low viscosity as at lower temperatures, the it flows more readily if its viscosity is low.
But the summer season needs a relatively thicker oil so as to reduce the thinning effect of the oil out of the engine.
Thus for Maine in the winter season, we need a low viscosity oil and for Florida a high viscosity oil in the summer season.
Therefore, option (c) is correct.