Answer:
#Initialise a tuple
team_names = ('Rockets','Raptors','Warriors','Celtics')
print(team_names[0])
print(team_names[1])
print(team_names[2])
print(team_names[3])
Explanation:
The Python code illustrates or printed out the tuple team names at the end of a season.
The code displayed is a function that will display these teams as an output from the program.
Answer:
(a) Surface energy is greater than grain boundary energy due to the fact that the bonds of the atoms on the surface are lower than those of the atoms at the grain boundary. The energy is also directly proportional to the number of bonds created.
(b) The energy of a high-angle grain boundary is higher than that of a small-angle grain boundary because the high-angle grain boundary has a higher misalignment and smaller number of bonds than a small-angle grain boundary.
Explanation:
(a) Surface energy is greater than grain boundary energy due to the fact that the bonds of the atoms on the surface are lower than those of the atoms at the grain boundary. The energy is also directly proportional to the number of bonds created.
(b) The energy of a high-angle grain boundary is higher than that of a small-angle grain boundary because the high-angle grain boundary has a higher misalignment and smaller number of bonds than a small-angle grain boundary.
Answer:
thickness1=1.4m
thickness2=2.2m
convection coefficient=0.33W/m^2K
Explanation:
you must use this equation to calculate the thickness:
L=K(T2-T1)/Q
L=thickness
T=temperature
Q=heat
L1=0.04*(0--350)/10=1.4m
L2=0.1(220-0)/10=2.2m
Then use this equation to calculate the convective coefficient
H=Q/(T2-T1)
H=10/(250-220)=0.33W/m^2K
Answer:
Explanation:
You can utilize barbed clusters to store inadequate grids. On the off chance that there are a great many lines yet each line has just 4 or 5 associations with different segments, at that point as opposed to utilizing a 1000x1000 cluster you can utilize a 1000 line rough exhibit while you simply store the components that the present section has association with another segment. Other utilization can be done on account of query tables. Query tables will be tables which have different qualities concerning a solitary key where the quantity of qualities isn't fixed. Aside from this, barbed clusters have an exceptionally set number of utilization cases. Multidimensional exhibits then again have plenty of utilizations. It is utilized to store a great deal of information reliably on the grounds that the greater part of the information is put away is steady concerning which section compares to what information. Aside from that it very well may be utilized to make thick diagrams or sparse(not effective), plotting information. Another utilization case would be used as an impermanent stockpiling for the figurings that need to tail them and utilize the past information like in powerful programming.
Answer:
40 ft
Explanation:
Assuming no loss of energy in the system of pulleys, the work done is the same whether you move the load directly or through the pulleys.
W = Fd . . . . . . . . work is the product of force and distance
F(10 ft) = (0.25F)(d) . . . . . where d is the distance we want to find
d = 10F/(0.25F) = 40
The rope will need to move 40 feet.