Posts

Definition of Capacitor:-

Definition of capacitors:- Capacitor is one of the most popularly used component in various electronic circuits. This component is having the ability of storing electrical energy and this ability of storing a charge is called as capacitance. capacitor is a component and its value is known as capacitance. All the capacitor are consist of two parallel conducting plates separated by an insulating material called as dielectric. 

Definition of Resistor:

Definition of Resistor: Resistor is an electronic component which provide a specified amount of opposition to the flow of current. The value of resistor is resistance. It is denoted by R and the unit is ohms. 

Definition of HTML

Definition of HTML (Hypertext Markup Language) Full form:- HTML (Hypertext Markup Language). It is the language used to create web pages. Examples:- <html> <head> <title> First Web page</title> </head> <body> This is my first html page </body> </html>

Definition of Algorithm, Flowchart, Program

Defination of Algorithm, Flowchart, Program 1] Algorithm: Algorithm is an step wise procedure of program. 2] Flowchart: Flowchart is an pictorial representation of program. 3] Program: Program is a set of instruction in it.