Why Ammeter is always connected in series in the circuit and
Voltmeter in parallel?
Answer Posted / k.paleswararao
ammeter connected in series bcoz it has low resistance
material in low ressistance material the total current
flowing so it measures the total current
voltmeter is high resistance so high resistance low
current high voltage it measure the voltage bet ween two
terminals
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
Why does the 'divisibility by 3' rule work?
10. Write a program in āCā language that will perform the following operation on double link list. Each node of this list contains the address of previous as well as next node. The previous pointer of first node & next pointer of last node should contain null. 1. Creation of list with as many records as user want 2. Search a node in the list 3. Deletion at last position 4. Display 5. Exit Create separate functions for each operation. The create () will be used to create the list. It should accept no argument & return the address of the starting node. Search() will search a node in the list. It receives rollno as argument & return that node if found otherwise return null. The delete () function will delete the last node. It does not receive any argument & return structure type value at last position. The starting node of the double list must be declared as external pointer variable. Each element of double link list will contain the following information Roll No, Std Name, Course. Use do-while loop & switch case for generating the above menu. The format of the output should is given below: S.No. Roll No. Student Name Course 1 cse01 Anil Singh B.Tech
What is meant by relay & co-ordination at substation engineering ?
what is difference between class and object in c++
2. A product selected for testing is equally likely to have been produced by one the 6 machines/processes. (i) Determine sample space āSā (ii) What is the probability that the product is from machine 1? (iii) What is the probability that the product is from machine 2 or machine 4? (iv) What is the probability that the product is from both machine 5 and machine 3? (v) What is the probability that the product is not from machine 6? (vi) What is the probability that the product is not from either machine 6 or machine 1?
How is the parity flag actually set in the 8085 microprocessor?
what is software engineer
what are the no. of leaf nodes in a fibonacci tree ?
what are the artifacts in coding phase in SDLC????
what is major differnet between hub and switch and also defferent between router and switch
What is the weight of a foot square block of bronze.
WAP in Java to print the format A B A B C D E D E
describe about storage allocation and scope of global,exterm,static,local and register variables in c language?
A rectangular beam section of 300 mm width and 500 mm effective depth is reinforced with 4 bars of 20 mm diameter, what shear reinforcement is required to resist 200 kN shear (use working stress method)?
Write a program to input 10 elements in an array and seperate even and odd numbers, positive and negative between them ?