Answer:
Time taken for the capacitor to charge to 0.75 of its maximum capacity = 2 × (Time take for the capacitor to charge to half of its capacity)
Explanation:
The charging of a capacitor/the build up of its voltage follows an exponential progression and is given by
V(t) = V₀ [1 - e⁻ᵏᵗ]
where k = (1/time constant)
when V(t) = V₀/2
(1/2) = 1 - e⁻ᵏᵗ
e⁻ᵏᵗ = 0.5
In e⁻ᵏᵗ = In 0.5 = - 0.693
-kt = - 0.693
kt = 0.693
t = (0.693/k)
Recall that k = (1/time constant)
Time to charge to half of max voltage = T(1/2)
T(1/2) = 0.693 (Time constant)
when V(t) = 0.75
0.75 = 1 - e⁻ᵏᵗ
e⁻ᵏᵗ = 0.25
In e⁻ᵏᵗ = In 0.25 = -1.386
-kt = - 1.386
kt = 1.386
t = 1.386(time constant) = 2 × 0.693(time constant)
Recall, T(1/2) = 0.693 (Time constant)
t = 2 × T(1/2)
Hope this Helps!!!
Answer:
# Initialize a dictionary with the keys
contestants = {"Darci Lynne":0, "Angelica Hale":0, "Angelina Green":0};
# Repeatedly prompt the user for a contestant name to vote for
while True:
# Prompting user for contestant name
cName = input("Enter contestant name to vote: ");
# Checking for Done
if cName.lower() == "done":
break;
# Checking in dictionary
if cName in contestants.keys():
# Updating vote value
contestants[cName] += 1
# New entry
else:
contestants[cName] = 1
# Printing header
print("\n%-20s %-15s\n" %("Contestant Name", "Votes Casted"))
# Printing results
for contestant in contestants:
print("%-23s %-15d" %(contestant, contestants[contestant]))
Answer:
C. Decline the invitation and explain to your manager that to do otherwise is inappropriate for a registered professional engineer.
Explanation:NCEES has 3 major rules with some sub sections which helps to uphold the professional conducts of it's members.
The rule that supports this professional conduct is rule II. LICENSEE’S OBLIGATION TO EMPLOYER AND CLIENTS subsection(d)
Subsection d states that a licensee shall not reveal any information about a client,contractor or his employer to a another party except it is required by Law.
Answer:
operates at a substantially constant load for an indefinitely long time. ... Short-time duty: operates at a substantially constant load for a time that is definite, short, and specified. Varying duty: the loads and intervals of operation change.
Explanation: