Fixed Resistors. Fixed resistors පිළිබඳ සරල සිංහලෙන් දැනගමු! • Resistance is the opposition for the current flow. • Resistance is measured in ohms ( Ω ) • Fixed resistors have a fix value of resistance. • Circuit Symbols: • Physical appearance of the resistor : • Resistance can be measured directly multimeter . Steps : ´ Set the multimeter to the resistance range ´ Connect the resistor to the multimeter leads ´ Take the reading on the display ´ Resistance of the resistor can also be calculated using the colour bands printed on the surface of the resistor: ´ Steps ´ Observe the 1 st 3 color bands of the resistor (starting from the opposite end to silver or gold color band) ´ Each colour represents a number. ´ Combining the numbers we can calculate the resistance value. Example 1 : Example 2 : ´ The 4 th color band gives the tolerance ...
Popular posts from this blog
C++ Programming Tutorial 2 - New Line Escape Character
In this tutorial you will learn everything about using and printing on new lines. There are many methods to use new lines, the most fundermental method is to use the endl operator at the end of the cout statement. The endl operator make sure that the next cout statement will be printedc on a new line. The endl can be replaced by the use of the new line character \n. the \ is an escape character.Sometimes is essential that we need to escape many lines before the next text is printed on to the screeen for this in C++ the new line character can be used as required. \n\n will escape two lines before the next text get printed on the screen. where the use of \n\n\n\n\n would print 5 blank lines before the next text is printed. C++ provides us futher options to simplify the code for printing text on to the screen. In C++ it is possible to print new lines as required inside a single cout , this is done by inserting the newline escape character where requ...
How to Identify the Pins of 2N3055 Transistor
This video shows how to identify the pins 2n3055 transistor by two ways: 1.By using the datasheet of the transistor. 2.By using the multimeter & the datasheet. Although the datasheet provides the correct information to identify the pins of this transistor majority of the people find it very difficult to extract this information directly from the data sheet as identifying the pins from the transistor depends upon the physical dimensions of the transistor. Although the transistor layout looks symmetrical it is not ,so measuring or judging by the eye is difficult as the difference is only a few millimeters. In this video with the aid of a multimeter we determine the pins of this transistor very precisely. The datasheet clearly states that the metal casing of the transistor is the collector so the problem is actually determining the base and the emitter of the transistor. For the process we start by putting the multimeter to the diode mode and then connecting the ...
Comments
Post a Comment