we use 400/5A ct and 35/roor3KV,/0.1/root3KV,0.1/root3KV pt ratio. What is the multiple factor of this meter.
1407if we going for high voltage usages what are the considering factors, why those factors are effected.... please give me an answer related motor factors like wnidnig, frame, temp etc
1 1535in transformers for ex. 100mva and 400kv the secondary current is about 420 amps but for selection of bushing the capacity of selected bushing is 2000A why there is such big difference ?
2 3638Post New ABB Electrical Engineering Interview Questions
How to get user’s ip address in laravel?
Explain about the Resuspending mycobacterial cells?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
What are the elements of a website?
How does Tuple-oriented relational calculus differ from domain-oriented relational calculus
What is a filestream?
What is the difference between an abstract class and an interface?
what are different record spacing keywords in rlu ?
How successful were you and how do you know that?
what is keyword driven testing in qtp?n how is it useful?
What are shallow and deep copy?
What are encryption functions in php?
What is the difference between the font and fontmetrics classes in java programming?
How to Clear the window in a console application?
Write a program in ‘C’ that will accept 10 numbers from the user, sort them & then perform the binary search. The searching number will be arithmetic mean of the 10 numbers accepted from the user. Write the sort() & binSearch() functions for performing the sorting & binary search. Also create display function() for displaying the list. Sort() function will use selection sort and only receive one argument (Single char type)as type of sorting i.e. ascending (a) or descending (d). Display the list after sorting using a display() function. binSearch() function will accept one argument as a number to be search & return null or the index position of that number in the array. display() function is non argument non return type function. It will simply display the list row-wise. Program should use these functions by displaying the appropriate message for found or not found.