transistors

How to Use Transistor as Switch

September 10, 2017 admin 0

Transistor as switch: A transistor is a device that regulates current or voltage flow and acts as a switch or gate for electronic signals. Transistors consist of three layers of semiconductor material, each capable of carrying a current. The transistor {Read More}

No Image

Integrated Development Environment

September 4, 2017 admin 0

Integrated Development Environment One of the most dynamic  changes in Integrated Development Environment (IDE). IDE is a term commonly used in the programming world to describe the interface and environment that we use to create  applications. It is called integrated {Read More}

No Image

What is visual Basic?

August 27, 2017 admin 0

VISUAL BASIC VISUAL BASIC is a high-level programming language that is driven from the earlier DOS version called BASIC. BASIC stands for Beginners’ All-purpose Symbolic Instruction Code. Visual codes are written same as English and one can understands easily. There {Read More}

No Image

C++ Program to Add Two Numbers

August 5, 2017 admin 0

In this program, user is asked to enter two integers. Then, the sum of those two integers is stored in a variable and displayed on the screen. Primary tabs. #include <iostream.h> #include <conio.h> int main() { int No1, No2, Ans; {Read More}