Popular posts from this blog
LOGIC GATES
Logic Gates. Logic gates Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gate Basic Gates: *AND GATE *OR GATE *NOT GATE Universal Gates: *NOR GATE *NAND GATE Exclusive Gates: *EXOR GATE *EXNOR GATE AND GATE: Logic diagram Truth Table The AND gate is a basic digital logic gate that implements logical conjunction - it behaves according to the truth table to the right. A HIGH output (1) results only if all the inputs to the AND gate are HIGH (1). If none or not all inputs to the AND gate are HIGH, LOW output results. The function can be extended to any number of inputs. OR Ga...
NUMBER CONVERSION
Number conversion Binary conversion to other conversion Binary to decimal binary to hexa decimal binary to octal decimal to other conversion Decimal to binary . decimal to hexa decimal decimal to octal octal to other conversion Octal to decimal octal to binary octal to hexa decimal hexa decimal to other conversion Hexa decimal to decimal hexa decimal to binary hexa decimal to octal
Comments
Post a Comment