What is the big data? why it is named so? What is the big data? why it is named so? In todays world it is necessary to use effectively the available information or data. If we talk about business then Read More …
Month: June 2021
what is an independent dc voltage source?
what is an independent dc voltage source? what is an independent dc voltage source? An ideal voltage source is a two terminal device that can provide constant voltages with zero internal resistance. It can also supply or absorb infinite amount Read More …
what is a capacitor? discuss the properties of a capacitor
what is a capacitor? what is a capacitor? discuss the properties of a capacitor. Another name for the capacitor is the condenser which is a two terminal electric component that stores energy in the form of electric field. Basically a Read More …
what is the ohm’s law?
what is the ohm’s law? what is the ohm’s law? Before starting studying the ohm’s law lets study about certain rule for electric circuits that are always true, no matter what components are connected in a circuit. When the components Read More …
How to define and call functions in C++?
Introduction to functions How to define and call functions in C++? Function and their types in C++ are very important. Functions in C++ make program more compact. In programming, if we want to do some tasks repeatedly we prefer using Read More …
what is an ideal voltage source?
what is an ideal voltage source? what is an ideal voltage source? In ideal voltage source the terminal voltages are completely independent of the current through it. Practically it is not possible to have an ideal voltage source since it Read More …
What is the CCP module of PIC microcontroller?
What is the CCP module of PIC microcontroller? What is the CCP module of PIC microcontroller? CCP stands for capture, compare pulse width. It is specially used for modulation of waveforms in general applications. Time delays can also be generated Read More …
what is a computer program?
what is a computer program? what is a computer program? Computer programs can be interpreted as a set of commands that can be used to direct computer to perform a certain task. There are many types of software or programs Read More …
How to interface Stepper Motor with PIC ?
How to interface Stepper Motor with PIC ? How to interface Stepper Motor with PIC ? First of all, here we discuss the stepper motor, PIC Micro-Controller and then their Interface with each other. Stepper Motor A stepper motor is Read More …
What are the timer interrupts of PIC microcontroller?
What are the timer interrupts of PIC microcontroller? What are the timer interrupts of PIC microcontroller? Timer interrupts enable you to do a task at precise intervals, regardless of what else is going on in your code. Timer Interrupts can Read More …