Answer:
Entropy:
Entropy is the measure of randomness of system.In other words the entropy is the measurement of tendency of system towards the disorder.
The concept of entropy arise from second law of thermodynamics.It is given as follows

Entropy is a extensive property of system .
Entropy of universe = Entropy of system + Entropy of surrounding.
The entropy of the system can be zero,positive and negative.But entropy of the surrounding can not be negative,but it can be zero or positive.
Actually the concept of entropy is difficult to understand because we can not visualize because it is not like beam and like rods.Only we have to realize that there is entropy.
Answer:
The MATLAB Code for this PI Controller will be:
Kp = 350;
Ki = 300;
Kd = 50;
C = pid(Kp,Ki,Kd)
T = feedback(C*P,1);
t = 0:0.01:2;
step(T,t)
Explanation:
When you are designing a PID controller for a given system, follow the steps shown below to obtain a desired response.
Obtain an open-loop response and determine what needs to be improved
Add a proportional control to improve the rise time
Add a derivative control to reduce the overshoot
Add an integral control to reduce the steady-state error
Adjust each of the gains $K_p$, $K_i$, and $K_d$ until you obtain a desired overall response.
The further explanation is attached in the Word File.
Answer:
Total BF for the interior wall is 7.50BD
Explanation:
Given Data:
· Size of stud = 2” x 6”
· Height of Wall = 8 ft
· Top plates = 2
· Bottom Plate = 1
BF stands for board feet in lumber/wood terminology. It is the unit of volume.
1 BF (Board feet) = 1 ft x 1 ft x 1 inch
Since there are total three plates at top and bottom, we have to deduct their thickness from wall height to calculate height of stud.
Height of stud = 8’ – 3 x 2” = 7’6” = 7.5 ft
Board feet of one stud = 7.50 6/12 x 2 = 7.50 BD
Total BF for the interior wall is 7.50BD
Explanation:
thermal expansion ∝L = (δL/δT)÷L ----(1)
δL = L∝L + δT ----(2)
we have δL = 12.5x10⁻⁶
length l = 200mm
δT = 115°c - 15°c = 100°c
putting these values into equation 1, we have
δL = 200*12.5X10⁻⁶x100
= 0.25 MM
L₂ = L + δ L
= 200 + 0.25
L₂ = 200.25mm
12.5X10⁻⁶ *115-15 * 20
= 0.025
20 +0.025
D₂ = 20.025
as this rod undergoes free expansion at 115°c, the stress on this rod would be = 0
Answer:
Sarah is asking each department head how long they can be without their primary system. Sarah is trying to determine the Recovery Time Objective (RTO) as this is the duration of time within which the primary system must be restored after the disruption.
Recovery Point Objective is basically to determine the age of restoration or recovery point.
Business recovery and technical recovery requirements are to assess the requirements to recover by Business or technically.
Hence, Recovery Time Objective (RTO) is the correct answer.