How To Use Transistor As A Switch

In this article, we have explained the use of transistors as switches in different applications. A transistor is a three-terminal semiconductor device that can be used for switching applications and amplification of weak signals, and quantities of thousands and millions of transistors are interconnected and embedded into a tiny integrated circuit/chip. A transistor switch is … Read more

How to Install an Integrated Development Environment (IDE)

Integrated Development Environment (IDE) contains all of the things you need to develop, compile, link, and debug your programs. So firstly we learn how to install it. Now the question arises of which Integrated Development Environment (IDE) we should need to install for C programming. Here we will decide according to our operating system. Windows machine: If … Read more

Introduction of C programming

This C tutorial series will help you to get started in C programming language. By learning C you will understand basic programming concepts.To learn C Programming language you haven’t required any previous programming knowledge, but the basic understanding of any other programming languages will help you to understanding the C programming concepts quickly. C is … Read more

Integrated Development Environment

 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 because we can access virtually all of the development tools that we need from one … Read more

What is visual Basic?

VISUAL BASIC VISUAL BASIC is a high-level programming language that is derived from the earlier DOS version called BASIC. BASIC stands for Beginners’ All-purpose Symbolic Instruction Code. Visual codes are written the same as English, and one can understand easily. There are many versions available in the market nowadays,but Visual Basic 6 is good for … Read more