what are active and passive components
Answers were Sorted based on User's Feedback
Answer / prema & priya
ACTIVE COMPONENTS:
=================
Active components are used to amplify signals.
Examples:transistor and integrated circuits.
PASSIVE COMPONENTS:
==================
Passive components are used to store energy.
Example:resistors and cpacitors.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / prema & priya
ACTIVE COMPONENTS:
=================
Active components are used to amplify signals.
Examples:transistor and integrated circuits.
PASSIVE COMPONENTS:
==================
Passive components are used to store energy.
Example:resistors and cpacitors.
Is This Answer Correct ? | 2 Yes | 0 No |
Elements can be added or removed at either end but not in the middle ?
postfix expression for x^y^z-m+n+p/q ?
int i=~0; uint j=(uint)i; j++; printf(“%d”,j); what is the use of "uint" int the above code
How would you design a gravity dam for holding back water?
wat is the usual number of bits transmitted simultaneously in parallel data transmission used by microcomputers?
1. Design a counter which counts 0, 4, 8, 2, 6, and repeats using: 1.a using JK flip flops 1.b using T flip flops 1.c using D flip flops 2. Modify your design in question 1.a so that the circuit works according to the following function table X Y F 0 0 Clear 0 1 No Change 1 0 Parallel Loading 1 1 Count 3. Design a circuit that detects the pattern 010 in a serial input X considering: 3.a Overlapping 3.b No overlapping
The Barnes Foundation in Philadelphia has one of the most extra-ordinary and idiosyncratic collections in French impressionist art. Dr. Barnes who put together this collection has insisted that the paintings be hung in a particular manner specified by him at a museum designed by the French architect Paul Philippe Cret who also designed the Rodin Museum. The museum has, say, seven galleries – Eugene Boudin, Cassatt, Boudin, Forain, Gonzales, Manet and Monet. Visitors reach the main Eugene Boudin by an elevator, and they can enter and leave the exhibition only through Eugene Boudin gallery. Once inside, visitors are free to move as they choose. The following list includes all of the doorways that connect the seven galleries: There is a doorway between Eugene Boudin and Cassatt, a doorway between Eugene Boudinand Boudin, and a doorway between Eugene Boudin and Gonzales galleries. There is a doorway between Cassatt and Boudin galleries. There is a doorway between Gonzales and Forain and a doorway between Gonzales and Manet galleries. There is a doorway between Manet and Monet galleries. Which of the following rooms CANNOT be the third gallery that any visitor enters ?
What is the difference between Huawei 5700 switch and 5300 switch?
what is far pointer?
a simple compiled code is run on a C compiler as well as java virtual machine. which runs faster and y?
if u r using bugzilla then it generates automatic bugids,while testing uhave got a bug then bug is represented through a bug id say bug1, then bug is assigned to developer he fixes a bug ,say the bug is fixed no error is got later after few regression cycles u have got the same bug but the bug is represented by diff id say bug2,tell me how do i come to know that it is the same bug that had occured previously but now it is represented by diff id
how to convert postfix notation into prefix in data structures. please send me algo of taha