How to select, design,size & calculate for 11 KV/33KV/66KV/132KV/220 KV/440 KV circuit breaker for HT side of transformer protection/HT distribution protection?
2812Post New Panacea Electrical Engineering Interview Questions
What is the difference between a permalink and a hyperlink?
How to achieve good ctr in ppc?
Explain the top reason to use c# language?
What is the use of idl2ir [options] {filename}?
Explain why do we convert frequency domain to laplace domain?
Do you know how memory is managed in python?
What are the functions performed by rails migration?
Write a program that shows the usage of data types?
What is excel default font?
How to Flush binary file from disk cache to disk ?
Please help me regarding my one concern. - During earth pit testing we noticed that the Clean earth pit and dirty earth pit showing continuity (Resistance value - 5ohm) . I want to know that if both earth pit have separate location and there is not internal looping between PIT then why such continuity is showing on it . Because of this issue the field side all earthing point showing short. In PLC panel we are providing two types of earthing cable which is coming from separate earth pit (Clean and Dirty earth pit) because of earth PIT showing short our PLC is not complying spec . please help regarding this issues.
Describe the process and benefits of using the always visible control extender?
How do you check formulas?
Which operator used to convert 00110011 into 11001100?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.