SUBMIT CONTENT
Home
SECMPN
Advantages of Transistor's
SECMPN
Advantages of Transistor's
By
Unknown
At 22:36
0
Share on Facebook
Share on Twitter
The transistor are more desirable than the vacuum tube because of their following advantages:
1. Small size light weight and ruggedness.
2. Higher Efficiency.
3. Do not require any filament power.
4. Long life.
5. Operate at low voltage.
Fig. Transistor
Share on Facebook
Share on Twitter
You Might Also Like
Transistor Currents
Construction of a BJT
Types of Transistors in Bipolar Jun...
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments ( Atom )
Popular Posts
Develop a java program to create a class "Book" having data members 'author', 'title', & 'publisher'. Derive a class "BookInfo" having data members 'price', 'stock position' and a method 'show()'. Initialize and display the information for 3 objects of "BookInfo".
class Book { String author, title, publisher; Book(String a, String t, String p) { author = a; title = t; publisher = p; ...
Develop a program to create a class "Fruits" with the data members 'countable' (values=Yes/No) and a method 'display()'. Derive a class "Watermelon" having data members 'price', 'quantity' and method 'show()'. Initialize & display the information for 3 objects of "Watermelon".
class Fruits { boolean countable; Fruits(boolean c) { countable = c; } void display() { System.out.println("Countab...
Write a program that takes two comma - separated list of integers as input.for each integer N in the first list. The program needs to find count of its occurrence called C in the second list. The program should print the N-C for each integer
Note This Program Is written in C# class Program { static void Main(string[] args) { string list1, list2; ...
Write a program to accept a password from the user and throw 'AuthenticationFailure' execption if the password is incorrect
import java.io.*; class AuthenticationFailureException extends Exception { AuthenticationFailureException(String msg) { super(msg)...
Develop the Java program to print the multiples of 5 between 20 and 70
class Multi { public static void main(String[] args) { for(int i = 20; i<=70;i+=5) System.out.println(i); /* Or for(...
Develop a program to create a class "Bird" with the data members 'category' and a method 'show()'. Derive a class "Parrot" with the data members 'no_of_parrots' and a method 'show()'. Initialize using constructor and display the information.
class Bird { String category; Bird(String c) { category = c; } void show() { System.out.println("Category: " +...
The Unbiased Transistor
For an unbiased transistor no external power supplies are connected to it. • We have already seen the formation of a depletion region in ...
विस्तार स्लॉट और कार्ड - Expansion slots and Cards
मदरबोर्ड पर कैबिनेट के अंदर रखा। उन्नयन और इस तरह के ग्राफिक्स या साउंड कार्ड के रूप में नए कार्ड जोड़ने की अनुमति देता है। धातु वसंत उंग...
Simulator of Virtual Lab - IIT Kharagpur Logic Design and Computer Organization Download
Launch Linux 32 bit version of the simulator Download Launch Linux 64 bit version of the simulator Download Launch Windows 32 bit ve...
इलेक्ट्रॉनिक अवयव - Electronic Components
इलेक्ट्रॉनिक उपकरणों को दो श्रेणियों सक्रिय और निष्क्रिय घटकों में वर्गीकृत किया जाता है। अवयव जो वोल्टेज या वर्तमान के रूप में ऊर्जा का उत...
Powered by
Blogger
.
Featured Post
Write a program that takes two comma - separated list of integers as input.for each integer N in the first list. The program needs to find count of its occurrence called C in the second list. The program should print the N-C for each integer
Copyright © 2025
LetML.
Blogger Templates
Designed by
OddThemes
Post a Comment