explain the types of drives
explain the what is a drive ? 0 4 which type motor r use in the celling fan..... PCB plannet 2 13 If stator & rotor of a 3-phase induction motor have different no. of poles, will the motor run or not?? types of drives Why dc supply is used for closing and tripping coil of ht breakers. What happen if we use only ups ac supply only. ACC 1 41 how the 3phase induction motor is running in 2phase supply with help of capacitor? 1 33 what is the actual difference betwen constructional details and constructional features? 1 20 how does commutator convert a.c to d.c?
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
why the electrolyte level in lead acid battery is maintained 2.5 cms above electrodes?
when we decide to use soft starter drive or vfd drive in mcc to operate apump?
I am a mba fresher and i got a job in wipro for the post of talent acquisition. And the salary is only Rs.6000 Do you think its chance for me to grow..
how to prepare the documentation in business objects and where to get the requirement?
what is reengineering? give 5 indian company's name who have used it.
From what on-site components does the HT panel monitoring the bus-bars in a 11kV system take inputs?
In single phase ac ups supply when current is measured with tong tester neutral current is found more than phase current.What is the reason?
int i=1,j=0,n=0; while(i<4) { for(j=1;j<=i;j++) { n+=1; } i=i+1; } System.out.println(n); }
int i,j,n; n=0;i=1; do { n++;i++; } while(i<=5);
Find out errors and Rewrite the correct code. while(c!=10); { c=1; sum=sum+a; c=c+1; }
how related substnce method developted for new compound which not official in the pharmacopiea
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }