Un-Answered Questions { All }

Doul Bar reinforcement and details of drawing.

1917


i am an maintenance engineer. one distribution board have 5 feeder. recently its ELR trips frequently, but it take some times after trip( 10min,20min..)but 3 feeder no load. two feeder only loaded. i checked one feeder IR value all values are above 50Mohm.but B phase to Earth is only 9Mohm.any problem about low value

1409


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1620


You have given 2 array. You need to find whether they will create the same BST or not. For example: Array1:10 5 20 15 30 Array2:10 20 15 30 5 Result: True Array1:10 5 20 15 30 Array2:10 15 20 30 5 Result: False One Approach is Pretty Clear by creating BST O(nlogn) then checking two tree for identical O(N) overall O(nlogn) ..we need there exist O(N) Time & O(1) Space also without extra space .Algorithm ?? DevoCoder guest Posted 3 months ago # #define true 1 #define false 0 int check(int a1[],int a2[],int n1,int n2) { int i; //n1 size of array a1[] and n2 size of a2[] if(n1!=n2) return false; //n1 and n2 must be same for(i=0;ia1[i+1]) && (a2[i]>a2[i+1]) ) ) return false; } return true;//assumed that each array doesn't contain duplicate elements in themshelves }

2704


what is the transformer turn ratio formula and give some examples?

1921


how to calculate the distance relay faulty zone?pls explain?

1579


explain transformer ct connection?

1602


why core is useful for a transformer ?and also in its operation ?

1574


1.why should we connect the measuring instruments in l.v side in short circuit test of a transformer? 2.why the power factor is less in open circuit test of a transformer?

1590


What are the frequent question being asked to foreign workers applying for visa?

3906


Company insists on a joining bond to protect the investment made in recruiting, training and mentoring employees. Are you willing to make this commitment ? -1 year for candidates > 5 years experience -2 years for candidates with 2-5 years experience -3 years for candidates with 0-2 years experience

1368


What is Curtailing of R/F

1975


Hi can any one help me for 70-562 dumps?

2408


is there any codal provision for soil cousion over the Hume pipe of Dia 1.2 m.

1572


actually 2 members working in same module.at a time is possible to work on same module? i add some tables,another person also add some tables how the synchronization betn the two in same module? pls ans me and expain to me.....

1275