Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Manish Kumar Saini has Published 958 Articles
Manish Kumar Saini
86K+ Views
An operational amplifier is a three-terminal device consisting of two high impedance input terminals, one is called the inverting input denoted by a negative sign and the other is the non-inverting input denoted with a positive sign. The third terminal is the output of the Op-Amp.Inverting Operational AmplifierIn the inverting ... Read More
Manish Kumar Saini
91K+ Views
A Unijunction Transistor (UJT) is a three-terminal semiconductor device. The main characteristics of UJT is when it is triggered, the emitter current increases re-generatively until it is limited by emitter power supply. Due to this characteristic feature, it is used in applications like switching pulse generator, saw-tooth wave generator etc.Construction ... Read More
Manish Kumar Saini
67K+ Views
Both BJTs and FETs are transistors widely used in different types of electronic applications. Go through this article to find out the important features of BJTs and FETs and how they differ from each other in the way they function.What is BJT?BJT stands for Bipolar Junction Transistor. The BJT is ... Read More
Manish Kumar Saini
94K+ Views
Electric circuits are classified into two main types namely series circuit and parallel circuit based on the arrangement of components in the circuit. A series circuit is one in which the components are chain connected, while a parallel circuit is one in which all the circuit components are connected between ... Read More
Manish Kumar Saini
83K+ Views
A rectifier is an electronic circuit that converts the alternating current (AC) into direct current (DC). The process of conversion of alternating current into direct current is known as rectification. The rectifier consists of semiconductor diodes to perform the rectification.Depending upon the type of conversion of AC into DC, i.e., ... Read More
Manish Kumar Saini
78K+ Views
Semiconductor devices are extensively used in the field of electronics. A semiconductor is a substance whose resistivity lies between conductors and insulators. Semiconductors have negative temperature co-efficient. The resistance in semiconductors increases with the decrease in temperature and vice versa. The conducting properties of a semiconductor changes, when a suitable ... Read More
Manish Kumar Saini
110K+ Views
In electrical and electronics engineering, the closed path followed by the electric current is known as electric circuit. Every electric circuit is composed of many circuit components such as sources of power, resistors, capacitors, inductors, diode, etc. Therefore, the circuit components are the basic building blocks of an electrical or ... Read More
Manish Kumar Saini
2K+ Views
Electrical Conductivity is an important term used in electrical engineering to understand the behavior of a material and electric current flowing through it. Electric conductivity is the property of a material that provides ease in the flow of electric current through the material. Read this article to get a detailed ... Read More
Manish Kumar Saini
203 Views
Read this tutorial to learn the method of swapping two elements in each row of a matrix without using loop in MATLAB. MATLAB is a powerful to manipulate matrices. We can perform various operations on matrices using MATLAB. In MATLAB, we can swap any two elements in each row of ... Read More
Manish Kumar Saini
1K+ Views
Root Mean Square Error (RMSE) is an error estimation technique used to calculate the difference between estimated values and actual values. This method provides the average value of errors as a single value. We can use MATLAB to calculate the root mean square error. For this, MATLAB provides various built-in ... Read More