Answer:
112.5 watts
Explanation:
The output voltage (V) = 15 volts
The equivalent resistance for the speakers connected in parallel (
) is gotten by using the formula:

The current flowing through the amplifier (I) is:
I = V /
= 15 / 2 = 7.5 A
The audio power (P) when outputting this maximum voltage is given by:
P = V² /
= I²
. Therefore:
P = V² /
= 15² /
= 112.5 watts
Answer:
Yield strength, tensile strength decreases with increasing temperature and modulus of elasticity decreases with increasing in temperature.
Explanation:
The modulus of elasticity of a material is theoretically a function of the shape of curve plotted between the potential energy stored in the material as it is loaded versus the inter atomic distance in the material. The temperature distrots the molecular structure of the metal and hence it has an effect on the modulus of elasticity of a material.
Mathematically we can write,
![E(t)=E_o[1-a\frac{T}{T_m}]](https://tex.z-dn.net/?f=E%28t%29%3DE_o%5B1-a%5Cfrac%7BT%7D%7BT_m%7D%5D)
where,
E(t) is the modulus of elasticity at any temperature 'T'
is the modulus of elasticity at absolute zero.
is the mean melting point of the material
Hence we can see that with increasing temperature modulus of elasticity decreases.
In the case of yield strength and the tensile strength as we know that heating causes softening of a material thus we can physically conclude that in general the strength of the material decreases at elevated temperatures.
Answer:
Routine
Explanation:
Loop Structures — The Method Of Repeating Routines In Statements. Repetition of code are called loops, and they are defined as statements that execute lines of code (or routines) repeatedly according to conditions or iterations. ... Take for example a routine that must write as output the string “Hello” 40 times
Answer: a) 135642 b) 146253
Explanation:
A)
1- the bankers algorithm tests for safety by simulating the allocation for predetermined maximum possible amounts of all resources, as stated this has the greatest degree of concurrency.
3- reserving all resources in advance helps would happen most likely if the algorithm has been used.
5- Resource ordering comes first before detection of any deadlock
6- Thread action would be rolled back much easily of Resource ordering precedes.
4- restart thread and release all resources if thread needs to wait, this should surely happen before killing the thread
2- only option practicable after thread has been killed.
Bii) ; No. Even if deadlock happens rapidly, the safest sequence have been decided already.