Answer:
What is the goal? What will a successful solution look like? What is it that the client expects me to accomplish?
Explanation:
Answer:
Check the explanation
Explanation:
Question 1.
The secondary current of 250/5 amps CT when 300 amps(rated current of transmission line ) flow in TL is
(5/250 ) X 300 = 6 amps
Question 2
The correct answer to this second question is yes, when Over current relay coil will operate and relay contacts gets close, if the pickup value( Ip) of relay is set as 6 amps in relay. ( because primary current of TL is 1.2 times of CT primary)
Question 3
Tap Block figure (Fig 1) is not available/uploaded in your question.
Answer:
The availability of system will be 0.9
Explanation:
We have given mean time of failure = 900 hours
Mean time [to repair = 100 hour
We have to find availability of system
Availability of system is given by 
So availability of system 
So the availability of system will be 0.9
Answer:
# Program is written in python
# 22.1 Using the count method, find the number of occurrences of the character 's' in the string 'mississippi'.
# initializing string
Stringtocheck = "mississippi"
# using count() to get count of s
counter = Stringtocheck.count('s')
# printing result
print ("Count of s is : " + str(counter))
# 2.2 In the string 'mississippi', replace all occurrences of the substring 'iss' with 'ox
# Here, we'll make use of replace() method
# Prints the string by replacing iss by ox
print(Stringtocheck.replace("iss", "ox"))
#2.3 Find the index of the first occurrence of 'p' in 'mississippi'
# declare substring
substring = 'p'
# Find index
index = Stringtocheck.find(substring)
# Print index
print(index)
# End of program
Answer:
Ammeter
Explanation:
Instrument for measuring either direct or alternating electric current, in amperes. Ammeters vary in their operating principles and accuracies