Why Ammeter is always connected in series in the circuit and
Voltmeter in parallel?
Answer Posted / divya
Ammeter is connected in series because it should show the
same current passing through whole circuit.
The potential difference across the ends of resistors may
differ.So to get the poteantial difference across the ends
of the conductor we should connect volt meter in parallel
in the circuit.
| Is This Answer Correct ? | 20 Yes | 19 No |
Post New Answer View All Answers
Are bridges more stable on concrete or on soil - why?
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
How do aeroplanes fly? Why can some fly up-side down?
what is the definition(body) of a default constructor in c++?
how to reuse an outdated laptop?
defference between menu and context menu in vb.net?
Explain what is meant by repetition of information and inability to represent information. Explain why each of these properties may indicate a bad relational database design.
i want questions only on code part like general logics in c and java
Explain force?
which type of casting enforces type safety
How do trains go around bends?
what is the working of tcp/ip?
what is the use of typedef in c language?
operation of carrier aided protection and what is the basis for choice of frequncy in powerline carrier system
Let an denote the number of bit strings of length n that do not have two consecutive zeroes. Find a recurrence relation for the number of bit strings of length n that do not have two consecutive zeroes. Hence find a4.