<u>I'm pretty sure your answer is B, because Sequential Control operates during order like a schedule</u>
Sequential Control=A control system in which the individual steps are processed in a predetermined order, progression from one sequence step to the next being dependent on defined conditions being satisfied.
Tell me if I'm incorrect but, Hope this helps!
Answer:
See explanation below.
Explanation:
For this case the program needs to take the inputs as P,r and n and the output would be as A and printed on the system. The code is:
# Inputs
P = float(input("Enter the present value : "))
r = float(input("Enter your APR : "))
n = float(input("Enter the number of years : ") )
# Output
A = P*(1 +(r/100))**n
print("The future values is:", A)
And the result obtained is:
Enter the present value : 1000
Enter your APR : 0.95
Enter the number of years : 5
The future values is: 1048.4111145526908
Answer:
Grade is 10.32%
Explanation:
Given data:
stopping side distance is 800ft
t = 2.5 sec
design speed v = 65 miles/hr
a/g value is 0.35
stopping side distance is SSD

plugging all value for G



G = 0.1032
Grade is 10.32%