Answer:
(b)Distortion energy theory.
Explanation:
The best suitable theory for ductile material:
(1)Maximum shear stress theory (Guest and Tresca theory)
It theory state that applied maximum shear stress should be less or equal to its maximum shear strength.
(2)Maximum distortion energy theory(Von Mises henkey's theory)
It states that maximum shear train energy per unit volume at any point is equal to strain energy per unit volume under the state of uni axial stress condition.
But from these two Best theories ,suitable theory is distortion energy theory ,because it gives best suitable result for ductile material.
Answer:
wind vane if it can be used to show wind speed and the other is a
Explanation:
please mark 5 star if im right and brainly when ya can
Answer:
Explanation:
The python code to generate this is quite simple to run.
i hope you understand everything written here, you can as well try out other problems to understand better.
First to begin, we import the package;
Code:
import pandas as pd
import matplotlib.pyplot as plt
name = input('Enter name of the file: ')
op = input('Enter name of output file: ')
df = pd.read_csv(name)
df['Date'] = pd.to_datetime(df["Date"].apply(str))
plt.plot(df['Date'],df['Absent']/(df['Present']+df['Absent']+df['Released']),label="% Absent")
plt.legend(loc="upper right")
plt.xticks(rotation=20)
plt.savefig(op)
plt.show()
This should generate the data(plot) as seen in the uploaded screenshot.
thanks i hope this helps!!!
Answer:
Part A:

CPI cannot be negative so it is not possible to for program to run two times faster.
Part B:

CPI reduced by
=80%
Part C:
New Execution Time=
Increase in speed=
Explanation:
FP Instructions=50*106=5300
INT Instructions=110*106=11660
L/S Instructions=80*106=8480
Branch Instructions=16*106=1696
Calculating Execution Time:
Execution Time=
Execution Time=
Execution Time=
Part A:
For Program to run two times faster,Execution Time (Calculated above) is reduced to half.
New Execution Time=

CPI cannot be negative so it is not possible to for program to run two times faster.
Part B:
For Program to run two times faster,Execution Time (Calculated above) is reduced to half.
New Execution Time=

CPI reduced by
=80%
Part C:

New Execution Time=
New Execution Time=
Increase in speed=
Answer:
Heat losses by convection, Qconv = 90W
Heat losses by radiation, Qrad = 5.814W
Explanation:
Heat transfer is defined as the transfer of heat from the heat surface to the object that needs to be heated. There are three types which are:
1. Radiation
2. Conduction
3. Convection
Convection is defined as the transfer of heat through the actual movement of the molecules.
Qconv = hA(Temp.final - Temp.surr)
Where h = 6.4KW/m2K
A, area of a square = L2
= (0.25)2
= 0.0625m2
Temp.final = 250°C
Temp.surr = 25°C
Q = 64 * 0.0625 * (250 - 25)
= 90W
Radiation is a heat transfer method that does not rely upon the contact between the initial heat source and the object to be heated, it can be called thermal radiation.
Qrad = E*S*(Temp.final4 - Temp.surr4)
Where E = emissivity of the surface
S = boltzmann constant
= 5.6703 x 10-8 W/m2K4
Qrad = 5.6703 x 10-8 * 0.42 * 0.0625 * ((250)4 - (25)4)
= 5.814 W