Hello Friends, I hope you’re well today. Today, we are going to start a new tutorial series on Semiconductors. In this series, we will discuss the semiconductor components, devices, etc. in detail. We will start from the very basics and will gradually move towards complex concepts. As today's our first tutorial in this series, we will discuss the basics of semiconductors. So, let's get started:
What is a Semiconductor?
A Semiconductor Material is defined by its ability to conduct electricity and its conductive
properties lie between conductor and insulator, normally ranging between 10-6 to 10-4 (Ωm)-1.Under specific conditions, Semiconductors have the ability to act either as a pure conductor or a pure insulator.Examples of Semiconductor materials
are Silicon, Germanium, Gallium A ...
Hi Friends! Hope you’re well today. I welcome you on board. In this post today, I’ll explain how a 21st century tire industry will revolutionize the market.
Tire changing and purchasing is a controversial issue for many Americans, with non-insurance purchases that are often arguably expensive. This is set to change with the rise of Tire Agent, who TechCrunch highlighted as receiving $5m in new financing in their bid to remove the mystique from tire purchasing and installation. Using smart data, they’re aiming to pull together buyers, sellers, and mechanics across the country and provide a truly equitable purchase map for those in need.
With this data, the industry will be revolutionized, and technology will change how motorists deal with their t ...
Hello Everyone! Happy to see you here. I welcome you on board. In this post today, I’ll be discussing the Introduction to BC558.
BC558 is a bipolar junction transistor used for amplification and switching purposes. It belongs to the PNP transistor family and is available in a TO-92 package. It contains collector current 100mA, indicating it can drive load under 100mA.
I've previously detailed the Introduction to BC640 & BC327.
I suggest you read this entire post as I will cover a complete introduction to BC558 explaining pinout, working, power ratings, physical dimensions, datasheet, and applications of BC558.
Let’s jump right in. Continue reading.
Introduction to BC558
BC558 is a PNP bipolar junction transistor mainly used for ...
Hi Guys! Hope this finds you well. I welcome you on board. Thank you for clicking this read. In this post today, I’ll be explaining the Introduction to BC559.
BC559 is a bipolar junction transistor used to drive loads under 100mA. It falls under the family of PNP transistors and is mainly known as a current-controlled device. Where small current at one terminal is used to drive large current change at the remaining two terminals.
Read this post all the way through, as I’ll be touching pinout, working, datasheet, physical dimensions, power ratings, and applications of a BC559 transistor.
Let’s get started.
Introduction to BC559
BC559 is a PNP bipolar junction transistor mainly employed for amplification and switching applications.
It is com ...
Hello Friends! Hope this finds you well. I welcome you to another addition to the introduction series. In this post today, I’ll be discussing the Introduction to BC560.
BC560 is a general-purpose transistor mainly used to drive loads under 100mA as it carries collector current 100mA. It falls under the category of PNP transistors and is mainly used for amplification and switching purposes.
I suggest you read this entire post as I’ll detail everything about BC560 transistor covering pinout, working, power ratings, applications, and physical dimensions.
Continue reading.
Introduction to BC560
BC560 is a PNP transistor mainly used for switching and amplification purpose. It comes with transition frequency 150MHz and junction temperature of 150 C ...
Hi folks! Hope you’re well today. I welcome you on board. In this post today, I’ll detail the complete Introduction to BC517.
BC517 is an NPN bipolar junction transistor made up of silicon material and comes in a TO-92 package. It carries collector-current 1A, projecting it can drive loads under 1A. Total power dissipation is 625mW, indicating it releases power around 625mW while working. Collector-emitter and collector-base voltages are 30 and 40 respectively. The emitter-base voltage is 10V which means it requires only 10V to trigger the electron action inside the transistor.
Read this post all the way through as I’ll be documenting pinout, working, power ratings, alternatives, applications, and physical dimensions of transistor BC517.
Let’s ...
Hi Guys! Hope you’re well. I welcome you on board. Thank you for viewing this read. In this post today, I’ll walk you through the Introduction to BC557.
BC557 is a bipolar junction transistor with DC current gain 300. It falls under the category of PNP transistors where one N-doped layer stands between the two P-doped layers. The continuous collector current is 100mA means it can drive load under 100mA. BC557 comes in the TO-92 package and is mainly used for switching and amplification purpose.
Before I bore you to tears, let’s dive in and read the complete introduction to BC557 covering datasheet, pinout, working principle, power ratings, physical dimensions, and applications.
Continue reading.
Introduction to BC557
BC557 is a bipolar junct ...
Hi Friends! Hope you’re well today. I welcome you on board. In this post today, I’ll walk you through the Introduction to BC337.
BC337 is a general-purpose transistor mainly used for lower power audio amplification and switching purposes. It belongs to the NPN transistor family and comes with a maximum gain of 630. The continuous collector current is 800mA indicating it can drive loads under 800mA.
I’ll be discussing the complete introduction to BC337 in this post covering pinout, working, power ratings, alternatives, applications, and physical dimensions of BC337.
Stay tuned.
Introduction to BC337
BC337 is an NPN transistor mainly used for lower power audio amplification and switching purposes.
It contains three terminals known as emitt ...
Hello everyone, I hope you are having a good day. In today's tutorial, I am going to tell you about "Variables in JavaScript".
The topic, I am going to highlight today, is how to declare variables in JavaScript and types of Variable? JavaScript has variables too as many other programming languages, so let's get started with it:
What are Variables In JavaScript
Variable means anything that can vary(change). In JavaScript, Variable holds the data value, in simple words, JavaScript variables are containers and can store the data value. Variable in JavaScript are declared with var (reserved keyword).
It is the basic unit for holding or storing the data.
A variable value can change at any time.
Variable must have a unique name.
Syntax
var (Vari ...
Welcome back, guys! I hope you are well and having a great day. In today's tutorial, I will discuss the new topic "Basic Syntax and Rules in JavaScript".
Learning grammar for a spoken language is necessary before you start writing it. There are rules and regulations you have to follow to write. Similarly, all programming languages have their grammar/syntax and rules which you have to follow in order to execute.
JavaScript Is Case Sensitive
JavaScript is case sensitive programing language. Therefore variables, function names, language keywords and any other identifiers must have written with a consistent capitalization of letters.
Let me show you an example.
In this statement "alert" is case ...